asset structure

This commit is contained in:
AmadeusWM
2025-04-05 16:11:33 +02:00
parent 9ff0fcc3cb
commit bce5e53ecf
8 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -23,3 +23,5 @@ target/
# nixos
.direnv
*.blend1

Binary file not shown.

View File

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