Singelton patch
This commit is contained in:
@@ -22,7 +22,7 @@ func updateOverworldLogic(delta) -> void:
|
||||
collider.interact(self)
|
||||
|
||||
if Input.is_action_just_pressed("pause"):
|
||||
getSystems().PAUSE.playerPauseToggle();
|
||||
PAUSE.playerPauseToggle();
|
||||
|
||||
func updateMovement(delta) -> void:
|
||||
# User movement
|
||||
|
Reference in New Issue
Block a user