mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
fixed author's text color to be more viewable
This commit is contained in:
parent
70b048eb80
commit
e1d963a751
2 changed files with 2 additions and 7 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
"1.0.19": {
|
"1.0.19": null,
|
||||||
"api_version": 8,
|
|
||||||
"commit_sha": "be70116",
|
|
||||||
"released_on": "04-05-2024",
|
|
||||||
"md5sum": "f0a9ed605dd91e2210a47a0cd6067ded"
|
|
||||||
},
|
|
||||||
"1.0.18": {
|
"1.0.18": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "5af504e",
|
"commit_sha": "5af504e",
|
||||||
|
|
|
||||||
|
|
@ -1113,7 +1113,7 @@ class PluginWindow(popup.PopupWindow):
|
||||||
v_align='center',
|
v_align='center',
|
||||||
text=text,
|
text=text,
|
||||||
scale=text_scale * 0.8,
|
scale=text_scale * 0.8,
|
||||||
color=(0.45, 0.36, 0.46),
|
color=(0.75, 0.7, 0.8),
|
||||||
maxwidth=width * 0.9,
|
maxwidth=width * 0.9,
|
||||||
draw_controller=author_text_control_btn,
|
draw_controller=author_text_control_btn,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue