Merge branch 'main' of github.com-personal:Back777space/among-me

This commit is contained in:
Back777space
2025-04-05 16:46:12 +02:00
8 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

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

Binary file not shown.

View File

@@ -15,7 +15,7 @@ fn main() -> AppExit {
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,