notmd
notmd
like in #3130 but for the `MessageTableEntry` component. Have a report button inside, and show the report pop-up on click
Fix #245
Part of #245 - Upgrade to Bevy 0.14 to take advantage of the new `EventRegistry`. I'm using a fork of `bevy_renet` for now so this probably should be merged after...
`bevy_replicon` has a disscution including a summary of planned implementation details here https://github.com/projectharmonia/bevy_replicon/issues/304
Like the title, this would save a lot of time, especially for 2d game which don't use 3d features
# Objective - Close https://github.com/bevyengine/bevy/pull/14668 ## Solution - Add `QueryStateWrapper` a component and use observer to update it state. - Add `ArchetypeCreated` event. This will be emitted right after the...
Like title. My cargo file ```toml bevy_svg = { version = "0.16.0-rc1", default-features = false, features = [ "2d", ] } ```