mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
Latest public/internal sync.
This commit is contained in:
parent
fc51e9d7fb
commit
c6e8869678
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user