重构throwNode, 目前还有点bug
1 parent d03e84c commit 6bcb9f379abb0dcb52940f8ea492a8b48b9d1210
@小李xl 小李xl authored on 18 Oct 2022
Showing 13 changed files
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/ui/Cursor.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/framework/IProcess.cs
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/effect/Cursor.cs 100644 → 0
View
DungeonShooting_Godot/src/game/effect/ThrowNode.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/ThrowComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/ThrowNode.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/throwObject/ThrowComponent.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/Cursor.cs 0 → 100644
View
DungeonShooting_Godot/src/test/TestNavigation.cs