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