Merge pull request #2 from xlljc/游戏核心功能开发
游戏核心功能开发 |
---|
DungeonShooting_Godot/DungeonShooting.csproj |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs |
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs |
---|
DungeonShooting_Godot/prefab/map/RoomDoor.tscn 0 → 100644 |
---|
DungeonShooting_Godot/project.godot |
---|
DungeonShooting_Godot/resource/map/RoomConfig.json |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room1.tscn 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room2.tscn 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tiledata/Room1.json 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tiledata/Room2.json 0 → 100644 |
---|
DungeonShooting_Godot/resource/map/tiledata/Room3.json |
---|
DungeonShooting_Godot/resource/theme/mainTheme.tres |
---|
DungeonShooting_Godot/scene/Main.tscn |
---|
DungeonShooting_Godot/scene/Room.tscn |
---|
DungeonShooting_Godot/scene/test/TestNavigation2.tscn |
---|
DungeonShooting_Godot/src/framework/SerializeVector2.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/common/Utils.cs |
---|
DungeonShooting_Godot/src/framework/map/DoorAreaInfo.cs |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs |
---|
DungeonShooting_Godot/src/framework/map/DungeonTile.cs 0 → 100644 |
---|
Too large (Show diff)
|
DungeonShooting_Godot/src/framework/map/GenerateDungeon.cs |
---|
DungeonShooting_Godot/src/framework/map/GenerateNavigationResult.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/NavigationPointInterleavingException.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/NavigationPolygonData.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/SerializeVector2.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/framework/map/TileCellInfo.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/role/Player.cs |
---|
DungeonShooting_Godot/src/game/room/AutoTileConfig.cs |
---|
DungeonShooting_Godot/src/game/room/DungeonTile.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/room/NavigationPolygonData.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|
DungeonShooting_Godot/src/game/room/TileCellInfo.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/test/TestNavigation2.cs |
---|
README.md |
---|