Skip to content

Commit

Permalink
restored old higher main-menu title placement for unified 16:9 virtua…
Browse files Browse the repository at this point in the history
…l safe area
  • Loading branch information
efroemling committed Jan 23, 2025
1 parent 4d829f9 commit 91bfbb4
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/bascenev1lib/mainmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _update(self) -> None:
lang = app.lang.language
if lang != self._language:
self._language = lang
y = -15
y = 20
base_scale = 1.1
self._word_actors = []
base_delay = 0.8
Expand Down Expand Up @@ -341,7 +341,7 @@ def _update(self) -> None:
self._make_word(
'B',
x - 50,
y - 14 + 0.8 * y_extra,
y - 23 + 0.8 * y_extra,
scale=1.3 * base_scale,
delay=delay,
vr_depth_offset=3,
Expand Down Expand Up @@ -373,7 +373,7 @@ def _update(self) -> None:
self._make_word(
'S',
x,
y - 15 + 0.8 * y_extra,
y - 25 + 0.8 * y_extra,
scale=1.35 * base_scale,
delay=delay,
vr_depth_offset=14,
Expand Down

0 comments on commit 91bfbb4

Please sign in to comment.