Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 740 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 740 Bytes

bevy_bobs

Bits and Bobs for Bevy Projects

crates.io docs.rs MIT/Apache 2.0

Included utilities

general

  • spawn_wave - spawn wave system
  • prefab - utilities for loading prefabs from ron files
  • physics_2d - dead simple 2d components
  • sfx sound player

ui

  • attack_pattern - utilities to generate attack patterns (straight, shotgun, around)
  • health_bar - health bar ui component
  • cursor - in game coords of mouse cursor