Changed Display Gamemode to Debug Info
Cambridge version will display at all times if onpull/38/head
parent
9611fc31bf
commit
bc54bc57b6
8
main.lua
8
main.lua
|
@ -75,9 +75,11 @@ function love.draw()
|
||||||
|
|
||||||
scene:render()
|
scene:render()
|
||||||
|
|
||||||
love.graphics.setFont(font_3x5_2)
|
if config.gamesettings.display_gamemode == 1 or scene.title == "Title" then
|
||||||
love.graphics.setColor(1, 1, 1, 1)
|
love.graphics.setFont(font_3x5_2)
|
||||||
love.graphics.printf(version, 0, 460, 635, "right")
|
love.graphics.setColor(1, 1, 1, 1)
|
||||||
|
love.graphics.printf(version, 0, 460, 635, "right")
|
||||||
|
end
|
||||||
|
|
||||||
love.graphics.pop()
|
love.graphics.pop()
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ConfigScene.options = {
|
||||||
{"piece_colour", "Piece Colours", false, {"Per ruleset", "Arika", "TTC"}},
|
{"piece_colour", "Piece Colours", false, {"Per ruleset", "Arika", "TTC"}},
|
||||||
{"world_reverse", "A Button Rotation", false, {"Left", "Auto", "Right"}},
|
{"world_reverse", "A Button Rotation", false, {"Left", "Auto", "Right"}},
|
||||||
{"spawn_positions", "Spawn Positions", false, {"Per ruleset", "In field", "Out of field"}},
|
{"spawn_positions", "Spawn Positions", false, {"Per ruleset", "In field", "Out of field"}},
|
||||||
{"display_gamemode", "Display Gamemode", false, {"On", "Off"}},
|
{"display_gamemode", "Debug Info", false, {"On", "Off"}},
|
||||||
{"das_last_key", "DAS Last Key", false, {"Off", "On"}},
|
{"das_last_key", "DAS Last Key", false, {"Off", "On"}},
|
||||||
{"smooth_movement", "Smooth Piece Drop", false, {"On", "Off"}},
|
{"smooth_movement", "Smooth Piece Drop", false, {"On", "Off"}},
|
||||||
{"synchroes_allowed", "Synchroes", false, {"Per ruleset", "On", "Off"}},
|
{"synchroes_allowed", "Synchroes", false, {"Per ruleset", "On", "Off"}},
|
||||||
|
|
Loading…
Reference in New Issue