Skip to content

Commit

Permalink
Update submod_updater_plugin.rpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Booplicate committed Jul 16, 2020
1 parent 12f2a94 commit b5c15de
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ init -980 python in sup_utils:
SubmodUpdater(
submod="Submod Updater Plugin",
user_name="Booplicate",
repository_name="MAS-Submods-SubmodUpdaterPlugin"
repository_name="MAS-Submods-SubmodUpdaterPlugin",
update_dir=""
)

# # # auto-update checks
Expand Down Expand Up @@ -1482,10 +1483,10 @@ image sup_indicator_update_available:
image sup_indicator_no_update = Solid("#00000000", xsize=20, ysize=20)

# predefine these to save some performance
image sup_text_updating_1 = Text("Updating a submod ", size=15)
image sup_text_updating_2 = Text("Updating a submod. ", size=15)
image sup_text_updating_3 = Text("Updating a submod.. ", size=15)
image sup_text_updating_4 = Text("Updating a submod...", size=15)
image sup_text_updating_1 = Text("Updating the submod ", size=15)
image sup_text_updating_2 = Text("Updating the submod. ", size=15)
image sup_text_updating_3 = Text("Updating the submod.. ", size=15)
image sup_text_updating_4 = Text("Updating the submod...", size=15)

image sup_progress_bar_text:
xanchor 0
Expand Down

0 comments on commit b5c15de

Please sign in to comment.