mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 23:49:47 +08:00
This commit is contained in:
parent
020aa8829a
commit
3c4aaa7fc4
@ -181,7 +181,7 @@ class RespawnIcon:
|
||||
offs_extra = -20
|
||||
return on_right, offs_extra, icons
|
||||
|
||||
def _dec_step(self):
|
||||
def _dec_step(self) -> None:
|
||||
self._dec_text.node.text = self._dec_text.node.text[:-1]
|
||||
# Kill our timer if the string is nothing.
|
||||
if self._dec_text.node.text == '':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user