mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
add ui padding
This commit is contained in:
@@ -2,4 +2,9 @@ function dumpWidgets()
|
||||
for i=1,rootWidget:getChildCount() do
|
||||
print(rootWidget:getChildByIndex(i):getId())
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
function drawDebugBoxes(enable)
|
||||
if enable == nil then enable = true end
|
||||
g_ui.setDebugBoxesDrawing(enable)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user