Skip to content

Commit

Permalink
Merge branch 'content'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Sep 21, 2022
2 parents b232b80 + aaba8d9 commit 61d26df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Monika After Story/game/0config.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python early:
renpy.config.name = "Monika After Story"

## The version of the game.
renpy.config.version = "0.12.10"
renpy.config.version = "0.12.11"

#Triple space suffix to avoid potential issues with same names in window title
config.window_title = "Monika After Story "
Expand Down
7 changes: 7 additions & 0 deletions Monika After Story/game/updates.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ label v0_3_1(version=version): # 0.3.1

# non generic updates go here

# 0.12.10.1
label v0_12_10_1(version="v0_12_10_1"):
python hide:
pass

return

# 0.12.10
label v0_12_10(version="v0_12_10"):
python hide:
Expand Down
1 change: 1 addition & 0 deletions Monika After Story/game/updates_topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ init -2 python in mas_versions:
# use dot notation to separate the parts of a version

add_steps({
#"0.12.10.1": "0.12.10",
"0.12.10": ("0.12.9", "0.12.8.6"),
"0.12.8.6": ("0.12.8.5", "0.12.8.4", "0.12.8.3"),
"0.12.8.3": ("0.12.8.2", "0.12.8.1"),
Expand Down

0 comments on commit 61d26df

Please sign in to comment.