Skip to content

Commit

Permalink
Use new play field
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo committed May 16, 2019
1 parent 7c2316d commit 49ac064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets
Submodule assets updated 1 files
+ models/Field.glb
2 changes: 1 addition & 1 deletion src/builders/field/buildPlayfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buildPlayfield = (scene: Scene) => {
*/

const { field } = GameFieldAssets.getAssets()
field.scale.setScalar(1350)
field.scale.setScalar(400)
scene.add(field)
return new FieldManager(field)
}

0 comments on commit 49ac064

Please sign in to comment.