Update drone placement logic, level loading functionality, and UI behavior. Set visibility of labels, manage mouse cursor changes, and handle game state for placing drones.

This commit is contained in:
Dan 2024-05-10 18:49:51 +01:00
parent b6cdb68b4e
commit f9865cf1fa
8 changed files with 31 additions and 13 deletions

View file

@ -26,7 +26,7 @@ func _ready():
func _process(delta):
last_update += delta
disable_pause = false
disable_pause = false # This is a mega hacky way to stop the game instantly repausing after unpausing
if last_update > update_interval:
last_update = 0