scaling
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
local function winner()
|
||||
local width = love.graphics.getWidth()
|
||||
local height = love.graphics.getHeight()
|
||||
local width = love.graphics.getWidth() / _G.X_SCALE
|
||||
local height = love.graphics.getHeight() / _G.Y_SCALE
|
||||
local opacity = 0.3
|
||||
local s = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user