Merge pull request #2 from xlljc/游戏核心功能开发
游戏核心功能开发
commit 7a6ecb1897fcbc1a725b3983f9e813b1ba87deae
2 parents 8978aa2 + 691be7f
@小李xl 小李xl authored on 3 Mar 2023
GitHub committed on 3 Mar 2023
Showing 36 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Automation.cs
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/prefab/map/RoomDoor.tscn 0 → 100644
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Room1.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Room2.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room2.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room3.json
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/scene/test/TestNavigation2.tscn
View
DungeonShooting_Godot/src/framework/SerializeVector2.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/map/DoorAreaInfo.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTile.cs 0 → 100644
Too large (Show diff)
View
DungeonShooting_Godot/src/framework/map/GenerateDungeon.cs
View
DungeonShooting_Godot/src/framework/map/GenerateNavigationResult.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/NavigationPointInterleavingException.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/NavigationPolygonData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/SerializeVector2.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/TileCellInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/room/AutoTileConfig.cs
View
DungeonShooting_Godot/src/game/room/DungeonTile.cs 100644 → 0
View
DungeonShooting_Godot/src/game/room/NavigationPolygonData.cs 100644 → 0
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/room/TileCellInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/test/TestNavigation2.cs
View
README.md