Skip to content

Commit 2212546

Browse files
committed
Update 'About' info with new Mojang brand/Text fixes
1 parent 9a307b3 commit 2212546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/control_draw/control_draw.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ function control_draw() {
11691169
icon(icons.INSTRUMENTS)+"Instrument settings...|/|-|" + icon(icons.INFORMATION) + "Song info...|" + icon(icons.PROPERTIES) + "Song properties...|Song stats...|-|" + icon(icons.MIDI_INPUT) + "MIDI device manager|Preferences...")
11701170
}
11711171
if (draw_tab("Help")) {
1172-
show_menu_ext("help", 109, 19, icon(icons.HELP) + "Tutorial videos|\\|Part 1: Composing note block music|Part 2: Opening MIDI files|Part 3: Importing songs into Minecraft|Part 4: Editing songs made in Minecraft |-|F1$View all|/|-|" + icon(icons.INTERNET) + "Minecraft Forums topic...|Minecraft Wiki page...|-|Changelist...|About...|GitHub")
1172+
show_menu_ext("help", 109, 19, icon(icons.HELP) + "Tutorial videos|\\|Part 1: Composing note block music|Part 2: Opening MIDI files|Part 3: Importing songs into Minecraft|Part 4: Editing songs made in Minecraft |-|F1$View all|/|-|" + icon(icons.INTERNET) + "Minecraft Forums topic...|Minecraft Wiki page...|-|Changelist...|About...|GitHub...")
11731173
}
11741174

11751175
// Icons

scripts/draw_window_about/draw_window_about.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ function draw_window_about() {
99
draw_sprite_ext(spr_logo, 0, x1 + 86, y1 + 50, 0.55, 0.55, 0, c_white, 1)
1010
draw_set_halign(fa_center)
1111
draw_set_font(fnt_info_med_bold)
12-
draw_text(x1 + 150, y1 + 200, "Open Minecraft Note Block Studio")
12+
draw_text(x1 + 150, y1 + 200, "Open Note Block Studio")
1313
draw_set_font(fnt_main)
14-
draw_text(x1 + 150, y1 + 217, "Version " + version + " - Released " + version_date + "\n\nThis program is continuation of\n Minecraft Note Block Studio, \ncreated by David Norgren. \n\nThis product is not affiliated with\nMojang AB, Microsoft or the game Minecraft.")
14+
draw_text(x1 + 150, y1 + 217, "Version " + version + " - Released " + version_date + "\n\nThis program is a continuation of\n Minecraft Note Block Studio, \ncreated by David Norgren. \n\nThis product is not affiliated with\nMojang Studios, Microsoft Studios\nor the game Minecraft.")
1515
draw_set_halign(fa_left)
1616
if (draw_button2(x1 + 120, y1 + 370, 72, "OK", false)) window = 0
1717

0 commit comments

Comments
 (0)