overworld human icon
This commit is contained in:
parent
ac21220dea
commit
28655cc819
2 changed files with 25 additions and 5 deletions
|
@ -101,9 +101,10 @@ impl Add<i32> for ZLayer {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn setup(_state: &mut State, ctx: &mut EngineContext<'_>) {
|
||||
pub fn setup(state: &mut State, ctx: &mut EngineContext<'_>) {
|
||||
Assets::load(ctx);
|
||||
|
||||
overworld::setup(state, ctx);
|
||||
//house::setup(state, ctx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue