Spaces:
Running
Running
cutechicken
commited on
Commit
•
abc86aa
1
Parent(s):
fa485ff
Update game.js
Browse files
game.js
CHANGED
@@ -1261,9 +1261,9 @@ class Enemy {
|
|
1261 |
// 적 탱크 모델 로드
|
1262 |
let modelPath;
|
1263 |
if (this.type === 'tank') {
|
1264 |
-
modelPath = '/models/
|
1265 |
} else {
|
1266 |
-
modelPath = '/models/
|
1267 |
}
|
1268 |
|
1269 |
const result = await loader.loadAsync(modelPath);
|
|
|
1261 |
// 적 탱크 모델 로드
|
1262 |
let modelPath;
|
1263 |
if (this.type === 'tank') {
|
1264 |
+
modelPath = '/models/t90.glb'; // T-90 탱크 모델
|
1265 |
} else {
|
1266 |
+
modelPath = '/models/t90.glb'; // 중전차 모델
|
1267 |
}
|
1268 |
|
1269 |
const result = await loader.loadAsync(modelPath);
|