mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-23 05:39:02 -06:00
Reformat many settings
This commit is contained in:
parent
45b247939e
commit
4f5c61fb61
@ -64,15 +64,15 @@ function GamemodeConfigScene:render()
|
|||||||
local next_index = Mod1(curr_index+1, #option[3])
|
local next_index = Mod1(curr_index+1, #option[3])
|
||||||
|
|
||||||
love.graphics.setColor(1, 1, 1, 0.5)
|
love.graphics.setColor(1, 1, 1, 0.5)
|
||||||
love.graphics.printf(option[3][prev_index],
|
love.graphics.printf("<<< "..option[3][prev_index],
|
||||||
100 + 110 * 1, 100 + i * 20, 100, 'center')
|
100 + 110 * 1, 100 + i * 20, 100, 'center')
|
||||||
|
|
||||||
love.graphics.setColor(1, 1, 1, 1)
|
love.graphics.setColor(1, 1, 1, 1)
|
||||||
love.graphics.printf("< " .. option[3][curr_index] .. " >",
|
love.graphics.printf(option[3][curr_index],
|
||||||
100 + 110 * 2.5, 100 + i * 20, 100, 'center')
|
100 + 110 * 2.5, 100 + i * 20, 100, 'center')
|
||||||
|
|
||||||
love.graphics.setColor(1, 1, 1, 0.5)
|
love.graphics.setColor(1, 1, 1, 0.5)
|
||||||
love.graphics.printf(option[3][next_index],
|
love.graphics.printf(option[3][next_index].." >>>",
|
||||||
100 + 110 * 4, 100 + i * 20, 100, 'center')
|
100 + 110 * 4, 100 + i * 20, 100, 'center')
|
||||||
|
|
||||||
love.graphics.setColor(1, 1, 1, 1)
|
love.graphics.setColor(1, 1, 1, 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user