mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* Fixes in WIN32 platform * Remove unused files * Make StaticText work more like tibia * Fix WIN32 compilation * Fix regression in framebuffers that caused battle to disappear * Shader fixes for DX9 * Add two new shaders: noise and heat
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
CenterLabel < UILabel
|
|
font: verdana-11px-rounded
|
|
text-align: center
|
|
text-wrap: true
|
|
text-auto-resize: true
|
|
margin-bottom: 2
|
|
visible: false
|
|
|
|
TopCenterLabel < UILabel
|
|
font: verdana-11px-rounded
|
|
text-align: center
|
|
text-wrap: true
|
|
visible: false
|
|
anchors.top: parent.top
|
|
anchors.bottom: centerTextMessagePanel.top
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
width: 275
|
|
|
|
BottomLabel < CenterLabel
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|