cutechicken commited on
Commit
11c53ea
ยท
verified ยท
1 Parent(s): 705e9f5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -211,7 +211,7 @@
211
  this.parent = parent; // ๋ถ€๋ชจ ์œ ๋‹› (๋ฐœ์‚ฌํ•œ ์œ ๋‹›)
212
  this.offset = { x: Math.cos(angle) * 30, y: Math.sin(angle) * 30 }; // ๋ถ€๋ชจ๋กœ๋ถ€ํ„ฐ์˜ ์˜คํ”„์…‹
213
  this.img = new Image();
214
- this.img.src = type === 'death' ? 'bang.png' : 'fire.png';
215
  }
216
 
217
  update() {
 
211
  this.parent = parent; // ๋ถ€๋ชจ ์œ ๋‹› (๋ฐœ์‚ฌํ•œ ์œ ๋‹›)
212
  this.offset = { x: Math.cos(angle) * 30, y: Math.sin(angle) * 30 }; // ๋ถ€๋ชจ๋กœ๋ถ€ํ„ฐ์˜ ์˜คํ”„์…‹
213
  this.img = new Image();
214
+ this.img.src = type === 'death' ? 'bang.png' : 'fire2.png';
215
  }
216
 
217
  update() {