aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/nearest_entity.rs
AgeCommit message (Expand)Author
2025-06-14add note about current_thread to azalea readmemat
2025-05-30formatting: merge importsmat
2025-04-25update to bevy 0.16mat
2025-02-22update to rust edition 2024mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-09-14rename Local to LocalEntitymat
2023-08-22fix entities not being despawnedmat
2023-08-22Created nearest_entity system param (#102)TheDudeFromCI