Merge branch 'master' of https://gitee.com/xlljc/DungeonShooting
commit 18d1d7662a1e1d9ed972baf4ba0356eca5686104
2 parents d1e9994 + e680102
@小李xl 小李xl authored on 11 Sep 2023
Showing 21 changed files
View
DungeonShooting_Godot/prefab/role/Enemy0001.tscn
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/RoleTemplate.tscn
View
DungeonShooting_Godot/resource/material/Blend.gdshader
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0001.png
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0002.png
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0003.png
View
DungeonShooting_Godot/resource/sprite/bullet/bullet2.png
View
DungeonShooting_Godot/resource/spriteFrames/role/Role0001.tres
View
DungeonShooting_Godot/resource/spriteFrames/role/Role1001.tres
View
DungeonShooting_Godot/src/framework/activity/Component.cs
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/role/Player.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/RoleState.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/state/PlayerIdleState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/state/PlayerMoveState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/state/PlayerRollState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/state/PlayerStateEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/InputManager.cs