玩家已经能正常拾起武器并开火了
1 parent 3935bb7 commit 4b281ac47b95482f11367b465251cd6328e07cbb
@小李xl 小李xl authored on 10 Feb 2023
Showing 25 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old.1 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectTemplate.cs
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/weapon/Knife.tscn 100644 → 0
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/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/framework/components/MoveController.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs