This commit is contained in:
2025-03-22 12:44:42 +02:00
parent 43895ea0fc
commit 25df07c250
13 changed files with 447 additions and 6 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export default {
}
},
async loadEnvironment(scene, target){
//await gameEngine.loadPanorama(`/asset/default/43.webp`);
await gameEngine.loadPanorama(`/asset/default/43.webp`);
await this.expandScenarioData(scene);
target.objects = target.objects || {};
let l = target.objects;