player avatar - currently bare. need a component for avatar_sprite!
This commit is contained in:
parent
44b0674b5a
commit
af1040b970
10 changed files with 329 additions and 245 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue