mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
ough?? 3
This commit is contained in:
parent
6ac5959093
commit
80a2116ad8
@ -198,7 +198,7 @@ class RespawnIcon:
|
|||||||
if iterate >= len(display):
|
if iterate >= len(display):
|
||||||
self._dec_timer = None
|
self._dec_timer = None
|
||||||
return
|
return
|
||||||
self._dec_text.node.text = display[iter]
|
self._dec_text.node.text = display[iterate]
|
||||||
|
|
||||||
def _update(self) -> None:
|
def _update(self) -> None:
|
||||||
remaining = int(round(self._respawn_time - bs.time()))
|
remaining = int(round(self._respawn_time - bs.time()))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user