aboutsummaryrefslogtreecommitdiff
path: root/game/src/Autoload
diff options
context:
space:
mode:
author Hop311 <hop3114@gmail.com>2023-05-24 10:14:41 +0200
committer Hop311 <hop3114@gmail.com>2023-05-24 10:14:41 +0200
commitd6db91738ceee5cce9e7b7efc32bec89a83fa790 (patch)
tree2ba58efbe0ff3cfdc6f73b7a9e0bfab399d5e0d3 /game/src/Autoload
parentac36a373139e3e815f70720b37d4ffc8d9062df9 (diff)
Date fix + string fix + Logger queue
Diffstat (limited to 'game/src/Autoload')
-rw-r--r--game/src/Autoload/Events.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/src/Autoload/Events.gd b/game/src/Autoload/Events.gd
index 0193a08..8800041 100644
--- a/game/src/Autoload/Events.gd
+++ b/game/src/Autoload/Events.gd
@@ -25,6 +25,8 @@ const _compatibility_mode_path : String = ""
# REQUIREMENTS
# * FS-333, FS-334, FS-335, FS-341
func _ready():
+ GameSingleton.setup_logger()
+
var start := Time.get_ticks_usec()
if _compatibility_mode_path: