Merge pull request #5 from xlljc/Ui核心功能开发
UI核心功能开发
commit 9b5d7b5ebb4b49d0437e56c6c20abf12fbb96338
2 parents 78f23c8 + 80f0127
@小李xl 小李xl authored on 19 Mar 2023
GitHub committed on 19 Mar 2023
Showing 61 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.tscn 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/NodeMonitor.cs 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Tool.svg 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Tool.svg.import 0 → 100644
View
DungeonShooting_Godot/prefab/Cursor.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn
View
DungeonShooting_Godot/prefab/ui/Cursor.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/ui/EditorTools.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityFallData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityThrowData.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/activity/CoroutineData.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs
View
DungeonShooting_Godot/src/framework/activity/RegisterActivity.cs
View
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/coroutine/CoroutineData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/coroutine/ProxyCoroutineHandler.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generator/ResourcePathGenerator.cs
View
DungeonShooting_Godot/src/framework/generator/RoomPackGenerator.cs
View
DungeonShooting_Godot/src/framework/generator/UiGenerator.cs
View
DungeonShooting_Godot/src/framework/generator/UiManagerMethodsGenerator.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/ui/IUiNode.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/ui/UiBase.cs
View
DungeonShooting_Godot/src/framework/ui/UiManager.cs
View
DungeonShooting_Godot/src/framework/ui/UiManager_Methods.cs 100644 → 0
View
DungeonShooting_Godot/src/game/Cursor.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/item/weapon/shell/ShellCase.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Characters/CPlusPlus.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/ui/Cursor.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorTools.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/GunBar.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/HealthBar.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/InteractiveTipBar.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/ReloadBar.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUI.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs
View
DungeonShooting_Godot/src/test/TestActivity.cs
View
DungeonShooting_Godot/src/test/TestUi/Test.cs 100644 → 0
View
DungeonShooting_Godot/src/test/TestUi/TestPanel.cs 100644 → 0
View
README.md