将物体材质抽成配置表, 完善bullet配置表, 制作榴弹炮
1 parent cca0793 commit bb139df788bc9ac4e849344c894132b3662c3acb
@小李xl 小李xl authored on 6 Nov 2023
Showing 34 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityMaterial.xlsx 0 → 100644
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/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/map/RoomDoor_E.tscn
View
DungeonShooting_Godot/prefab/map/RoomDoor_N.tscn
View
DungeonShooting_Godot/prefab/map/RoomDoor_S.tscn
View
DungeonShooting_Godot/prefab/map/RoomDoor_W.tscn
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/config/ActivityMaterial.json 0 → 100644
View
DungeonShooting_Godot/resource/config/BulletBase.json
View
DungeonShooting_Godot/resource/config/WeaponBase.json
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityBase.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityMaterial.cs 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_BulletBase.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityMaterial.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/bullet/explode/Explode.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/BoomBullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/shell/Shell.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/data/BulletData.cs
View
DungeonShooting_Godot/src/game/effects/EnemyDebris.cs