Changed window size to 360x360
This commit is contained in:
parent
524eced2db
commit
ff0d1176c0
|
@ -20,7 +20,7 @@ script = ExtResource( 25 )
|
|||
stream = ExtResource( 10 )
|
||||
|
||||
[node name="GUI" type="Control" parent="."]
|
||||
margin_right = 480.0
|
||||
margin_right = 360.0
|
||||
margin_bottom = 360.0
|
||||
mouse_filter = 1
|
||||
script = ExtResource( 27 )
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource path="res://assets/NotoSans.tres" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 40
|
||||
size = 32
|
||||
outline_size = 2
|
||||
outline_color = Color( 1, 1, 0, 1 )
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -63,9 +63,9 @@ func _process(delta):
|
|||
return
|
||||
|
||||
if num_inputs <= 0:
|
||||
self.working = false
|
||||
if not was_started:
|
||||
return
|
||||
self.working = false
|
||||
idle_time += delta
|
||||
if idle_time >= max_idle_time:
|
||||
$"/root/Main".game_over()
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -33,7 +33,7 @@ gdscript/warnings/return_value_discarded=false
|
|||
|
||||
[display]
|
||||
|
||||
window/size/width=480
|
||||
window/size/width=360
|
||||
window/size/height=360
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/aspect="keep"
|
||||
|
|
Loading…
Reference in New Issue