mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Attempt at fixing conflict
This commit is contained in:
parent
d13591e473
commit
7efede3699
1 changed files with 4 additions and 3 deletions
|
|
@ -813,6 +813,7 @@ class PluginWindow(popup.PopupWindow):
|
||||||
|
|
||||||
async def draw_ui(self):
|
async def draw_ui(self):
|
||||||
# print(ba.app.plugins.active_plugins)
|
# print(ba.app.plugins.active_plugins)
|
||||||
|
|
||||||
play_sound()
|
play_sound()
|
||||||
b_text_color = (0.75, 0.7, 0.8)
|
b_text_color = (0.75, 0.7, 0.8)
|
||||||
s = 1.1 if _uiscale is ba.UIScale.SMALL else 1.27 if ba.UIScale.MEDIUM else 1.57
|
s = 1.1 if _uiscale is ba.UIScale.SMALL else 1.27 if ba.UIScale.MEDIUM else 1.57
|
||||||
|
|
@ -959,8 +960,8 @@ class PluginWindow(popup.PopupWindow):
|
||||||
color=(1, 1, 1, 1),
|
color=(1, 1, 1, 1),
|
||||||
rotate=25,
|
rotate=25,
|
||||||
scale=0.45)
|
scale=0.45)
|
||||||
|
|
||||||
# Below snippet handles the tutorial button in the plugin window
|
# Below snippet handles the tutorial button in the plugin window
|
||||||
tutorial_url = self.plugin.info["external_url"]
|
tutorial_url = self.plugin.info["external_url"]
|
||||||
if tutorial_url:
|
if tutorial_url:
|
||||||
def tutorial_confirm_window():
|
def tutorial_confirm_window():
|
||||||
|
|
@ -996,7 +997,7 @@ class PluginWindow(popup.PopupWindow):
|
||||||
color=(1, 1, 1, 1),
|
color=(1, 1, 1, 1),
|
||||||
rotate=25,
|
rotate=25,
|
||||||
scale=0.45)
|
scale=0.45)
|
||||||
|
|
||||||
if to_draw_button4:
|
if to_draw_button4:
|
||||||
settings_pos_x = (60 if _uiscale is ba.UIScale.SMALL else
|
settings_pos_x = (60 if _uiscale is ba.UIScale.SMALL else
|
||||||
60 if _uiscale is ba.UIScale.MEDIUM else 60)
|
60 if _uiscale is ba.UIScale.MEDIUM else 60)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue