diff --git a/bundle/main.lua b/bundle/main.lua index 674bb7b..50420e0 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -60,6 +60,7 @@ function fromScreenCoordinate(x, y) end function love.load() + math.randomseed(os.time()) love.mouse.setVisible(false) local width, height = love.graphics.getDimensions() setScreenDimensions(width, height)