Skip to content

Commit

Permalink
[interface] add Git Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Nov 2, 2019
1 parent 1ca0bae commit 44e6874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/game/interface.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ init python in interface:
import os.path
import contextlib

RENPY_URL = "http://www.renpy.org"
GIT_URL = "https://github.com/GanstaKingofSA/DDLC-ModMaker/releases"
DDLC_URL = "http://ddlc.moe"
DOC_PATH = os.path.join(config.renpy_base, "doc/index.html")
DOC_URL = "http://www.renpy.org/doc/html/"
Expand Down Expand Up @@ -117,9 +117,9 @@ screen bottom_info:
hbox:
spacing INDENT
textbutton _("Documentation") style "l_link" action interface.OpenDocumentation()
textbutton _("Ren'Py Website") style "l_link" action OpenURL(interface.RENPY_URL)
textbutton _("About") style "l_link" action Jump("about")
textbutton _("Download DDLC") style "l_link" action OpenURL(interface.DDLC_URL)
textbutton _("Updates") style "l_link" action OpenURL(interface.GIT_URL)

hbox:
spacing INDENT
Expand Down

0 comments on commit 44e6874

Please sign in to comment.