.
This commit is contained in:
parent
2506d36674
commit
020f266ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import pygame
|
||||||
shutdown_event = threading.Event()
|
shutdown_event = threading.Event()
|
||||||
|
|
||||||
# ========================= CONFIG =========================
|
# ========================= 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 paths (used if not in debug mode)
|
||||||
DEFAULT_WIN_GAME_EXE = r"./qgame.dll"
|
DEFAULT_WIN_GAME_EXE = r"./qgame.dll"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue