This commit is contained in:
edschuy95 2026-01-22 19:37:54 -05:00
parent 7c3d5db62c
commit 2506d36674
2 changed files with 34 additions and 8 deletions

View file

@ -23,7 +23,7 @@ import pygame
shutdown_event = threading.Event()
# ========================= CONFIG =========================
DEBUG = False # Set True to enable debug overrides
DEBUG = True # Set True to enable debug overrides
# Default paths (used if not in debug mode)
DEFAULT_WIN_GAME_EXE = r"./qgame.dll"