better slow_amnt comment

This commit is contained in:
yuki 2025-11-12 01:06:20 -03:00
parent 3b83851fb9
commit e487ceaec8

View file

@ -31,7 +31,7 @@ Area = require 'obj/Area'
GameObject = require 'obj/GameObject' GameObject = require 'obj/GameObject'
function love.load() function love.load()
-- slowmo var -- dt * slow_amnt
slow_amnt = 1 slow_amnt = 1
-- global timer -- global timer