ソースを参照

änderung der town oberfläche des DungeonGame minigames

Kolja Strohm 6 年 前
コミット
9fef06f331

+ 3 - 2
Spiele Platform/Klient/Fertig/Debug/Minigames/x64/DungeonGame/views/town.uiml

@@ -7,13 +7,13 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
-  <button id="openTavern" align-left="start" align-top="heroes" width="150" height="30" margin="5">TAVERNE</button>
-  <text id="ownDungeonsTitle" align-left="start" align-top="openTavern" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
+  <text id="ownDungeonsTitle" align-left="start" align-top="heroes" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
   <table id="ownDungeons" align-left="start" align-top="ownDungeonsTitle" margin="5" width="25%" height="35%">
     <tr>
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="createDungeon" align-left="start" align-top="ownDungeons" width="250" height="30" margin="5">DUNGEON ERSTELLEN</button>
   <text id="money" align-left="heroes" align-bottom="inventoryTitle" margin="5" width="25%" height="26"></text>
   <text id="inventoryTitle" align-left="heroes" align-top="title" margin="5" width="25%" height="26">YOUR INVENTORY</text>
   <table id="inventory" align-left="heroes" align-top="inventoryTitle" margin="5" width="25%" height="80%">
@@ -21,6 +21,7 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="openTavern" align-right="inventoryTitle" align-bottom="heroes" width="150" height="30" margin="5">TAVERNE</button>
   <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%">

+ 3 - 2
Spiele Platform/Klient/Fertig/Minigames/x32/DungeonGame/views/town.uiml

@@ -7,13 +7,13 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
-  <button id="openTavern" align-left="start" align-top="heroes" width="150" height="30" margin="5">TAVERNE</button>
-  <text id="ownDungeonsTitle" align-left="start" align-top="openTavern" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
+  <text id="ownDungeonsTitle" align-left="start" align-top="heroes" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
   <table id="ownDungeons" align-left="start" align-top="ownDungeonsTitle" margin="5" width="25%" height="35%">
     <tr>
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="createDungeon" align-left="start" align-top="ownDungeons" width="250" height="30" margin="5">DUNGEON ERSTELLEN</button>
   <text id="money" align-left="heroes" align-bottom="inventoryTitle" margin="5" width="25%" height="26"></text>
   <text id="inventoryTitle" align-left="heroes" align-top="title" margin="5" width="25%" height="26">YOUR INVENTORY</text>
   <table id="inventory" align-left="heroes" align-top="inventoryTitle" margin="5" width="25%" height="80%">
@@ -21,6 +21,7 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="openTavern" align-right="inventoryTitle" align-bottom="heroes" width="150" height="30" margin="5">TAVERNE</button>
   <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%">

+ 3 - 2
Spiele Platform/Klient/Fertig/Minigames/x64/DungeonGame/views/town.uiml

@@ -7,13 +7,13 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
-  <button id="openTavern" align-left="start" align-top="heroes" width="150" height="30" margin="5">TAVERNE</button>
-  <text id="ownDungeonsTitle" align-left="start" align-top="openTavern" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
+  <text id="ownDungeonsTitle" align-left="start" align-top="heroes" margin="5" width="25%" height="26">YOUR OWN DUNGEONS</text>
   <table id="ownDungeons" align-left="start" align-top="ownDungeonsTitle" margin="5" width="25%" height="35%">
     <tr>
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="createDungeon" align-left="start" align-top="ownDungeons" width="250" height="30" margin="5">DUNGEON ERSTELLEN</button>
   <text id="money" align-left="heroes" align-bottom="inventoryTitle" margin="5" width="25%" height="26"></text>
   <text id="inventoryTitle" align-left="heroes" align-top="title" margin="5" width="25%" height="26">YOUR INVENTORY</text>
   <table id="inventory" align-left="heroes" align-top="inventoryTitle" margin="5" width="25%" height="80%">
@@ -21,6 +21,7 @@
       <text width="100%">NAME</text>
     </tr>
   </table>
+  <button id="openTavern" align-right="inventoryTitle" align-bottom="heroes" width="150" height="30" margin="5">TAVERNE</button>
   <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%">

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

@@ -1 +1 @@
-Subproject commit 97b1ba5c50bfdef93bfe86fbf14531500dcfb99c
+Subproject commit c0f5e66c0a8fa3405ba3b87b820b7dfedd43293d