1
0
mirror of https://github.com/SashLilac/cambridge.git synced 2025-04-17 13:32:56 -05:00
This commit is contained in:
Ishaan Bhardwaj 2023-07-16 01:52:02 -04:00
parent 91c8dc3dcc
commit 6fb583e463

View File

@ -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