Update property panel, add small button for more text

This commit is contained in:
Insality
2025-10-26 19:40:19 +02:00
parent 403d1e0ace
commit 25f02fd116
4 changed files with 89 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ end
---@param enabled boolean
function M:set_enabled(enabled)
self.button:set_enabled(enabled)
gui.set_alpha(self.button.node, enabled and 1 or 0.75)
end