fix non-code references

This commit is contained in:
Michael Freno
2025-11-11 13:17:45 -05:00
parent be0771d0d3
commit 9e18b67a64
3 changed files with 5 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ local button = Gui.new({
textColor = Color.new(1, 1, 1, 1),
backgroundColor = Color.new(0.2, 0.4, 0.8, 0.3), -- Shows behind theme
themeComponent = "button", -- Uses button component from active theme
callback = function(element, event)
onEvent = function(element, event)
if event.type == "click" then
print("Clicked!")
end