cutechicken commited on
Commit
11c53ea
β€’
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() {