This commit is contained in:
Simon Kellet
2024-08-02 17:26:14 +01:00
parent 7252c3cd2c
commit 88faf2538b
4 changed files with 32 additions and 18 deletions
+2 -2
View File
@@ -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 = ""