Merge pull request #1 from xlljc/游戏核心功能开发
游戏核心功能开发
commit 8978aa20ae2d94f0c6d8c80ef67f5d1f07140a51
2 parents 5b15cc3 + 72d48b3
@小李xl 小李xl authored on 1 Mar 2023
GitHub committed on 1 Mar 2023
Showing 53 changed files
View
DungeonShooting_Document/开发日志.md 0 → 100644
View
DungeonShooting_Document/开发日志.txt 100644 → 0
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old 100644 → 0
View
DungeonShooting_Godot/DungeonShooting.csproj.old.1 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.tscn
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Map.svg 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Map.svg.import 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/resource/map/RoomConfig.json 0 → 100644
View
DungeonShooting_Godot/resource/map/dungeon_1.tmx 100644 → 0
View
DungeonShooting_Godot/resource/map/dungeon_1.tmx.import 100644 → 0
View
DungeonShooting_Godot/resource/map/dungeon_test.tmx 100644 → 0
View
DungeonShooting_Godot/resource/map/dungeon_test.tmx.import 100644 → 0
View
DungeonShooting_Godot/resource/map/itch-io-DungeonTileset4.tsx 100644 → 0
View
DungeonShooting_Godot/resource/map/itch-io-DungeonTileset4.tsx.import 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room3.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room3.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/test/TestNewTileMap.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/generate/DoorDirection.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/generate/GenerateDungeon.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/generate/RoomDoorInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/generate/RoomInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/DoorAreaInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DoorDirection.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonRoomSplit.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/GenerateDungeon.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/RoomDoorInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/RoomInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/SerializeVector2.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/camera/GameCamera.cs
View
DungeonShooting_Godot/src/game/item/package/Holster.cs
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/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/room/DungeonTile.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/DungeonTileManager.cs 100644 → 0
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/ui/InteractiveTipBar.cs
View
README.md