更改配置表名
1 parent e357d81 commit d1dba6dc12d4be39f7bf4b19650bcd088292c394
@小李xl 小李xl authored on 29 Oct 2023
Showing 31 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx 100644 → 0
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AmmoBase.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx 100644 → 0
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/config/ActivityBase.json 0 → 100644
View
DungeonShooting_Godot/resource/config/ActivityObject.json 100644 → 0
View
DungeonShooting_Godot/resource/config/AmmoBase.json 0 → 100644
View
DungeonShooting_Godot/resource/config/Weapon.json 100644 → 0
Too large (Show diff)
View
DungeonShooting_Godot/resource/config/WeaponBase.json 0 → 100644
Too large (Show diff)
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityBase.cs 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityObject.cs 100644 → 0
View
DungeonShooting_Godot/src/config/ExcelConfig_AmmoBase.cs 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs 100644 → 0
View
DungeonShooting_Godot/src/config/ExcelConfig_WeaponBase.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs
View
DungeonShooting_Godot/src/framework/generator/ExcelGenerator.cs
View
DungeonShooting_Godot/src/framework/map/preinstall/RoomPreinstall.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/manager/EditorWindowManager.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MapEditorCreateMarkPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MarkObjectCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/attribute/ObjectAttribute.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorMarkCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorSelectObject/MapEditorSelectObjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorSelectObject/ObjectButtonCell.cs