new layout system, new UI state/styles system

This commit is contained in:
Eduardo Bart
2011-08-26 12:06:52 -03:00
parent d31d32bf82
commit 7359370251
57 changed files with 1097 additions and 1099 deletions

View File

@@ -0,0 +1,19 @@
Button < UIButton
font: helvetica-11px-bold
color: #f0ad4dff
size: 106 24
border-image:
source: /core_ui/images/button.png
border: 5
state.hover:
border-image:
source: /core_ui/images/button_hover.png
border: 5
state.pressed:
text-translate: 1 1
border-image:
source: /core_ui/images/button_down.png
border: 5