19 lines
519 B
Text
19 lines
519 B
Text
|
[gd_scene load_steps=2 format=3]
|
||
|
|
||
|
[ext_resource type="Script" path="res://addons/AsepriteWizard/interface/docks/wizard/wizard_nodes/source_path.gd" id="1"]
|
||
|
|
||
|
[node name="source_path" type="LineEdit"]
|
||
|
offset_top = 34.0
|
||
|
offset_right = 440.0
|
||
|
offset_bottom = 58.0
|
||
|
minimum_size = Vector2( 200, 0 )
|
||
|
tooltip_text = "Output name / prefix: some_name
|
||
|
Ex. Pattern: $_
|
||
|
Split: Yes
|
||
|
Only Visible: No
|
||
|
No Resource: No"
|
||
|
size_flags_vertical = 0
|
||
|
text = "/some/very/long/source/path/to/test/field"
|
||
|
editable = false
|
||
|
script = ExtResource( 1 )
|