Spaces:
Running
Running
cutechicken
commited on
Commit
•
49be16c
1
Parent(s):
3d35704
Update game.js
Browse files
game.js
CHANGED
@@ -12,7 +12,7 @@ const MAX_HEALTH = 1000;
|
|
12 |
const ENEMY_MOVE_SPEED = 0.1;
|
13 |
const ENEMY_COUNT_MAX = 3;
|
14 |
const PARTICLE_COUNT = 15;
|
15 |
-
const BUILDING_COUNT =
|
16 |
const ENEMY_CONFIG = {
|
17 |
ATTACK_RANGE: 100,
|
18 |
ATTACK_INTERVAL: 2000,
|
@@ -1577,7 +1577,7 @@ class Game {
|
|
1577 |
this.obstacles = [];
|
1578 |
}
|
1579 |
|
1580 |
-
const BUILDING_COUNT =
|
1581 |
const buildingModels = [
|
1582 |
'models/house1.glb',
|
1583 |
'models/house2.glb',
|
|
|
12 |
const ENEMY_MOVE_SPEED = 0.1;
|
13 |
const ENEMY_COUNT_MAX = 3;
|
14 |
const PARTICLE_COUNT = 15;
|
15 |
+
const BUILDING_COUNT = 50;
|
16 |
const ENEMY_CONFIG = {
|
17 |
ATTACK_RANGE: 100,
|
18 |
ATTACK_INTERVAL: 2000,
|
|
|
1577 |
this.obstacles = [];
|
1578 |
}
|
1579 |
|
1580 |
+
const BUILDING_COUNT = 50; // 바위 대신 건물로 변경
|
1581 |
const buildingModels = [
|
1582 |
'models/house1.glb',
|
1583 |
'models/house2.glb',
|