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. # Start the timer to tick down.
self._dec_timer = bs.Timer( self._dec_timer = bs.Timer(
0.25, 0.25,
bs.WeakCall( bs.WeakCall(self._dec_step, ['..', '.', '']),
self._dec_step, repeat=True,
['..','.','']
),
repeat=True
) )
else: else:
self._visible = False self._visible = False
self._image = ( self._image = self._text = self._dec_text = self._timer = (
self._text self._name
) = self._dec_text = self._timer = self._name = None ) = None