rework on graphics.cpp, implement some GFX with lua

This commit is contained in:
Eduardo Bart
2011-08-14 14:45:25 -03:00
parent 2abe962aa9
commit afc197f2dc
28 changed files with 250 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
Button < UIButton
font: helvetica-11px-bold
color: 240 173 77 255
font-color: 240 173 77
size: 106 24
border-image:
source: /core_ui/images/button.png

View File

@@ -5,7 +5,8 @@ FlatPanel < Panel
source: /core_ui/images/panel_flat.png
border: 4
RoundedGridPanel < Panel
RoundedPanel < Panel
color: 255 255 255 192
border-image:
source: /core_ui/images/panel_rounded.png
border: 4

View File

@@ -1,5 +1,5 @@
Window < UIWindow
size: 200 100
size: 200 200
head:
height: 20
border-image: