Browse Source

änderung der town oberfläche des DungeonGame minigames

Kolja Strohm 5 years ago
parent
commit
1d6894f6a8

+ 1 - 1
Allgemein/Framework

@@ -1 +1 @@
-Subproject commit 344f20f305d1e2c88034380c94bb83e7d49364bf
+Subproject commit da058c8e31c7edf95564dc2597be76c2fe584fdd

+ 1 - 0
Spiele Platform/Klient/Fertig/Debug/Minigames/x64/DungeonGame/views/town.uiml

@@ -22,6 +22,7 @@
     </tr>
   </table>
   <text id="dungeonsTitle" align-left="inventory" align-top="title" margin="5" width="25%" height="26">ALL DUNGEONS</text>
+  <button id="openShop" align-right="dungeonsTitle" align-bottom="heroes" width="100" height="30" margin="5">SHOP</button>
   <table id="dungeons" align-left="inventory" align-top="dungeonsTitle" margin="5" width="25%" height="80%">
     <tr>
       <text width="50%">NAME</text>

+ 1 - 0
Spiele Platform/Klient/Fertig/Minigames/x32/DungeonGame/views/town.uiml

@@ -22,6 +22,7 @@
     </tr>
   </table>
   <text id="dungeonsTitle" align-left="inventory" align-top="title" margin="5" width="25%" height="26">ALL DUNGEONS</text>
+  <button id="openShop" align-right="dungeonsTitle" align-bottom="heroes" width="100" height="30" margin="5">SHOP</button>
   <table id="dungeons" align-left="inventory" align-top="dungeonsTitle" margin="5" width="25%" height="80%">
     <tr>
       <text width="50%">NAME</text>

+ 1 - 0
Spiele Platform/Klient/Fertig/Minigames/x64/DungeonGame/views/town.uiml

@@ -22,6 +22,7 @@
     </tr>
   </table>
   <text id="dungeonsTitle" align-left="inventory" align-top="title" margin="5" width="25%" height="26">ALL DUNGEONS</text>
+  <button id="openShop" align-right="dungeonsTitle" align-bottom="heroes" width="100" height="30" margin="5">SHOP</button>
   <table id="dungeons" align-left="inventory" align-top="dungeonsTitle" margin="5" width="25%" height="80%">
     <tr>
       <text width="50%">NAME</text>

+ 1 - 1
Spiele Platform/Klient/Minigames/DungeonGame

@@ -1 +1 @@
-Subproject commit 8688566fecb9d08d6b977c6b01acd4d3c1c61d60
+Subproject commit 97b1ba5c50bfdef93bfe86fbf14531500dcfb99c

+ 1 - 1
init.bat

@@ -4,7 +4,7 @@ echo finding Visual Studio...
 rem VS2017U2 contains vswhere.exe
 if "%VSWHERE%"=="" set "VSWHERE=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
 
-for /f "usebackq tokens=*" %%i in (`"%VSWHERE%" -latest -products * -requires Microsoft.Component.MSBuild -property installationPath`) do (
+for /f "usebackq tokens=*" %%i in (`"%VSWHERE%" -latest -prerelease -products * -requires Microsoft.Component.MSBuild -property installationPath`) do (
   set InstallDir=%%i
 )