trade working

* use only mouse left release in checkboxes
* remvoe duplicated code in radiogroup
* implement player trade
This commit is contained in:
Eduardo Bart
2012-05-09 09:24:35 -03:00
parent 2afa80b1cd
commit fea34a41ea
7 changed files with 127 additions and 41 deletions

View File

@@ -7,3 +7,7 @@ ScrollablePanel < UIScrollArea
FlatPanel < Panel
image-source: /core_styles/styles/images/panel_flat.png
image-border: 1
ScrollableFlatPanel < ScrollablePanel
image-source: /core_styles/styles/images/panel_flat.png
image-border: 1

View File

@@ -4,3 +4,10 @@ HorizontalSeparator < UIWidget
height: 2
phantom: true
focusable: false
VerticalSeparator < UIWidget
image-source: /core_styles/styles/images/horizontal_separator.png
image-border-left: 2
width: 2
phantom: true
focusable: false