Completed the play-seq animation command for characters

This commit is contained in:
2025-11-18 00:40:43 -05:00
parent 29612d226d
commit 383ed25453
8 changed files with 55 additions and 10 deletions

View File

@@ -84,3 +84,9 @@ function engio.presshotkey(action)
end
end
function jp3()
tangible.animate(actor, nil, {action="play", seq="jump"})
tangible.animate(actor, nil, {action="play", seq="jump"})
tangible.animate(actor, nil, {action="play", seq="jump"})
end