This commit is contained in:
edschuy95 2026-01-22 22:13:18 -05:00
parent 6b6cacbecd
commit cdaae6963c

View file

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