mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Fix elimination
This commit is contained in:
parent
8e46b70dbd
commit
fe606ced90
@ -59,7 +59,7 @@ class Icon(ba.Actor):
|
|||||||
|
|
||||||
icon = player.get_icon()
|
icon = player.get_icon()
|
||||||
self.node = ba.newnode('image',
|
self.node = ba.newnode('image',
|
||||||
owner=self,
|
delegate=self,
|
||||||
attrs={
|
attrs={
|
||||||
'texture': icon['texture'],
|
'texture': icon['texture'],
|
||||||
'tint_texture': icon['tint_texture'],
|
'tint_texture': icon['tint_texture'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user