Some performance fixes, added UITable widget for easy tables (needs more work still), Worked on Market order displaying.

This commit is contained in:
BeniS
2012-07-22 00:15:29 +12:00
parent 3461761739
commit 9c8134c8a6
6 changed files with 158 additions and 32 deletions

View File

@@ -28,7 +28,8 @@ local skin = {
'splitters.otui',
'miniwindow.otui',
'items.otui',
'creatures.otui'
'creatures.otui',
'tables.otui'
},
particles = {

View File

@@ -0,0 +1,9 @@
Table < UITable
layout: verticalBox
TableRow < UIScrollArea
layout: horizontalBox
height: 10
TableColumn < UIScrollArea
width: 30