-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbottomLayer.tscn
146 lines (132 loc) · 3.61 KB
/
bottomLayer.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[gd_scene load_steps=15 format=2]
[ext_resource path="res://dock.png" type="Texture" id=1]
[ext_resource path="res://plants/purple.png" type="Texture" id=2]
[ext_resource path="res://tile_0316.png" type="Texture" id=3]
[ext_resource path="res://plants/green.png" type="Texture" id=4]
[ext_resource path="res://plants/mushroom.png" type="Texture" id=5]
[ext_resource path="res://torch_selected.png" type="Texture" id=6]
[ext_resource path="res://plants/green_selected.png" type="Texture" id=7]
[ext_resource path="res://plants/purple_selected.png" type="Texture" id=8]
[ext_resource path="res://plants/mushroom_selected.png" type="Texture" id=9]
[ext_resource path="res://fonts/Kenney Pixel Square.ttf" type="DynamicFontData" id=10]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=3]
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=4]
font_data = ExtResource( 10 )
[node name="TextureRect" type="TextureRect"]
margin_top = -2.0
margin_right = 1086.0
margin_bottom = 57.0
texture = ExtResource( 1 )
stretch_mode = 4
__meta__ = {
"_edit_use_anchors_": false
}
[node name="purple" type="TextureButton" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 433.073
margin_top = -8.25574
margin_right = -628.927
margin_bottom = -38.2557
rect_scale = Vector2( 2, 2 )
toggle_mode = true
shortcut_in_tooltip = false
texture_normal = ExtResource( 2 )
texture_pressed = ExtResource( 8 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="count" type="Label" parent="purple"]
margin_left = -2.0
margin_top = 4.0
margin_right = 10.0
margin_bottom = 28.0
rect_scale = Vector2( 0.8, 0.8 )
custom_fonts/font = SubResource( 1 )
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="green" type="TextureButton" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 493.444
margin_top = -8.256
margin_right = -568.556
margin_bottom = -38.256
rect_scale = Vector2( 2, 2 )
toggle_mode = true
shortcut_in_tooltip = false
texture_normal = ExtResource( 4 )
texture_pressed = ExtResource( 7 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="count" type="Label" parent="green"]
margin_left = -4.0
margin_top = 4.0
margin_right = 8.0
margin_bottom = 28.0
rect_scale = Vector2( 0.8, 0.8 )
custom_fonts/font = SubResource( 2 )
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="mushroom" type="TextureButton" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 554.501
margin_top = -8.256
margin_right = -507.499
margin_bottom = -38.256
rect_scale = Vector2( 2, 2 )
toggle_mode = true
shortcut_in_tooltip = false
texture_normal = ExtResource( 5 )
texture_pressed = ExtResource( 9 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="count" type="Label" parent="mushroom"]
margin_left = -3.5
margin_top = 4.0
margin_right = 8.5
margin_bottom = 28.0
rect_scale = Vector2( 0.8, 0.8 )
custom_fonts/font = SubResource( 3 )
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="torch" type="TextureButton" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 616.082
margin_top = 6.802
margin_right = -445.918
margin_bottom = -16.198
rect_scale = Vector2( 1.5, 1.5 )
toggle_mode = true
shortcut_in_tooltip = false
texture_normal = ExtResource( 3 )
texture_pressed = ExtResource( 6 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="count" type="Label" parent="torch"]
margin_left = -4.0
margin_top = -4.5
margin_right = 8.0
margin_bottom = 19.5
rect_scale = Vector2( 1.1, 1.1 )
custom_fonts/font = SubResource( 4 )
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}