Fix elimination

This commit is contained in:
indev 2020-04-09 19:36:35 +03:00
parent 8e46b70dbd
commit fe606ced90

View File

@ -59,7 +59,7 @@ class Icon(ba.Actor):
icon = player.get_icon()
self.node = ba.newnode('image',
owner=self,
delegate=self,
attrs={
'texture': icon['texture'],
'tint_texture': icon['tint_texture'],