Spaces:
Running
Running
cutechicken
commited on
Commit
•
4a23b1d
1
Parent(s):
5b22bd1
Update game.js
Browse files
game.js
CHANGED
@@ -37,11 +37,6 @@ class TankPlayer {
|
|
37 |
this.shootInterval = 1000;
|
38 |
this.bullets = [];
|
39 |
}
|
40 |
-
createMuzzleFlashEffect(scene, position) {
|
41 |
-
|
42 |
-
}
|
43 |
-
}
|
44 |
-
|
45 |
|
46 |
async initialize(scene, loader) {
|
47 |
try {
|
|
|
37 |
this.shootInterval = 1000;
|
38 |
this.bullets = [];
|
39 |
}
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
async initialize(scene, loader) {
|
42 |
try {
|