2012-01-07 18:36:58 +01:00
|
|
|
TopButton < UIButton
|
|
|
|
size: 26 26
|
2012-01-10 23:13:40 +01:00
|
|
|
image-source: /core_styles/images/top_button.png
|
|
|
|
image-clip: 0 0 26 26
|
|
|
|
image-border: 3
|
2012-01-15 16:13:22 +01:00
|
|
|
image-color: #ffffffff
|
|
|
|
icon-color: #ffffffff
|
2012-01-07 18:36:58 +01:00
|
|
|
|
|
|
|
$hover:
|
2012-01-15 16:13:22 +01:00
|
|
|
image-color: #ffffff99
|
2012-01-10 23:13:40 +01:00
|
|
|
image-clip: 26 0 26 26
|
2012-01-07 18:36:58 +01:00
|
|
|
|
|
|
|
$pressed:
|
2012-01-10 23:13:40 +01:00
|
|
|
image-clip: 52 0 26 26
|
2011-11-01 17:41:15 +01:00
|
|
|
|
2012-01-07 18:36:58 +01:00
|
|
|
$disabled:
|
2012-01-15 16:13:22 +01:00
|
|
|
image-color: #ffffff44
|
|
|
|
icon-color: #ffffff44
|
|
|
|
|
|
|
|
GameTopButton < UIButton
|
|
|
|
size: 26 26
|
|
|
|
image-source: /core_styles/images/top_button2.png
|
|
|
|
image-clip: 26 0 26 26
|
|
|
|
image-color: #ffffff22
|
|
|
|
icon-color: #ffffffff
|
|
|
|
image-border: 3
|
|
|
|
|
2012-01-23 14:47:15 +01:00
|
|
|
$on:
|
2012-01-15 16:13:22 +01:00
|
|
|
image-clip: 0 0 26 26
|
|
|
|
image-color: #ffffffff
|
|
|
|
icon-color: #ffffffff
|
|
|
|
|
2012-01-07 18:36:58 +01:00
|
|
|
TopLeftButton < TopButton
|
|
|
|
TopRightButton < TopButton
|
|
|
|
|
|
|
|
TopPanel
|
|
|
|
id: topMenu
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
focusable: false
|
|
|
|
|
|
|
|
Panel
|
|
|
|
id: leftButtonsPanel
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: parent.left
|
2012-01-23 14:47:15 +01:00
|
|
|
layout:
|
|
|
|
type: horizontalBox
|
|
|
|
spacing: 4
|
|
|
|
fit-children: true
|
|
|
|
padding: 6 4
|
2012-01-15 16:13:22 +01:00
|
|
|
|
|
|
|
Panel
|
|
|
|
id: gameButtonsPanel
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: prev.right
|
2012-01-07 18:36:58 +01:00
|
|
|
anchors.right: next.left
|
2012-01-23 14:47:15 +01:00
|
|
|
layout:
|
|
|
|
type: horizontalBox
|
|
|
|
spacing: 4
|
|
|
|
padding: 6 4
|
2012-01-07 18:36:58 +01:00
|
|
|
|
|
|
|
Panel
|
|
|
|
id: rightButtonsPanel
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
2012-01-23 14:47:15 +01:00
|
|
|
layout:
|
|
|
|
type: horizontalBox
|
|
|
|
spacing: 4
|
|
|
|
fit-children: true
|
|
|
|
padding: 6 4
|
2011-11-03 10:59:11 +01:00
|
|
|
|
2011-11-12 01:33:03 +01:00
|
|
|
FrameCounter
|
2011-11-17 01:12:11 +01:00
|
|
|
id: frameCounter
|
2011-11-12 01:33:03 +01:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: prev.left
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 8
|
2012-01-09 07:46:44 +01:00
|
|
|
margin-right: 5
|