mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 03:29:02 -06:00
Typo fix
This commit is contained in:
parent
91c8dc3dcc
commit
6fb583e463
@ -73,7 +73,7 @@ local block_offsets = {
|
|||||||
function TitleScene:render()
|
function TitleScene:render()
|
||||||
love.graphics.setFont(font_3x5_4)
|
love.graphics.setFont(font_3x5_4)
|
||||||
love.graphics.setColor(1, 1, 1, 1 - self.snow_bg_opacity)
|
love.graphics.setColor(1, 1, 1, 1 - self.snow_bg_opacity)
|
||||||
drawBackground("title_no_icon"), -- title, title_night
|
drawBackground("title_no_icon") -- title, title_night
|
||||||
|
|
||||||
-- 490, 192
|
-- 490, 192
|
||||||
for _, b in ipairs(block_offsets) do
|
for _, b in ipairs(block_offsets) do
|
||||||
|
Loading…
Reference in New Issue
Block a user