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:
parent
b6cdb68b4e
commit
f9865cf1fa
8 changed files with 31 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue