chore: re-added have_a_coffee discussion, fixed text readability, fixed centering of texts, new system.ui functions for drawing in contour, fixed ddr types, fixed meter drawing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -93,7 +93,7 @@ function Ascension.draw(x, y, options)
|
||||
else
|
||||
color = lit_color
|
||||
end
|
||||
print(ch, x + (i - 1) * spacing, y, color, false, 1, true)
|
||||
Print.text_contour(ch, x + (i - 1) * spacing, y, color, false, 1)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ function Config.initial_data()
|
||||
blue = 3,
|
||||
white = 4,
|
||||
item = 7,
|
||||
orange = 7,
|
||||
meter_bg = 1
|
||||
},
|
||||
timing = {
|
||||
|
||||
@@ -99,15 +99,15 @@ function Context.new_game()
|
||||
MysteriousManScreen.start({
|
||||
text = [[
|
||||
Norman was never a bad
|
||||
...
|
||||
|
||||
simulation engineer,
|
||||
...
|
||||
|
||||
but
|
||||
...
|
||||
|
||||
we need to be careful
|
||||
...
|
||||
|
||||
letting him improve.
|
||||
...
|
||||
|
||||
We need to distract him.
|
||||
]],
|
||||
on_text_complete = function()
|
||||
@@ -122,7 +122,7 @@ function Context.new_game()
|
||||
instruction_text = "Wake up Norman!",
|
||||
show_progress_text = false,
|
||||
on_win = function()
|
||||
Audio.music_play_wakingup()
|
||||
Audio.music_play_room_work()
|
||||
Meter.show()
|
||||
Window.set_current("game")
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user