将玩家血条改为单颗红心
1 parent 2321e40 commit 1a8bdb7e300c3f97d47f78dc849fe63b97493e5e
@小李xl 小李xl authored on 24 Jun 2023
Showing 30 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/resource/sprite/ui/Life_empty.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Life_empty.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Life_full.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Life_full.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Life_half.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Life_half.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Shield_empty.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Shield_empty.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Shield_full.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/Shield_full.png.import 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/IClone.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/ui/IUiNode.cs
View
DungeonShooting_Godot/src/framework/ui/grid/UiCell.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/ui/grid/UiGrid.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/State.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/HealthBar.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/roomUI/LifeBar.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/LifeCell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/LifeIconEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUI.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs