You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The animations of blocks falling/being launched and the avocado's animation do not work in guac.py, while the arm-demo's animation works. Changing the physics attribute to dynamic_body (exchangeable as indicated by the documentation) also doesn't work. After a win/stalemate, the boxes will hold their positions and freeze for 5 seconds after being reset into their default state instead of rendering the physics.
The text was updated successfully, but these errors were encountered:
Power-tile
changed the title
Tic-tac-guac missing animation & physics
Tic-tac-guac animation & physics not working
Jun 9, 2022
@hi-liang Adding a sceneOptions in the build page did bring physics, but in a weird form:
The bottom-left cube drops first, and all other cubes + the avocado animation are barely played before reset. Having a stalemate instead of a win results in almost the same problem, having the bottom left & left cube dropped first and the rest dropping/animating barely.
The animations of blocks falling/being launched and the avocado's animation do not work in
guac.py
, while thearm-demo
's animation works. Changing thephysics
attribute todynamic_body
(exchangeable as indicated by the documentation) also doesn't work. After a win/stalemate, the boxes will hold their positions and freeze for 5 seconds after being reset into their default state instead of rendering the physics.The text was updated successfully, but these errors were encountered: