Merge pull request #8 from P3D-Legacy/monogame-port
Ported game to MonoGame.
This commit is contained in:
commit
37fbec4334
42
2.5DHero.sln
42
2.5DHero.sln
|
@ -1,50 +1,20 @@
|
||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 2013
|
# Visual Studio 14
|
||||||
VisualStudioVersion = 12.0.31101.0
|
VisualStudioVersion = 14.0.25123.0
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "2.5DHero", "2.5DHero\2.5DHero\2.5DHero.vbproj", "{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "2.5DHero", "2.5DHero\2.5DHero\2.5DHero.vbproj", "{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2.5DHeroContent", "2.5DHero\2.5DHeroContent\2.5DHeroContent.contentproj", "{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(TeamFoundationVersionControl) = preSolution
|
|
||||||
SccNumberOfProjects = 3
|
|
||||||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
|
||||||
SccTeamFoundationServer = https://kolben.visualstudio.com/defaultcollection
|
|
||||||
SccLocalPath0 = .
|
|
||||||
SccProjectUniqueName1 = 2.5DHero\\2.5DHero\\2.5DHero.vbproj
|
|
||||||
SccProjectName1 = 2.5DHero/2.5DHero
|
|
||||||
SccLocalPath1 = 2.5DHero\\2.5DHero
|
|
||||||
SccProjectUniqueName2 = 2.5DHero\\2.5DHeroContent\\2.5DHeroContent.contentproj
|
|
||||||
SccProjectName2 = 2.5DHero/2.5DHeroContent
|
|
||||||
SccLocalPath2 = 2.5DHero\\2.5DHeroContent
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
|
||||||
Debug|x86 = Debug|x86
|
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
Release|Mixed Platforms = Release|Mixed Platforms
|
|
||||||
Release|x86 = Release|x86
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Any CPU.ActiveCfg = Debug|x86
|
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|x86.ActiveCfg = Debug|x86
|
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|x86.Build.0 = Debug|x86
|
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Any CPU.ActiveCfg = Release|x86
|
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|x86.ActiveCfg = Release|x86
|
|
||||||
{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|x86.Build.0 = Release|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Debug|Any CPU.ActiveCfg = Debug|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Debug|x86.ActiveCfg = Debug|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Release|Any CPU.ActiveCfg = Release|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
||||||
{A2B85213-D17F-44BC-83C7-D7DDBB35B8E3}.Release|x86.ActiveCfg = Release|x86
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,7 @@ IsMale|0.0
|
||||||
Ability1|35
|
Ability1|35
|
||||||
Ability2|30
|
Ability2|30
|
||||||
HiddenAbility|148
|
HiddenAbility|148
|
||||||
Machines|174,92,192,244,237,173,63,196,182,240,203,218,87,216,94,104,207,214,129,138,197,156,213,171,36,38,61,55,58,59,99,85,100,102,115,117,130,86,149,161,164,352,258,113,263,290,285,362,278,416,360,445,363,447,430,433,473,496,503,605,590,57,148,250,127,291
|
Machines|174,92,192,244,237,173,63,196,182,240,203,218,87,216,94,104,207,214,129,138,197,156,213,171,36,38,61,55,58,99,85,100,102,115,117,130,86,149,161,164,352,258,113,263,290,285,362,278,416,360,445,363,447,430,433,473,496,503,605,590,57,148,250,127,291
|
||||||
BaseHP|60
|
BaseHP|60
|
||||||
BaseAttack|75
|
BaseAttack|75
|
||||||
BaseDefense|85
|
BaseDefense|85
|
||||||
|
@ -35,7 +35,6 @@ CanSwim|0
|
||||||
Pokedex|The middle section of its body is called the core. It glows in a different color each time it is seen.\Mysterious Pokémon\80\1.1\0,148,0
|
Pokedex|The middle section of its body is called the core. It glows in a different color each time it is seen.\Mysterious Pokémon\80\1.1\0,148,0
|
||||||
Scale|1.04
|
Scale|1.04
|
||||||
Move|1,55
|
Move|1,55
|
||||||
Move|1,56
|
|
||||||
Move|1,229
|
Move|1,229
|
||||||
Move|1,105
|
Move|1,105
|
||||||
Move|1,129
|
Move|1,129
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue