added onDrop updating

This commit is contained in:
Chr1Z93 2024-08-20 20:57:37 +02:00
parent 4938d3628c
commit 422a8c1899

View File

@ -88,6 +88,10 @@ end
-- counting functions
------------------------
function onDrop()
updateColors()
end
-- updates the matcolor and handcolor variable
function updateColors()
matColor = playermatApi.getMatColorByPosition(self.getPosition())
@ -123,4 +127,4 @@ function updateValue()
size = size + 1
end
self.UI.setAttribute("Count", "text", size)
end
end