improvements to particles and animation can now have variable speed

This commit is contained in:
lustlion
2022-03-09 06:04:36 +01:00
parent e8242f6564
commit d3796a0204
6 changed files with 38 additions and 23 deletions

View File

@@ -103,10 +103,6 @@ function love.update(dt)
return
end
if Keybind:checkPressed(Keybind.debug.respawn) then
activateSpawns()
end
if love.keyboard.isDown("f7") then
local test_prompt = Prompt:new({
name = "test prompt",