feat: 1.添加统计面板, 2. 游戏暂停标志 Global.paused

This commit is contained in:
luke358
2026-05-20 21:05:04 +08:00
parent 651eaf71ee
commit 4a3cd81ff7
13 changed files with 464 additions and 338 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ enum UnitType {
@export var name: String
@export var type: UnitType
@export var icon: Texture2D
@export var health := 1
@export var health := 1.0
@export var health_increase_per_wave := 1.0
@export var damage := 1.0
@export var damage_increase_per_wave := 1.0