Skip to content

Commit

Permalink
Farewell BombSquad Pro. Monetization revamp now complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
efroemling committed Jan 18, 2025
1 parent 6c8611a commit 2152bc8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions .efrocachemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/assets/ba_data/python/bauiv1lib/store/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class StoreBrowserWindow(bui.MainWindow):
class TabID(Enum):
"""Our available tab types."""

EXTRAS = 'extras'
# EXTRAS = 'extras'
MAPS = 'maps'
MINIGAMES = 'minigames'
CHARACTERS = 'characters'
Expand Down Expand Up @@ -164,7 +164,7 @@ def __init__(
tab_buffer_h = 250 + 2 * x_inset

tabs_def = [
(self.TabID.EXTRAS, bui.Lstr(resource=f'{self._r}.extrasText')),
# (self.TabID.EXTRAS, bui.Lstr(resource=f'{self._r}.extrasText')),
(self.TabID.MAPS, bui.Lstr(resource=f'{self._r}.mapsText')),
(
self.TabID.MINIGAMES,
Expand Down Expand Up @@ -1125,7 +1125,7 @@ def instantiate(
self._store_window.update_buttons()

if self._current_tab in (
self.TabID.EXTRAS,
# self.TabID.EXTRAS,
self.TabID.MINIGAMES,
self.TabID.CHARACTERS,
self.TabID.MAPS,
Expand Down

0 comments on commit 2152bc8

Please sign in to comment.