новая структура проекта

This commit is contained in:
2026-04-20 21:04:25 +04:00
parent 1fe2a72ef1
commit 1a56b22e38
1932 changed files with 1886 additions and 22779 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func _add_filter_row() -> void:
func _add_output_row() -> void:
var row := _add_row("Output dir")
_output_edit = LineEdit.new()
_output_edit.text = "res://extracted"
_output_edit.text = "res://data/extracted"
_output_edit.size_flags_horizontal = Control.SIZE_EXPAND_FILL
row.add_child(_output_edit)
+2 -2
View File
@@ -69,8 +69,8 @@ custom_minimum_size = Vector2(80, 0)
[node name="OutputEdit" type="LineEdit" parent="OutputRow"]
unique_name_in_owner = true
size_flags_horizontal = 3
placeholder_text = "res://extracted"
text = "res://extracted"
placeholder_text = "res://data/extracted"
text = "res://data/extracted"
[node name="ActionRow" type="HBoxContainer" parent="."]