Skip to content

Commit

Permalink
fix(anim): v9 now uses rotation instead of angle
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <[email protected]>
  • Loading branch information
XuNeo committed Aug 3, 2024
1 parent 1b362ce commit 4b4b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/animation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ root:Object():Image {
path = "bounce",
exec_cb = function(obj, value)
obj:set {
angle = value
rotation = value
}
end,
done_cb = function (anim, obj)
Expand Down

0 comments on commit 4b4b84b

Please sign in to comment.