-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
62 lines (52 loc) · 1.71 KB
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://assets/img/amasar.png" type="Texture" id=2]
[ext_resource path="res://font_escolar_112.tres" type="DynamicFont" id=3]
[ext_resource path="res://assets/img/game_area.jpg" type="Texture" id=4]
[ext_resource path="res://assets/fonts/ChargerSportBlkExt.ttf" type="DynamicFontData" id=5]
[sub_resource type="DynamicFont" id=1]
size = 48
font_data = ExtResource( 5 )
[node name="Main" type="ColorRect"]
margin_right = 720.0
margin_bottom = 1280.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 720.0
margin_bottom = 1280.0
custom_constants/separation = 50
alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 23.0
margin_right = 720.0
margin_bottom = 523.0
alignment = 1
[node name="WordImage" type="TextureRect" parent="VBoxContainer/HBoxContainer"]
margin_left = 110.0
margin_right = 610.0
margin_bottom = 500.0
texture = ExtResource( 2 )
[node name="Word" type="Label" parent="VBoxContainer"]
margin_top = 573.0
margin_right = 720.0
margin_bottom = 707.0
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "libro"
align = 1
[node name="TextureRect" type="TextureRect" parent="VBoxContainer"]
margin_top = 757.0
margin_right = 720.0
margin_bottom = 1257.0
texture = ExtResource( 4 )
[node name="Button" type="Button" parent="."]
margin_left = 235.0
margin_top = 1212.0
margin_right = 493.0
margin_bottom = 1268.0
custom_fonts/font = SubResource( 1 )
text = "otra palabra"
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]