Update debug.lua

Fixed z-index for debug labels
This commit is contained in:
Robert Jelic
2023-05-07 16:14:39 +02:00
parent c9a74dfbd4
commit 8b6cf6bdb8

View File

@@ -51,6 +51,7 @@ return {
:setPosition(1, "parent.h")
:setBackground(colors.black)
:setForeground(colors.white)
:setZIndex(100)
:onClick(function()
debugFrame:show()
debugFrame:animatePosition(w/2-debugFrame:getWidth()/2, h/2-debugFrame:getHeight()/2, 0.5)