Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Backdash/MonikaModDev
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Dec 14, 2017
2 parents bae1fb2 + 73a623d commit 887e0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Monika After Story/game/import_ddlc.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ label import_ddlc_persistent_in_settings:
$ store.songs.enabled = False
$ allow_dialogue = False
# $ disable_esc() # tthis doesnt work somehow
call import_ddlc_persistent
call import_ddlc_persistent from _call_import_ddlc_persistent_1
$ quick_menu = True
$ store.songs.enabled = prev_songs_enabled
$ allow_dialogue = prev_dialogue
Expand Down
2 changes: 1 addition & 1 deletion Monika After Story/game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define gui.show_name = False

## The version of the game.

define config.version = "0.6.1"
define config.version = "0.6.2"

## Text that is placed on the game's about screen. To insert a blank line
## between paragraphs, write \n\n.
Expand Down

0 comments on commit 887e0cc

Please sign in to comment.