1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[gd_scene load_steps=3 format=2] [ext_resource path="res://Input.gd" type="Script" id=2] [ext_resource path="res://theme.theme" type="Theme" id=3] [node name="Main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 3 ) [node name="input" type="Node" parent="."] script = ExtResource( 2 ) [node name="Label" type="Label" parent="input"] margin_left = 8.0 margin_top = 8.0 margin_right = 52.0 margin_bottom = 28.0 theme = ExtResource( 3 ) text = "input"