mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Not important uodates
This commit is contained in:
@@ -1084,14 +1084,14 @@ function GameMode:drawBackground()
|
||||
BACKGROUNDS[bg]:play()
|
||||
end
|
||||
if BACKGROUNDS[bg]:tell() >= limit then
|
||||
BACKGROUNDS[bg]:rewind()
|
||||
BACKGROUNDS[bg]:rewind()
|
||||
end
|
||||
if bg == 0 or bg == 8 or bg == 9 or bg == 3 then brightness = 0.7 end
|
||||
love.graphics.setColor(brightness, brightness, brightness, 1)
|
||||
love.graphics.draw(
|
||||
BACKGROUNDS[bg],
|
||||
0, 0, 0,
|
||||
0.5, 0.5
|
||||
1,1
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user