Changed window size to 360x360

This commit is contained in:
Luke Hubmayer-Werner 2020-04-21 00:42:17 +09:30
parent 524eced2db
commit ff0d1176c0
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ script = ExtResource( 25 )
stream = ExtResource( 10 ) stream = ExtResource( 10 )
[node name="GUI" type="Control" parent="."] [node name="GUI" type="Control" parent="."]
margin_right = 480.0 margin_right = 360.0
margin_bottom = 360.0 margin_bottom = 360.0
mouse_filter = 1 mouse_filter = 1
script = ExtResource( 27 ) script = ExtResource( 27 )

View File

@ -3,7 +3,7 @@
[ext_resource path="res://assets/NotoSans.tres" type="DynamicFontData" id=1] [ext_resource path="res://assets/NotoSans.tres" type="DynamicFontData" id=1]
[resource] [resource]
size = 40 size = 32
outline_size = 2 outline_size = 2
outline_color = Color( 1, 1, 0, 1 ) outline_color = Color( 1, 1, 0, 1 )
font_data = ExtResource( 1 ) font_data = ExtResource( 1 )

View File

@ -63,9 +63,9 @@ func _process(delta):
return return
if num_inputs <= 0: if num_inputs <= 0:
self.working = false
if not was_started: if not was_started:
return return
self.working = false
idle_time += delta idle_time += delta
if idle_time >= max_idle_time: if idle_time >= max_idle_time:
$"/root/Main".game_over() $"/root/Main".game_over()

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ gdscript/warnings/return_value_discarded=false
[display] [display]
window/size/width=480 window/size/width=360
window/size/height=360 window/size/height=360
window/stretch/mode="2d" window/stretch/mode="2d"
window/stretch/aspect="keep" window/stretch/aspect="keep"