driver.love/0061-on.key_release

4 lines
89 B
Plaintext

on.key_release = function(key)
if Animating then return end
if Move then return end
end