Fix bugs and small changes to other thing
This commit is contained in:
@@ -210,7 +210,7 @@ function scene.keyDown(key)
|
||||
CHAR.controller.xboxX,CHAR.controller.xboxY,CHAR.controller.xboxA,CHAR.controller.xboxB,
|
||||
CHAR.icon.help,CHAR.icon.copy,CHAR.icon.globe,CHAR.key.winMenu)
|
||||
):split('\n'),
|
||||
currentFontSize,
|
||||
20,
|
||||
'rainbow'
|
||||
)
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@ function scene.enter()
|
||||
scene.widgetList.unranked.hide=scoreValid()
|
||||
BG.set('tunnel')
|
||||
end
|
||||
function scene.back()
|
||||
GAME.modUsed=usingMod()
|
||||
end
|
||||
|
||||
function scene.mouseMove(x,y)
|
||||
selected=false
|
||||
|
||||
Reference in New Issue
Block a user