add fps counter widget

This commit is contained in:
Eduardo Bart
2011-11-11 22:33:03 -02:00
parent fc65f99ead
commit 56f7ed3dd1
9 changed files with 130 additions and 19 deletions

View File

@@ -4,3 +4,7 @@ Label < UILabel
LargerLabel < Label
FrameCounter < UIFrameCounter
size: 68 16
align: right

View File

@@ -69,4 +69,10 @@ TopPanel
size: 16 16
image: /core_styles/icons/about.png
anchors.centerIn: parent
phantom: true
phantom: true
FrameCounter
anchors.top: parent.top
anchors.right: prev.left
margin.top: 8
margin.right: 12