all unlock metrics in [UnlockManager]
This commit is contained in:
@@ -48,7 +48,8 @@ CurrentModeX=0
|
|||||||
CurrentModeY=0
|
CurrentModeY=0
|
||||||
CurrentModeZoom=1
|
CurrentModeZoom=1
|
||||||
|
|
||||||
[Unlocks]
|
[UnlockManager]
|
||||||
|
AutoLockChallengeSteps=0
|
||||||
UnlockNames=
|
UnlockNames=
|
||||||
# UnlockNames=1,2
|
# UnlockNames=1,2
|
||||||
# The song "Pledge" requires 500 AP.
|
# The song "Pledge" requires 500 AP.
|
||||||
@@ -5083,6 +5084,3 @@ ComboOnCommand=hidden,1
|
|||||||
|
|
||||||
[Profile]
|
[Profile]
|
||||||
ShowCoinData=1
|
ShowCoinData=1
|
||||||
|
|
||||||
[UnlockManager]
|
|
||||||
AutoLockChallengeSteps=0
|
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
UnlockManager* UNLOCKMAN = NULL; // global and accessable from anywhere in our program
|
UnlockManager* UNLOCKMAN = NULL; // global and accessable from anywhere in our program
|
||||||
|
|
||||||
#define UNLOCK_NAMES THEME->GetMetric ("Unlocks","UnlockNames")
|
#define UNLOCK_NAMES THEME->GetMetric ("UnlockManager","UnlockNames")
|
||||||
#define UNLOCK(sLineName) THEME->GetMetric ("Unlocks",ssprintf("Unlock%s",sLineName.c_str()))
|
#define UNLOCK(sLineName) THEME->GetMetric ("UnlockManager",ssprintf("Unlock%s",sLineName.c_str()))
|
||||||
|
|
||||||
ThemeMetric<bool> AUTO_LOCK_CHALLENGE_STEPS( "UnlockManager", "AutoLockChallengeSteps" );
|
ThemeMetric<bool> AUTO_LOCK_CHALLENGE_STEPS( "UnlockManager", "AutoLockChallengeSteps" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user