Skip to content

Commit

Permalink
add anim to test
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Aug 28, 2024
1 parent 4c17276 commit b1b2e0b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class AnimControllerTest {
components {
physics { }
}
//animation("test") {
// timeline { }
// animLength = 2f
//}
animation("test") {
timeline { }
animLength = 2f
}
animController("my_anim_controller", Query.isBaby) {
initialState = "default"
variables {
Expand Down

0 comments on commit b1b2e0b

Please sign in to comment.