enable skills and vip window on right panel

This commit is contained in:
Eduardo Bart
2011-11-03 10:17:10 -02:00
parent 101f608d40
commit 14ce1c8183
19 changed files with 115 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -21,6 +21,12 @@ InterfacePanel < Panel
source: /core_styles/images/interface_panel.png
border: 4
InterfacePanel2 < Panel
focusable: false
border-image:
source: /core_styles/images/interface_panel2.png
border: 4
MapPanel < UIMap
map margin: 4
border-image:

View File

@@ -5,6 +5,7 @@ Window < UIWindow
background-color: white
head height: 20
head text align: center
free move: true
border-image:
source: /core_styles/images/window.png
border: 4
@@ -13,5 +14,20 @@ Window < UIWindow
state.pressed:
opacity: 192
MiniWindow < UIWindow
font: verdana-11px-antialised
size: 192 200
head height: 25
head text align: center
margin.top: 6
margin.left: 6
margin.right: 6
margin.bottom: 6
free move: true
border-image:
source: /core_styles/images/mini_window.png
border: 4
border.top: 25
MainWindow < Window
anchors.centerIn: parent