aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/GameSession.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/Game/GameSession/GameSession.gd')
-rw-r--r--game/src/Game/GameSession/GameSession.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/src/Game/GameSession/GameSession.gd b/game/src/Game/GameSession/GameSession.gd
index 305709c..f085073 100644
--- a/game/src/Game/GameSession/GameSession.gd
+++ b/game/src/Game/GameSession/GameSession.gd
@@ -2,12 +2,12 @@ extends Control
@export var _game_session_menu : Control
-func _ready():
+func _ready() -> void:
Events.Options.load_settings_from_file()
if GameSingleton.setup_game(0) != OK:
push_error("Failed to setup game")
-func _process(_delta : float):
+func _process(_delta : float) -> void:
GameSingleton.try_tick()
# REQUIREMENTS: