给特效添加对象池功能
1 parent ba14309 commit 785a4bbc565e4ded90887ffe8398c45f584ac2e4
@小李xl 小李xl authored on 8 Nov 2023
Showing 15 changed files
View
DungeonShooting_Godot/prefab/effect/weapon/FirePart.tscn 100644 → 0
View
DungeonShooting_Godot/src/framework/map/preinstall/RoomPreinstall.cs
View
DungeonShooting_Godot/src/framework/pool/IPoolItem.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/BoomBullet.cs
View
DungeonShooting_Godot/src/game/activity/role/Role_Animation.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/effects/AutoDestroyParticles.cs
View
DungeonShooting_Godot/src/game/effects/AutoDestroySprite.cs
View
DungeonShooting_Godot/src/game/effects/Blood.cs
View
DungeonShooting_Godot/src/game/effects/Effect1.cs
View
DungeonShooting_Godot/src/game/effects/IEffect.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/ObjectManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs