cutechicken commited on
Commit
4a23b1d
1 Parent(s): 5b22bd1

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +0 -5
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 {