在ActivityObject上加动画播放器
1 parent 9291579 commit db95b31222608264c99b383d3eb093de63caea54
@小李xl 小李xl authored on 16 Nov 2022
Showing 23 changed files
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectHit.tres 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectReset.tres 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectTemplate.cs
View
DungeonShooting_Godot/prefab/effect/Hit.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/weapon/Knife.tscn
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/effects/Hit.tres
View
DungeonShooting_Godot/resource/materlal/Blend.gdshader
View
DungeonShooting_Godot/resource/materlal/Blend.tres
View
DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.aseprite
Not supported
View
DungeonShooting_Godot/resource/sprite/effect/KnifeHit1.png
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/game/effect/Hit.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs