Tweak modules interface

Minimize miniwindows space usage
Implement easier minimap navigation
Redesign inventory, minimap and healthinfo layout
This commit is contained in:
Eduardo Bart
2012-07-12 20:40:55 -03:00
parent c0c2411854
commit ebc88b8354
14 changed files with 149 additions and 175 deletions

View File

@@ -2,6 +2,7 @@ GameSidePanel < UIMiniWindowContainer
image-source: /images/sidepanel.png
image-border: 4
padding: 4
width: 198
GameBottomPanel < Panel
image-source: /images/bottompanel.png
@@ -34,7 +35,6 @@ UIWidget
GameSidePanel
id: gameLeftPanel
width: 190
layout: verticalBox
anchors.left: parent.left
anchors.top: parent.top
@@ -49,7 +49,6 @@ UIWidget
GameSidePanel
id: gameRightPanel
layout: verticalBox
width: 190
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom