add ant bying and pause menu

This commit is contained in:
2024-10-07 02:36:19 +10:00
parent 76ccd210ec
commit 705e861e3f
17 changed files with 487 additions and 24 deletions

View File

@@ -3,6 +3,10 @@ extends Node
var is_fullscreen: bool = false
func _ready() -> void:
process_mode = Node.PROCESS_MODE_ALWAYS
func _input(event: InputEvent) -> void:
if event.is_action_pressed("toggle_fullscreen"):
_toggle_fullscreen()