46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://letter_empty.tres" type="Theme" id=1]
|
|
[ext_resource path="res://src/WordContainer.gd" type="Script" id=2]
|
|
|
|
[node name="WordContainer" type="HBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 198.0
|
|
margin_bottom = 50.0
|
|
theme = ExtResource( 1 )
|
|
alignment = 1
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="WordChar1" type="Button" parent="."]
|
|
margin_left = 11.0
|
|
margin_right = 43.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
|
|
[node name="WordChar2" type="Button" parent="."]
|
|
margin_left = 47.0
|
|
margin_right = 79.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
|
|
[node name="WordChar3" type="Button" parent="."]
|
|
margin_left = 83.0
|
|
margin_right = 115.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
|
|
[node name="WordChar4" type="Button" parent="."]
|
|
margin_left = 119.0
|
|
margin_right = 151.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|
|
|
|
[node name="WordChar5" type="Button" parent="."]
|
|
margin_left = 155.0
|
|
margin_right = 187.0
|
|
margin_bottom = 32.0
|
|
rect_min_size = Vector2( 32, 32 )
|