cutechicken commited on
Commit
d7d5da4
Β·
verified Β·
1 Parent(s): bf2ad89

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -5
index.html CHANGED
@@ -150,6 +150,7 @@
150
  canvas.width = window.innerWidth;
151
  canvas.height = window.innerHeight;
152
  // Game state
 
153
  let currentRound = 1;
154
  let gameOver = false;
155
  let currentWeapon = 'cannon';
@@ -169,11 +170,6 @@
169
  let lastJU87Spawn = 0; // λ§ˆμ§€λ§‰ JU-87 생성 μ‹œκ°„
170
  let supportUnits = []; // 지원 μœ λ‹› λ°°μ—΄
171
  let lastSupportSpawn = 0; // λ§ˆμ§€λ§‰ 지원 μœ λ‹› 생성 μ‹œκ°„
172
- let currentStage = 1; // μΆ”κ°€
173
- let currentRound = 1;
174
- let gameOver = false;
175
- let currentWeapon = 'cannon';
176
- // ... λ‚˜λ¨Έμ§€ μƒνƒœλ“€
177
  // Load assets
178
  const backgroundImg = new Image();
179
  backgroundImg.src = 'city.png';
 
150
  canvas.width = window.innerWidth;
151
  canvas.height = window.innerHeight;
152
  // Game state
153
+ let currentStage = 1; // μŠ€ν…Œμ΄μ§€ μΆ”κ°€
154
  let currentRound = 1;
155
  let gameOver = false;
156
  let currentWeapon = 'cannon';
 
170
  let lastJU87Spawn = 0; // λ§ˆμ§€λ§‰ JU-87 생성 μ‹œκ°„
171
  let supportUnits = []; // 지원 μœ λ‹› λ°°μ—΄
172
  let lastSupportSpawn = 0; // λ§ˆμ§€λ§‰ 지원 μœ λ‹› 생성 μ‹œκ°„
 
 
 
 
 
173
  // Load assets
174
  const backgroundImg = new Image();
175
  backgroundImg.src = 'city.png';