Skip to content

Commit

Permalink
Update Discord link to new URL across multiple screens
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Feb 27, 2025
1 parent 9544ecb commit 31fffb4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion end_screens/end_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ screen end_screen(support_link):

imagebutton:
idle "discord_idle"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")

on "show" action SetVariable("quick_menu", False)
on "hide" action SetVariable("quick_menu", True)
Expand Down
2 changes: 1 addition & 1 deletion end_screens/screens/ep3_end_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ screen ep3_end_screen():

imagebutton:
idle "discord_idle"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")

on "show" action SetVariable("quick_menu", False)
on "hide" action SetVariable("quick_menu", True)
Expand Down
2 changes: 1 addition & 1 deletion end_screens/screens/ep5_end_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ screen ep5_end_screen():

imagebutton:
idle "discord_idle"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")

on "show" action SetVariable("quick_menu", False)
on "hide" action SetVariable("quick_menu", True)
Expand Down
2 changes: 1 addition & 1 deletion end_screens/screens/ep6_1_end_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ screen ep6_1_end_screen():

imagebutton:
idle "discord_idle"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")

on "show" action SetVariable("quick_menu", False)
on "hide" action SetVariable("quick_menu", True)
Expand Down
2 changes: 1 addition & 1 deletion main_menu/main_menu_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ screen main_menu():
imagebutton:
idle "main_menu_discord_idle"
hover "main_menu_discord_hover"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")
xalign 1.0
xoffset -35
ypos 35
Expand Down
2 changes: 1 addition & 1 deletion mobile/main_menu_screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ screen main_menu():
imagebutton:
idle "main_menu_discord_idle"
hover "main_menu_discord_hover"
action OpenURL("https://discord.gg/collegekings")
action OpenURL("https://discord.gg/undergradsteve")
xalign 1.0
xoffset -35
ypos 35
Expand Down

0 comments on commit 31fffb4

Please sign in to comment.