Skip to content

Commit

Permalink
Merge pull request #38 from stephengtuggy/bump_version_in_intro_title
Browse files Browse the repository at this point in the history
bases/main_menu.py: Bump version in intro title and credits title to 0.7
  • Loading branch information
stephengtuggy authored Oct 31, 2020
2 parents 7ac33d0 + 8b7c8e1 commit d362307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bases/main_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def enterCredits(self,params):
global plist_credits
VS.musicPlayList(plist_credits)

credits_title = """\t=== Vega Strike 0.5.2 alpha ===
credits_title = """\t=== Vega Strike 0.7.0 ===
\t ---Credits---"""

credits_text_col1 = """
Expand Down Expand Up @@ -154,7 +154,7 @@ def enterCredits(self,params):
#CCCCff... and any we forgot to mention :)
"""

intro_title = """\t=== Vega Strike 0.5.2 alpha ===
intro_title = """\t=== Vega Strike 0.7.0 ===
\t ---Intro Monologue---
"""

Expand Down

0 comments on commit d362307

Please sign in to comment.