Latest public/internal sync.

This commit is contained in:
Eric 2024-03-13 16:28:03 -07:00
parent fc51e9d7fb
commit c6e8869678
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -213,14 +213,11 @@ class RespawnIcon:
# Start the timer to tick down.
self._dec_timer = bs.Timer(
0.25,
bs.WeakCall(
self._dec_step,
['..','.','']
),
repeat=True
bs.WeakCall(self._dec_step, ['..', '.', '']),
repeat=True,
)
else:
self._visible = False
self._image = (
self._text
) = self._dec_text = self._timer = self._name = None
self._image = self._text = self._dec_text = self._timer = (
self._name
) = None