overworld human icon
Some checks failed
Rust / rustfmt (push) Successful in 26s
Rust / clippy (push) Failing after 1m32s
Rust / build (push) Successful in 3m14s

This commit is contained in:
Dominic 2024-07-07 17:39:06 +02:00
parent ac21220dea
commit 28655cc819
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D
2 changed files with 25 additions and 5 deletions

View file

@ -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);
}