将老版本的注册物体移入新版本
1 parent 441e8cd commit 045174301906c19d30e3e4c3864c613cd98ca11d
@小李xl 小李xl authored on 6 Jun 2023
Showing 43 changed files
View
DungeonShooting_ExcelTool/ExcelGenerator.cs
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.dll
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.pdb
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/map/RoomDoor.tscn 100644 → 0
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/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/ui/EditorTools.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/WeaponPreview.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet0002.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet1.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet2.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/weapon/shell/Shell0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn 100644 → 0
View
DungeonShooting_Godot/resource/config/ActivityObject.json
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.gdshader 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn
View
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres
View
DungeonShooting_Godot/resource/spriteFrames/RoomDoor_EW.tres
View
DungeonShooting_Godot/resource/spriteFrames/RoomDoor_NS.tres
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/test/TestReadExcel.tscn
View
DungeonShooting_Godot/src/config/ExcelConfig_ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_EditorTool.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/item/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/shell/Shell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/shell/ShellCase.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/room/RoomDoor.cs