更改工程结构
|
---|
|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs |
---|
DungeonShooting_Godot/prefab/role/Role.tscn |
---|
DungeonShooting_Godot/prefab/test/TestActivity.tscn |
---|
DungeonShooting_Godot/prefab/weapon/Weapon.tscn |
---|
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn |
---|
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn |
---|
DungeonShooting_Godot/src/framework/ActivityObject.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/ActivityObjectTemplate.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/Component.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/ExternalForce.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/ObjectThrowData.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObjectTemplate.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/ActivityThrowData.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/Component.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/components/StateBase.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/activity/components/StateController.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/components/MoveController.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/components/StateBase.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/components/StateController.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|