mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
updating ba_data to 1.7.35
This commit is contained in:
parent
d6e457c821
commit
ae30ed15ec
234 changed files with 5670 additions and 2718 deletions
14
dist/ba_data/python/bauiv1lib/debug.py
vendored
14
dist/ba_data/python/bauiv1lib/debug.py
vendored
|
|
@ -25,9 +25,7 @@ class DebugWindow(bui.Window):
|
|||
self._height = height = (
|
||||
350
|
||||
if uiscale is bui.UIScale.SMALL
|
||||
else 420
|
||||
if uiscale is bui.UIScale.MEDIUM
|
||||
else 520
|
||||
else 420 if uiscale is bui.UIScale.MEDIUM else 520
|
||||
)
|
||||
|
||||
self._scroll_width = self._width - 100
|
||||
|
|
@ -50,13 +48,11 @@ class DebugWindow(bui.Window):
|
|||
scale=(
|
||||
2.35
|
||||
if uiscale is bui.UIScale.SMALL
|
||||
else 1.55
|
||||
if uiscale is bui.UIScale.MEDIUM
|
||||
else 1.0
|
||||
else 1.55 if uiscale is bui.UIScale.MEDIUM else 1.0
|
||||
),
|
||||
stack_offset=(
|
||||
(0, -30) if uiscale is bui.UIScale.SMALL else (0, 0)
|
||||
),
|
||||
stack_offset=(0, -30)
|
||||
if uiscale is bui.UIScale.SMALL
|
||||
else (0, 0),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue