webaverse / app

Web metaverse client
https://app.webaverse.com
MIT License
343 stars 207 forks source link

Fix pet destroy #3633

Closed patriboz closed 1 year ago

patriboz commented 2 years ago

Fix for https://github.com/webaverse/app/issues/3566

Added eventListener for die-events to pet apps within localPlayer.wear.

patriboz commented 2 years ago

Why is the character controller in charge of pet destruction?

It should be put here: https://github.com/webaverse/app/blob/master/metaverse_components/pet.js

Done