Reset background color

This commit is contained in:
Nguyễn Quốc Hưng
2024-08-10 07:55:22 +07:00
parent c0d061e254
commit e7474aefeb

View File

@@ -12,7 +12,8 @@ if not love.filesystem.getInfo(REPLAY_DIR) then
love.filesystem.createDirectory(REPLAY_DIR)
end
BACKGROUND_COLOR = {32/255, 120/255, 88/255}
BACKGROUND_COLOR = {0, 0, 0}
-- BACKGROUND_COLOR = {32/255, 120/255, 88/255}
CURRENT_OS = love.system.getOS()
MOBILE = CURRENT_OS == "Android" or CURRENT_OS == "iOS"