player avatar - currently bare. need a component for avatar_sprite!

This commit is contained in:
Llywelwyn 2023-10-06 10:06:04 +01:00
parent 44b0674b5a
commit af1040b970
10 changed files with 329 additions and 245 deletions

View file

@ -61,6 +61,7 @@ impl Fonts {
#[derive(AppState)]
pub struct State {
pub ecs: World,
//pub audio: HashMap<String, AudioSource>,
pub atlas: HashMap<String, Texture>,
pub interface: HashMap<String, Texture>,
pub font: Fonts,