diff options
| author | Syndamia <kami02882@gmail.com> | 2019-04-11 23:27:14 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-04-11 23:27:14 +0300 |
| commit | 82d2572614f166cc851d87265daac011951c6f86 (patch) | |
| tree | 410355a4960ffd305c958cf15f4329cb5a161f63 /Bitspace/Bitspace.sln | |
| parent | 3019e6701a313e36226a59706ab524048f427e8f (diff) | |
| download | Shower-82d2572614f166cc851d87265daac011951c6f86.tar Shower-82d2572614f166cc851d87265daac011951c6f86.tar.gz Shower-82d2572614f166cc851d87265daac011951c6f86.zip | |
Added the developement so far on the open world (RPG?) game Bitspace. Features: map generation, biomes, mobs, health system.
Diffstat (limited to 'Bitspace/Bitspace.sln')
| -rw-r--r-- | Bitspace/Bitspace.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Bitspace/Bitspace.sln b/Bitspace/Bitspace.sln new file mode 100644 index 0000000..68c9347 --- /dev/null +++ b/Bitspace/Bitspace.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.156 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitspace", "Bitspace\Bitspace.csproj", "{9F5B200F-8C1E-4825-8115-34403E972FA0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BE10168B-3DC4-4185-A000-881F5746FEDC} + EndGlobalSection +EndGlobal |
