Merge pull request #22 from xlljc/develop
Develop
commit a5f74ffb0f6ae3cd0f2ae3f6125cc5ec8d074ee8
2 parents c3923d4 + e8f66ff
@小李xl 小李xl authored on 20 Oct 2023
GitHub committed on 20 Oct 2023
Showing 63 changed files
View
DungeonShooting_Document/开发日志.md
View
DungeonShooting_ExcelTool/DungeonShooting_ExcelTool.csproj
View
DungeonShooting_ExcelTool/ExcelGenerator.cs
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old 0 → 100644
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.deps.json
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.dll
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.exe
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.pdb
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.runtimeconfig.json
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/bullet/Bullet0001.tscn
View
DungeonShooting_Godot/prefab/bullet/Bullet0002.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/prefab/role/Enemy0001.tscn
View
DungeonShooting_Godot/prefab/ui/Setting.tscn
View
DungeonShooting_Godot/prefab/weapon/WeaponTemplate.tscn
View
DungeonShooting_Godot/resource/config/AiAttackAttr.json 0 → 100644
View
DungeonShooting_Godot/resource/config/Weapon.json
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/material/Blend.gdshader
View
DungeonShooting_Godot/resource/sprite/map/door.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/map/door.png.import 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_EW.tres 100644 → 0
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_E_Down.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_E_Up.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_N.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_NS.tres 100644 → 0
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_S.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_W_Down.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_W_Up.tres 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_AiAttackAttr.cs 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/activity/Component.cs
View
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs
View
DungeonShooting_Godot/src/framework/activity/components/StateController.cs
View
DungeonShooting_Godot/src/framework/generator/ExcelGenerator.cs
View
DungeonShooting_Godot/src/framework/map/preinstall/RoomPreinstall.cs
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/package/Package.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/SubLine.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackState.cs 0 → 100644
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/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.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/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/room/RoomDoor.cs
View
README.md