otclient-redemption/modules/client_ui_debug/client_ui_debug.otui
Eduardo Dantas 46b21f0166 test base1
2026-01-06 11:48:00 -03:00

32 lines
648 B
Text

HighlightWidget < Panel
id: highlightWidget
background-color: #AA000099
focusable: false
phantom: true
Panel
id: clientUiDebug
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
height: 20
margin-top: 1
focusable: false
UILabel
id: clientUiDebugLabel
color: #FF7777
background-color: #00000099
anchors.fill: parent
text-align: left
text-auto-resize: false
padding: 2
font: verdana-11px-antialised
Button
id: activateButton
text: Disable
background-color: #00FF00
anchors.top: parent.top
anchors.right: parent.right
@onClick: activate()