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

View File

@@ -15,7 +15,7 @@ fn main() -> AppExit {
fn setup(mut commands: Commands) {
commands.spawn((
BlueprintInfo::from_path("scenes/World.glb"),
BlueprintInfo::from_path("levels/World.glb"),
SpawnBlueprint,
HideUntilReady,
GameWorldTag,