новая структура проекта
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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="."]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user