mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +08:00
Removing timer for chests for gold pass players
This commit is contained in:
parent
60ef633122
commit
dcd6abc28c
@ -325,6 +325,7 @@ class ChestWindow(bui.MainWindow):
|
||||
)
|
||||
|
||||
# Time string.
|
||||
if chest.unlock_tokens != 0:
|
||||
self._time_string_text = bui.textwidget(
|
||||
parent=self._root_widget,
|
||||
position=(self._width * 0.5, self._height - 85 + self._yoffs),
|
||||
@ -340,7 +341,9 @@ class ChestWindow(bui.MainWindow):
|
||||
self._time_string_timer = bui.AppTimer(
|
||||
1.0,
|
||||
repeat=True,
|
||||
call=bui.WeakCall(self._update_time_display, chest.unlock_time),
|
||||
call=bui.WeakCall(
|
||||
self._update_time_display, chest.unlock_time
|
||||
),
|
||||
)
|
||||
|
||||
# Allow watching an ad IF the server tells us we can AND we have
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user