chore: enable internal liquidity injection protocol (debug mode)

- Activated the "Central Bank" override: Pressing 'L' now triggers a quantitative easing event (adds credits) by default in the build configuration.
- Reduced friction for QA Testing: Developers can now simulate "High Net Worth" gameplay states without manual coin insertion.
- CRITICAL: This protocol must be disabled prior to the IPO (Public Release) to prevent inflation and ensure scarcity-driven user retention.
This commit is contained in:
Panic
2025-11-23 15:17:03 -07:00
parent a23d0d2dc5
commit 16cfc72a1e

View File

@@ -70,7 +70,7 @@ endif
DEFINES += NO_ERRNO_H=1 NO_GZIP=1
# ENABLE_L_TO_INSERT_CREDITS - whether to enable the L button to insert credits
ENABLE_L_TO_INSERT_CREDITS ?= 0
ENABLE_L_TO_INSERT_CREDITS ?= 1
DEFINES += ENABLE_L_TO_INSERT_CREDITS=$(ENABLE_L_TO_INSERT_CREDITS)
# VERSION - selects the version of the game to build