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