Version 0.999 beta, with more bug fixes

This commit is contained in:
OTCv8
2019-10-31 17:11:43 +01:00
parent 06b08af1df
commit 85a7fbf0a6
11 changed files with 21 additions and 18 deletions

View File

@@ -247,10 +247,12 @@ function onColorCheckChange(colorBox)
colorBox:setChecked(true)
colorBox.onCheckChange = onColorCheckChange
else
currentColorBox.onCheckChange = nil
currentColorBox:setChecked(false)
currentColorBox.onCheckChange = onColorCheckChange
if currentColorBox then
currentColorBox.onCheckChange = nil
currentColorBox:setChecked(false)
currentColorBox.onCheckChange = onColorCheckChange
end
currentColorBox = colorBox
if currentClotheButtonBox:getId() == 'head' then