This repository has been archived on 2025-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
2025-06-05 14:13:47 +07:00

7 lines
178 B
Lua

function goodNoteHit()
if getProperty('combo') == 100 or getProperty('combo') == 200 then
characterPlayAnim('gf', 'combo100', true);
setProperty('gf.specialAnim', true);
end
end