You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user