color fix
This commit is contained in:
@@ -9,15 +9,15 @@ function Config.initial_data()
|
|||||||
height = 136
|
height = 136
|
||||||
},
|
},
|
||||||
colors = {
|
colors = {
|
||||||
black = 2,
|
black = 0,
|
||||||
light_grey = 13,
|
light_grey = 2,
|
||||||
dark_grey = 14,
|
dark_grey = 1,
|
||||||
red = 0,
|
red = 13,
|
||||||
light_blue = 7,
|
light_blue = 9,
|
||||||
blue = 9,
|
blue = 3,
|
||||||
white = 12,
|
white = 4,
|
||||||
item = 12,
|
item = 7,
|
||||||
meter_bg = 12
|
meter_bg = 1
|
||||||
},
|
},
|
||||||
timing = {
|
timing = {
|
||||||
splash_duration = 120
|
splash_duration = 120
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ function TIC()
|
|||||||
cls(Config.colors.black)
|
cls(Config.colors.black)
|
||||||
local handler = Window.get_current_handler() -- Get handler from Window manager
|
local handler = Window.get_current_handler() -- Get handler from Window manager
|
||||||
if handler then
|
if handler then
|
||||||
handler()
|
handler()
|
||||||
end
|
end
|
||||||
Meter.update()
|
Meter.update()
|
||||||
Timer.update()
|
Timer.update()
|
||||||
if Context.game_in_progress then
|
if Context.game_in_progress then
|
||||||
Meter.draw()
|
Meter.draw()
|
||||||
Timer.draw()
|
Timer.draw()
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user