将剩下的 ActivityObject 全都移入 excel 配置表
1 parent 061e67f commit d4666bc7ce1ba5ba239bf75dd19ea2ee1b2bd611
@小李xl 小李xl authored on 8 Jun 2023
Showing 37 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/bullet/Bullet0002.tscn
View
DungeonShooting_Godot/prefab/effect/activityObject/Effect0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn
View
DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/Enemy.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/Enemy0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/RoleTemplate.tscn
View
DungeonShooting_Godot/prefab/shell/Shell0001.tscn
View
DungeonShooting_Godot/prefab/weapon/Knife.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0002.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/Weapon0003.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/Weapon0004.tscn 0 → 100644
View
DungeonShooting_Godot/resource/config/ActivityObject.json
View
DungeonShooting_Godot/resource/config/Weapon.json
View
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres
View
DungeonShooting_Godot/resource/spriteFrames/Bullet0001.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/Bullet0002.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/Role0001.tres
View
DungeonShooting_Godot/resource/spriteFrames/Role1001.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/Shell0001.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/Weapon0004.tres 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/game/GameApplication.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/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/effects/EnemyDebris.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs