You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/control_create/control_create.gml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -580,8 +580,8 @@ function control_create() {
580
580
} else {
581
581
acrylic = 0
582
582
can_draw_mica = 0
583
-
if (language != 1) show_message("Minecraft Note Block Studio encountered an error creating blurred background sprite, the transparency effect will be disabled.\n This usually happens when your desktop wallpaper is either too tall or too long.")
584
-
elseshow_message("Minecraft Note Block Studio 在创建模糊背景贴图时遇到错误,透明效果将被关闭。\n这种情况一般是由于您的桌面壁纸图片过高或过长。")
583
+
if (language != 1) show_message("Note Block Studio encountered an error creating blurred background sprite. The transparency effect will be disabled.\nThis usually happens when your desktop wallpaper is either too tall or too long.")
584
+
elseshow_message("Note Block Studio 在创建模糊背景贴图时遇到错误,透明效果将被关闭。\n这种情况一般是由于您的桌面壁纸图片过高或过长。")
585
585
}
586
586
if (show_welcome) window = w_greeting
587
587
draw_accent_init()
@@ -643,8 +643,8 @@ function control_create() {
643
643
// Implemented in a better way that takes multiple instances into account.
if (language != 1) isrecover = question("Minecraft Note Block Studio quit unexpectedly while you were working on a song. Do you want to recover your work?\n\n(If you click 'No', you'll be prompted to recover it again the next time you open the program.)", "Auto-recovery")
if (language != 1) isrecover = question("Note Block Studio quit unexpectedly while you were working on a song. Do you want to recover your work?\n\n(If you click 'No', you'll be prompted to recover it again the next time you open the program.)", "Auto-recovery")
if (draw_icon(icons.INTERNET, xx, yy, "Visit the Open Note Block Studio website")) {open_url(link_website)} xx += 25if (xx > rw - 312) break
1907
+
if (draw_icon(icons.INTERNET, xx, yy, "Visit the Note Block Studio website")) {open_url(link_website)} xx += 25if (xx > rw - 312) break
1908
1908
break
1909
1909
}
1910
1910
if (isplayer) if (draw_icon(icons.EDITMODE_KEY, xx, yy, condstr(dropmode, "Exit", "Enter") + " the drop mode", 0, dropmode)) {dropmode = !dropmode if (dropmode) window_maximize() elsewindow_setnormal()} if (isplayer) xx += 25
if (draw_icon(icons.INTERNET, xx, yy, "访问 Open Note Block Studio 官方网站")) {open_url(link_website)} xx += 25if (xx > rw - 312) break
1928
+
if (draw_icon(icons.INTERNET, xx, yy, "访问 Note Block Studio 官方网站")) {open_url(link_website)} xx += 25if (xx > rw - 312) break
1929
1929
break
1930
1930
}
1931
1931
if (isplayer) if (draw_icon(icons.EDITMODE_KEY, xx, yy, condstr(dropmode, "关闭", "开启") + "下落模式", 0, dropmode)) {dropmode = !dropmode if (dropmode) window_maximize() elsewindow_setnormal()} if (isplayer) xx += 25
0 commit comments