gift/Node.tscn
2019-10-25 21:09:38 +02:00

28 lines
669 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Gift.gd" type="Script" id=1]
[ext_resource path="res://addons/gift/icon.png" type="Texture" id=2]
[ext_resource path="res://Button.gd" type="Script" id=3]
[node name="Node" type="Control"]
[node name="Gift" type="Node" parent="."]
script = ExtResource( 1 )
__meta__ = {
"_editor_icon": ExtResource( 2 )
}
[node name="LineEdit" type="LineEdit" parent="."]
margin_left = 403.0
margin_top = 278.0
margin_right = 531.0
margin_bottom = 302.0
[node name="Button" type="Button" parent="."]
margin_left = 539.0
margin_top = 278.0
margin_right = 586.0
margin_bottom = 302.0
text = "Send"
script = ExtResource( 3 )