将子弹伤害射程等配置移动到了Bullet配置表中
1 parent ac39da5 commit 0f00903091fa7ce7f20392e5aea062d92b6e8df4
@小李xl 小李xl authored on 5 Nov 2023
Showing 36 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/BulletBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0003.tscn
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0004.tscn 0 → 100644
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/config/BulletBase.json
View
DungeonShooting_Godot/resource/config/WeaponBase.json
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0004.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0004.png.import 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/bullet/Bullet0004.tres 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityBase.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_BulletBase.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_WeaponBase.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Create.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/generator/ExcelGenerator.cs
View
DungeonShooting_Godot/src/game/AnimatorNames.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/bullet/laser/Laser.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/IBullet.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/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MarkObjectCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/attribute/ObjectAttribute.cs