宝箱互动, 新的子弹击中逻辑
1 parent ce17a5e commit f6d014ebc25915132e57220833ea30801436b43d
@小李xl 小李xl authored on 1 Feb 2024
Showing 48 changed files
View
DungeonShooting_Godot/excel/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/box/TreasureBox0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/bullet/explode/Explode0001.tscn
View
DungeonShooting_Godot/prefab/bullet/laser/Laser0001.tscn
View
DungeonShooting_Godot/prefab/bullet/laser/Laser0002.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0001.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0002.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0003.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0004.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0005.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0006.tscn
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/template/EnemyTemplate.tscn
View
DungeonShooting_Godot/prefab/role/template/RoleTemplate.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0010.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/config/WeaponBase.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preinstall.json
View
DungeonShooting_Godot/resource/sprite/box/TreasureBox0001.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/box/TreasureBox0001.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/box/TreasureBox0001_icon.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/box/TreasureBox0001_icon.png.import 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_WeaponBase.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/activity/CheckInteractiveResult.cs
View
DungeonShooting_Godot/src/framework/activity/hurt/HurtArea.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/hurt/IHurt.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/activity/box/TreasureBox.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/explode/Explode.cs
View
DungeonShooting_Godot/src/game/activity/bullet/laser/Laser.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/BoomBullet.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/prop/Prop.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5000.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5001.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/SubLine.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/data/property/AnimatorNames.cs
View
DungeonShooting_Godot/src/game/data/property/PhysicsLayer.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs