mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39:21 +02:00

* the rendering now consits of two panes - the background pane (for animated stuff like the map) - the foreground pane (for steady stuff, like UI) each pane has it own max FPS and works idependently this may increase graphics performance on many platforms
23 lines
401 B
Plaintext
23 lines
401 B
Plaintext
Label < UILabel
|
|
font: verdana-11px-antialised
|
|
color: #bbbbbb
|
|
|
|
$disabled:
|
|
color: #bbbbbb88
|
|
|
|
FlatLabel < UILabel
|
|
font: verdana-11px-antialised
|
|
color: #aaaaaa
|
|
size: 86 20
|
|
text-offset: 3 3
|
|
text-margin: 3
|
|
image-source: /core_styles/styles/images/panel_flat.png
|
|
image-border: 1
|
|
|
|
$disabled:
|
|
color: #aaaaaa88
|
|
|
|
GameLabel < UILabel
|
|
font: verdana-11px-antialised
|
|
color: #bbbbbb
|