aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/tick.rs
AgeCommit message (Collapse)Author
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-02-21GameTick should only happen after Updatemat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
* replace bevy FixedUpdate with azalea GameTick * Update to Bevy 0.12.1