Merge pull request #1 from xlljc/游戏核心功能开发
游戏核心功能开发 |
---|
DungeonShooting_Document/开发日志.md 0 → 100644 |
---|
DungeonShooting_Document/开发日志.txt 100644 → 0 |
---|
DungeonShooting_Godot/DungeonShooting.csproj |
---|
DungeonShooting_Godot/DungeonShooting.csproj.old 100644 → 0 |
---|
DungeonShooting_Godot/DungeonShooting.csproj.old.1 100644 → 0 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.tscn |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Map.svg 0 → 100644 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Map.svg.import 0 → 100644 |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs |
---|
DungeonShooting_Godot/resource/map/RoomConfig.json 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/dungeon_1.tmx 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/dungeon_1.tmx.import 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/dungeon_test.tmx 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/dungeon_test.tmx.import 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/itch-io-DungeonTileset4.tsx 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/itch-io-DungeonTileset4.tsx.import 100644 → 0 |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room3.tscn 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tiledata/Room3.json 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres 0 → 100644 |
---|
DungeonShooting_Godot/resource/theme/mainTheme.tres |
---|
DungeonShooting_Godot/scene/test/TestNewTileMap.tscn |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/common/Utils.cs |
---|
DungeonShooting_Godot/src/framework/generate/DoorDirection.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/generate/GenerateDungeon.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/generate/RoomDoorInfo.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/generate/RoomInfo.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/map/DoorAreaInfo.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/DoorDirection.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomSplit.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/GenerateDungeon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/RoomDoorInfo.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/RoomInfo.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/SerializeVector2.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/camera/GameCamera.cs |
---|
DungeonShooting_Godot/src/game/item/package/Holster.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs |
---|
DungeonShooting_Godot/src/game/manager/ResourcePath.cs |
---|
DungeonShooting_Godot/src/game/role/Player.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs |
---|
DungeonShooting_Godot/src/game/room/DungeonTile.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/room/DungeonTileManager.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|
DungeonShooting_Godot/src/game/ui/InteractiveTipBar.cs |
---|
README.md |
---|