添加敌人对象, 目前还没有任何逻辑
1 parent 8ebadf2 commit 315d8443a131f4e2684e8db050e5573291f8a19f
@小李xl 小李xl authored on 5 Nov 2022
Showing 20 changed files
View
DungeonShooting_Godot/prefab/effect/Hit.tscn
View
DungeonShooting_Godot/prefab/role/Enemy.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/OrdinaryBullets.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/game/effect/Hit.cs
View
DungeonShooting_Godot/src/game/item/package/Holster.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/OrdinaryBullets.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/AnimatorNames.cs
View
DungeonShooting_Godot/src/game/role/CampEnum.cs
View
DungeonShooting_Godot/src/game/role/Enemy.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/MountRotation.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/ui/ReloadBar.cs