This commit is contained in:
AmadeusWM
2025-04-05 16:08:19 +02:00
parent 5e7162ae12
commit 9ff0fcc3cb
4 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
assets/scene/level.blend1 Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -23,7 +23,7 @@ struct Player {
fn setup(mut commands: Commands) {
commands.spawn((
BlueprintInfo::from_path("levels/World.glb"),
BlueprintInfo::from_path("scenes/World.glb"),
SpawnBlueprint,
HideUntilReady,
GameWorldTag,