添加翻滚动作
1 parent b66da6c commit e68010279087c043fd7c882ad0f6c4f3e20e5c8b
@小李xl 小李xl authored on 11 Sep 2023
Showing 16 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/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