Skip to content

Commit

Permalink
Update OpenWorld.rpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Seo1 authored Aug 3, 2023
1 parent 73112cc commit 8d982cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenWorld.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ label OW_reset_persistent:
############

label OW_github:
$ webbrowser.open("")
$ webbrowser.open("https://github.com/Yun-Seo1/Open-World")
jump ch30_loop


Expand Down Expand Up @@ -459,4 +459,4 @@ screen OW_MENU():
config.overlay_screens.append("OpenWorld_Button")
def OpenWorldVisible():
return "OpenWorld_Button" in config.overlay_screens
"""
"""

0 comments on commit 8d982cd

Please sign in to comment.