Skip to content

Commit fffb186

Browse files
committed
Let link refer to site instead of github
1 parent a7ad53e commit fffb186

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/draw_window_greeting/draw_window_greeting.gml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ draw_theme_color()
3838
draw_text_center(x1 + 132, y1 + 233, "Version " + version + " - Released " + version_date)
3939
draw_text_center(x1 + 132, y1 + 280, "Open source Minecraft Note Block Studio")
4040
draw_set_color(c_blue)
41-
draw_text_center(x1 + 132, y1 + 296, "www.git.io/fh2fJ")
42-
draw_line(x1 + 89, y1 + 309, x1 + 173, y1 + 309)
41+
draw_text_center(x1 + 132, y1 + 296, "www.git.io/fjQH3")
42+
draw_line(x1 + 85, y1 + 309, x1 + 177, y1 + 309)
4343

44-
a = mouse_rectangle(x1 + 90, y1 + 298, 85, 12)
44+
a = mouse_rectangle(x1 + 86, y1 + 298, 92, 12)
4545
if (a) {
4646
curs = cr_handpoint
4747
if (mouse_check_button_pressed(mb_left))
48-
open_url("https://github.com/HielkeMinecraft/OpenNoteBlockStudio")
48+
open_url("https://git.io/fjQH3")
4949
}
5050

5151
draw_theme_color()
5252
draw_text_center(x1 + 132, y1 + 340, "Original created by David Norgren")
5353
draw_set_color(c_blue)
5454
draw_text_center(x1 + 132, y1 + 356, "www.stuffbydavid.com")
5555
draw_line(x1 + 70, y1 + 369, x1 + 193, y1 + 369)
56-
a = mouse_rectangle(x1 + 75, y1 + 358, 114, 12)
56+
a = mouse_rectangle(x1 + 71, y1 + 358, 123, 12)
5757
if (a) {
5858
curs = cr_handpoint
5959
if (mouse_check_button_pressed(mb_left))

0 commit comments

Comments
 (0)