asset structure
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,3 +23,5 @@ target/
|
|||||||
|
|
||||||
# nixos
|
# nixos
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
*.blend1
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -23,7 +23,7 @@ struct Player {
|
|||||||
|
|
||||||
fn setup(mut commands: Commands) {
|
fn setup(mut commands: Commands) {
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
BlueprintInfo::from_path("scenes/World.glb"),
|
BlueprintInfo::from_path("levels/World.glb"),
|
||||||
SpawnBlueprint,
|
SpawnBlueprint,
|
||||||
HideUntilReady,
|
HideUntilReady,
|
||||||
GameWorldTag,
|
GameWorldTag,
|
||||||
|
|||||||
Reference in New Issue
Block a user