cutechicken commited on
Commit
f790ee7
1 Parent(s): 37ab5ab

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -123,7 +123,7 @@ class Enemy {
123
 
124
  async initialize(loader) {
125
  try {
126
- const result = await loader.loadAsync('/models/enemy.glb');
127
  this.mesh = result.scene;
128
  this.mesh.position.copy(this.position);
129
  this.mesh.scale.set(ENEMY_SCALE, ENEMY_SCALE, ENEMY_SCALE);
 
123
 
124
  async initialize(loader) {
125
  try {
126
+ const result = await loader.loadAsync('/models/enemy1.glb');
127
  this.mesh = result.scene;
128
  this.mesh.position.copy(this.position);
129
  this.mesh.scale.set(ENEMY_SCALE, ENEMY_SCALE, ENEMY_SCALE);