|
@@ -8,9 +8,6 @@ func _ready():
|
|
if OS.get_name() not in ["Windows", "macOS", "Linux"]:
|
|
if OS.get_name() not in ["Windows", "macOS", "Linux"]:
|
|
quit_button.visible = false
|
|
quit_button.visible = false
|
|
|
|
|
|
-func _process(_delta):
|
|
|
|
- print(get_viewport_rect().size)
|
|
|
|
-
|
|
|
|
func _on_new_game_pressed():
|
|
func _on_new_game_pressed():
|
|
pass # Replace with function body.
|
|
pass # Replace with function body.
|
|
|
|
|