You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
524 B
16 lines
524 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/CustomLineEdit.tscn" type="PackedScene" id=1] |
|
[ext_resource path="res://addons/dialogic/Example Assets/CustomEvents/EventPart_Example.gd" type="Script" id=2] |
|
|
|
[node name="EventPart_Example" type="HBoxContainer"] |
|
margin_right = 40.0 |
|
margin_bottom = 40.0 |
|
script = ExtResource( 2 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="InputField" parent="." instance=ExtResource( 1 )] |
|
margin_top = 6.0 |
|
margin_bottom = 33.0
|
|
|