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
feat: strawberry party (#4)
Makes strawberries spawn much more frequently on the player spawn
points.
Limits the number of "poop" entities on the map, as well as the number
of poop sounds being played.
feat: bevy 0.11 and related deps update (#1)
* Updates project to Bevy `0.11.3` and updates related dependencies.
* Necessary fixes for breaking changes introduced by updates.
* Switched to `bevy_ggrs` main branch to resolve a parent->child transform propagation regression ( See [here](gschup/bevy_ggrs#74) )