fixed dash timer bad when lag

This commit is contained in:
lustlion
2022-02-27 03:02:06 +01:00
parent ce43e48723
commit e62eae1564
2 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ function love.load()
game = {
scale = 2,
width = love.graphics.getWidth(),
height = love.graphics.getHeight()
height = love.graphics.getHeight(),
framerate = 60
}
require "code/require"