make button invisible

This commit is contained in:
Chr1Z 2023-01-03 22:05:38 +01:00 committed by GitHub
parent f112849177
commit 9976a65060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ local BUTTON_POSITION = {
-- common button parameters -- common button parameters
local buttonParameters = {} local buttonParameters = {}
buttonParameters.function_owner = self buttonParameters.function_owner = self
buttonParameters.color = { 0, 0, 0, 0 }
buttonParameters.width = 300 buttonParameters.width = 300
buttonParameters.height = 300 buttonParameters.height = 300