From cef940108fe15752c3ef66f43f5169403fa2f71d Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sat, 3 Jun 2023 14:37:10 -0400 Subject: Reorganize the file structure of the files in `game/src` --- game/src/Autoload/Events/GameDebug.gd | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 game/src/Autoload/Events/GameDebug.gd (limited to 'game/src/Autoload/Events/GameDebug.gd') diff --git a/game/src/Autoload/Events/GameDebug.gd b/game/src/Autoload/Events/GameDebug.gd deleted file mode 100644 index df7a23a..0000000 --- a/game/src/Autoload/Events/GameDebug.gd +++ /dev/null @@ -1,21 +0,0 @@ -extends RefCounted - -# REQUIREMENTS: -# * SS-56 -func _init(): - for engine_args in OS.get_cmdline_args(): - match(engine_args): - "--game-debug": - set_debug_mode(true) - - for engine_args in OS.get_cmdline_user_args(): - match(engine_args): - "--game-debug", "-d", "--debug", "--debug-mode": - set_debug_mode(true) - -func set_debug_mode(value : bool) -> void: - ProjectSettings.set_setting("openvic/debug/enabled", value) - print("Set debug mode to: ", value) - -func is_debug_mode() -> bool: - return ProjectSettings.get_setting("openvic/debug/enabled", false) -- cgit v1.2.3-56-ga3b1