-
I am building a excalibur game with realistic physics, in my game I enable physics with
This works, and I can add Actors with physics properties, except for these two:
The body does not bounce, and can still rotate around the z axis. Am I missing something?
BTW I am using the .esm version, I import excalibur as a native module from https://esm.sh/excalibur |
Beta Was this translation helpful? Give feedback.
Answered by
eonarheim
Jun 26, 2022
Replies: 1 comment 2 replies
-
@KokoDoko Thanks for pointing these out, I think I know what's up with the degree of freedom. The bounciness is a mystery still. I've made an issue #2368 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
KokoDoko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@KokoDoko Thanks for pointing these out, I think I know what's up with the degree of freedom. The bounciness is a mystery still.
I've made an issue #2368