Not important uodates

This commit is contained in:
SweetSea-ButImNotSweet
2024-04-24 17:00:06 +07:00
parent 5fc92acbb7
commit 5f2687f855
5 changed files with 20 additions and 18 deletions

View File

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