更改工程结构
1 parent 62313dd commit e8869f642eef5ffe3eb76180ad7e416b9e57f5bc
@lijincheng lijincheng authored on 13 Feb 2023
Showing 23 changed files
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn
View
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/ActivityObjectTemplate.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/Component.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/ExternalForce.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/ObjectThrowData.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObjectTemplate.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityThrowData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/Component.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/components/StateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/components/StateController.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/components/MoveController.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/components/StateBase.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/components/StateController.cs 100644 → 0
View
DungeonShooting_Godot/src/game/GameApplication.cs