outfit looktype change

This commit is contained in:
Henrique
2011-11-15 00:04:07 -02:00
parent 591f8c2c7c
commit b7125738d8
5 changed files with 59 additions and 0 deletions

View File

@@ -10,6 +10,22 @@ Window
anchors.left: parent.left
margin.top: 30
margin.left: 20
Button
onClick: Outfit.previousType()
text: <<
width: 32
margin.top: 3
anchors.top: creature.bottom
anchors.left: creature.left
Button
onClick: Outfit.nextType()
text: >>
width: 32
margin.top: 3
anchors.top: creature.bottom
anchors.right: creature.right
HorizontalSeparator
anchors.left: parent.left