Skip to content

Commit

Permalink
fix: fix wonder coins angles
Browse files Browse the repository at this point in the history
  • Loading branch information
agustincarriso committed Jan 16, 2025
1 parent 2762e9a commit 1a4d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shopitem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class ShopItem {

// --- load the GLTF model
si.pos = [0, 0, 0]
si.angles = [0, 0, 0]
si.angles = [0, 90, 0]
this.modelEntity = loader.spawnSceneObject(si)
Transform.getMutable(this.modelEntity).parent = this.entity
this.shape = GltfContainer.get(this.modelEntity).src
Expand Down

0 comments on commit 1a4d43b

Please sign in to comment.