mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Reset background color
This commit is contained in:
3
main.lua
3
main.lua
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user