diff --git "a/index.html" "b/index.html" --- "a/index.html" +++ "b/index.html" @@ -1,1569 +1,1574 @@ - - - Sky Adventure - Plane Shooting Game - - - + + + Sky Adventure - Plane Shooting Game + + + -
- - - -
-

SKY ADVENTURE

-
✈️
-

控制飞机躲避障碍物
收集星星获得高分!
按射击按钮消灭障碍物!
收集道具获得特殊能力!

- -
-
-
- 火力增强 -
-
-
- 跟踪导弹 -
-
-
- 保护罩 -
-
-
- 恢复生命 -
-
-
- 时间减速 -
-
-
- 清屏炸弹 -
-
-
- 双倍分数 -
-
-
- 最高分: 0 -
+
+ + + +
+

SKY ADVENTURE

+
✈️
+

+ 控制飞机躲避障碍物
+ 收集星星获得高分!
+ 按射击按钮消灭障碍物!
+ 收集道具获得特殊能力! +

+ +
+
+
+ 火力增强
- - - + + + + + + +
- - - - - + + + + + -

Made with DeepSite LogoDeepSite - 🧬 Remix

+ // 初始调整画布大小 + resizeCanvas(); + setupJoystick(); - \ No newline at end of file + // 显示最高分 + highScoreDisplay.textContent = gameState.highScore; + +

+ Made with DeepSite Logo + DeepSite - + 🧬 Remix +

+ +