Merge branch 'master' of https://gitee.com/xlljc/DungeonShooting
|
---|
DungeonShooting_Godot/prefab/role/Role.tscn |
---|
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn |
---|
DungeonShooting_Godot/project.godot |
---|
DungeonShooting_Godot/resource/sprite/bullet/bullet2.png 0 → 100644 |
---|
|
DungeonShooting_Godot/resource/sprite/bullet/bullet2.png.import 0 → 100644 |
---|
DungeonShooting_Godot/scene/Room.tscn |
---|
DungeonShooting_Godot/src/framework/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/Component.cs |
---|
DungeonShooting_Godot/src/framework/IProcess.cs |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.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/shell/ShellCase.cs |
---|
DungeonShooting_Godot/src/game/manager/ResourceManager.cs |
---|
DungeonShooting_Godot/src/game/manager/SoundManager.cs |
---|
DungeonShooting_Godot/src/game/role/Enemy.cs |
---|
DungeonShooting_Godot/src/game/role/Player.cs |
---|
DungeonShooting_Godot/src/game/role/Role.cs |
---|
DungeonShooting_Godot/src/game/role/state/IState.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/state/StateCtr.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/state/StateEnum.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|