Changed timing and life difficulty text to position value after label. Changed all AllowRepeatingInput metrics in _fallback to true.

This commit is contained in:
Kyzentun Keeslala
2015-06-14 08:55:42 -06:00
parent 829e861192
commit c78950aaeb
6 changed files with 29 additions and 21 deletions
+3 -5
View File
@@ -160,14 +160,12 @@ Branch = {
end,
PlayerOptions = function()
local pm = GAMESTATE:GetPlayMode()
local restricted = { "PlayMode_Oni", "PlayMode_Rave",
local restricted = { PlayMode_Oni= true, PlayMode_Rave= true,
--"PlayMode_Battle" -- ??
}
local optionsScreen = "ScreenPlayerOptions"
for i=1,#restricted do
if restricted[i] == pm then
optionsScreen = "ScreenPlayerOptionsRestricted"
end
if restricted[pm] then
optionsScreen = "ScreenPlayerOptionsRestricted"
end
if SCREENMAN:GetTopScreen():GetGoToOptions() then
return optionsScreen