将换弹进度条和互动提示组件添移到ui层下
1 parent 8ff3425 commit b727bd58520b64093e20aeffd29013e65dce9c38
@小李xl 小李xl authored on 12 Mar 2023
Showing 16 changed files
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/prefab/ui/bar/InteractiveTipBar.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/ui/bar/ReloadBar.tscn 100644 → 0
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/generator/UiGenerator.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/event/EventFactory.cs 0 → 100644
View
DungeonShooting_Godot/src/game/event/EventManager.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/ui/InteractiveTipBar.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/ReloadBar.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/roomUI/InteractiveTipBar.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/ReloadBar.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUI.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs