Merge pull request #5 from xlljc/Ui核心功能开发
UI核心功能开发 |
---|
DungeonShooting_Godot/DungeonShooting.csproj |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs 100644 → 0 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.tscn 100644 → 0 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/NodeMonitor.cs 0 → 100644 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Tool.svg 0 → 100644 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Tool.svg.import 0 → 100644 |
---|
DungeonShooting_Godot/prefab/Cursor.tscn 0 → 100644 |
---|
DungeonShooting_Godot/prefab/test/TestActivity.tscn |
---|
DungeonShooting_Godot/prefab/ui/Cursor.tscn 100644 → 0 |
---|
DungeonShooting_Godot/prefab/ui/EditorTools.tscn 0 → 100644 |
---|
DungeonShooting_Godot/prefab/ui/RoomUI.tscn |
---|
DungeonShooting_Godot/project.godot |
---|
DungeonShooting_Godot/resource/theme/mainTheme.tres |
---|
DungeonShooting_Godot/scene/Main.tscn |
---|
DungeonShooting_Godot/src/framework/activity/ActivityFallData.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs |
---|
DungeonShooting_Godot/src/framework/activity/ActivityThrowData.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/activity/CoroutineData.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs |
---|
DungeonShooting_Godot/src/framework/activity/RegisterActivity.cs |
---|
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs |
---|
DungeonShooting_Godot/src/framework/common/Utils.cs |
---|
DungeonShooting_Godot/src/framework/coroutine/CoroutineData.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/coroutine/ProxyCoroutineHandler.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/generator/ResourcePathGenerator.cs |
---|
DungeonShooting_Godot/src/framework/generator/RoomPackGenerator.cs |
---|
DungeonShooting_Godot/src/framework/generator/UiGenerator.cs |
---|
DungeonShooting_Godot/src/framework/generator/UiManagerMethodsGenerator.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/ui/IUiNode.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/ui/UiBase.cs |
---|
DungeonShooting_Godot/src/framework/ui/UiManager.cs |
---|
DungeonShooting_Godot/src/framework/ui/UiManager_Methods.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/Cursor.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/GameConfig.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/RegisterWeapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/shell/ShellCase.cs |
---|
DungeonShooting_Godot/src/game/manager/ResourcePath.cs |
---|
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/Characters/CPlusPlus.cs |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|
DungeonShooting_Godot/src/game/ui/Cursor.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/ui/editorTools/EditorTools.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/ui/roomUI/GunBar.cs |
---|
DungeonShooting_Godot/src/game/ui/roomUI/HealthBar.cs |
---|
DungeonShooting_Godot/src/game/ui/roomUI/InteractiveTipBar.cs |
---|
DungeonShooting_Godot/src/game/ui/roomUI/ReloadBar.cs |
---|
DungeonShooting_Godot/src/game/ui/roomUI/RoomUI.cs |
---|
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs |
---|
DungeonShooting_Godot/src/test/TestActivity.cs |
---|
DungeonShooting_Godot/src/test/TestUi/Test.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/test/TestUi/TestPanel.cs 100644 → 0 |
---|
README.md |
---|