create in game interface panels and renable about and options windows

This commit is contained in:
Eduardo Bart
2011-11-03 07:59:11 -02:00
parent b05bb7818d
commit b345a6d783
30 changed files with 400 additions and 70 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,23 +1,28 @@
Panel < UIWidget
phantom: true
RectPanel < UIWidget
image: /core_styles/images/empty_rect.png
FlatPanel < Panel
border-image:
source: /core_styles/images/panel_flat.png
border: 4
TopPanel < Panel
height: 34
height: 36
image:
source: /core_styles/images/top_panel.png
repeated: true
RoundedPanel < Panel
background-color: #ffffffdd
InterfacePanel < Panel
focusable: false
border-image:
source: /core_styles/images/panel_rounded.png
source: /core_styles/images/interface_panel.png
border: 4
RectPanel < UIWidget
image: /core_styles/images/empty_rect.png
MapPanel < UIMap
map margin: 4
border-image:
source: /core_styles/images/map_panel.png
border: 4