Skip to content

Commit 9689c35

Browse files
committed
move buttons
1 parent 75ba1a0 commit 9689c35

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

main scene.tscn

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ script = ExtResource("3_28gw3")
8989
unique_name_in_owner = true
9090
offset_left = 24.0
9191
offset_top = 15.0
92-
offset_right = 323.0
93-
offset_bottom = 35.0
92+
offset_right = 748.0
93+
offset_bottom = 54.0
9494
theme_override_fonts/font = ExtResource("17_dsinh")
95-
theme_override_font_sizes/font_size = 30
95+
theme_override_font_sizes/font_size = 40
9696
text = "Day 0, Spring 12:00 AM, 70 Kilowatts"
9797
script = ExtResource("10_5bt7y")
9898

9999
[node name="Camera2D" type="Camera2D" parent="."]
100-
zoom = Vector2(3, 3)
100+
zoom = Vector2(4, 4)
101101
script = ExtResource("4_e6nis")
102102

103103
[node name="Panel" type="Panel" parent="Camera2D"]
@@ -139,65 +139,65 @@ texture = ExtResource("17_coqb7")
139139

140140
[node name="Powerplantbutton" type="Button" parent="Camera2D"]
141141
texture_filter = 1
142-
offset_left = -214.0
143-
offset_top = 106.0
144-
offset_right = 1846.0
145-
offset_bottom = 507.0
142+
offset_left = -234.0
143+
offset_top = 109.0
144+
offset_right = 1826.0
145+
offset_bottom = 510.0
146146
scale = Vector2(0.05, 0.05)
147147
theme = ExtResource("15_07nre")
148148
theme_override_font_sizes/font_size = 250
149149
text = "Power Plant"
150150

151151
[node name="Waterpumpbutton" type="Button" parent="Camera2D"]
152152
texture_filter = 1
153-
offset_left = -108.0
154-
offset_top = 106.0
155-
offset_right = 2272.0
156-
offset_bottom = 507.0
153+
offset_left = -128.0
154+
offset_top = 109.0
155+
offset_right = 2252.0
156+
offset_bottom = 510.0
157157
scale = Vector2(0.05, 0.05)
158158
theme = ExtResource("15_07nre")
159159
theme_override_font_sizes/font_size = 250
160160
text = "Water Plant"
161161

162162
[node name="Oilpumpbutton" type="Button" parent="Camera2D"]
163163
texture_filter = 1
164-
offset_left = -214.0
165-
offset_top = 83.0
166-
offset_right = 1846.0
167-
offset_bottom = 484.0
164+
offset_left = -234.0
165+
offset_top = 86.0
166+
offset_right = 1826.0
167+
offset_bottom = 487.0
168168
scale = Vector2(0.05, 0.05)
169169
theme = ExtResource("15_07nre")
170170
theme_override_font_sizes/font_size = 250
171171
text = "Oil Pump"
172172

173173
[node name="Recyclebutton" type="Button" parent="Camera2D"]
174174
texture_filter = 1
175-
offset_left = -108.0
176-
offset_top = 83.0
177-
offset_right = 2272.0
178-
offset_bottom = 484.0
175+
offset_left = -128.0
176+
offset_top = 86.0
177+
offset_right = 2252.0
178+
offset_bottom = 487.0
179179
scale = Vector2(0.05, 0.05)
180180
theme = ExtResource("15_07nre")
181181
theme_override_font_sizes/font_size = 250
182182
text = "Recycle Plant"
183183

184184
[node name="Bankbutton" type="Button" parent="Camera2D"]
185185
texture_filter = 1
186-
offset_left = -214.0
187-
offset_top = 60.0
188-
offset_right = 1846.0
189-
offset_bottom = 461.0
186+
offset_left = -234.0
187+
offset_top = 63.0
188+
offset_right = 1826.0
189+
offset_bottom = 464.0
190190
scale = Vector2(0.05, 0.05)
191191
theme = ExtResource("15_07nre")
192192
theme_override_font_sizes/font_size = 250
193193
text = "Bank"
194194

195195
[node name="Coalminebutton" type="Button" parent="Camera2D"]
196196
texture_filter = 1
197-
offset_left = -108.0
198-
offset_top = 60.0
199-
offset_right = 2272.0
200-
offset_bottom = 461.0
197+
offset_left = -128.0
198+
offset_top = 63.0
199+
offset_right = 2252.0
200+
offset_bottom = 464.0
201201
scale = Vector2(0.05, 0.05)
202202
theme = ExtResource("15_07nre")
203203
theme_override_font_sizes/font_size = 250

0 commit comments

Comments
 (0)