Alpha value fix for buttons

This commit is contained in:
Aldin Duraki 2020-06-25 15:17:24 +02:00
parent ff2ffc1164
commit 9b3ca1060e

View File

@ -352,13 +352,6 @@ class EntityManager {
button.buttonNode.removeFromParent()
}
self.remove(modal)
for child in scene.children {
if(child.name != "fire"){
child.alpha = 1
}
}
isModal = false
}
})