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
+1-1
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@ function control_create() {
580
580
} else {
581
581
acrylic = 0
582
582
can_draw_mica = 0
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.")
583
+
if (language != 1) show_message("Note Block Studio encountered an error creating the background sprite. Transparency effects will be disabled.\nThis usually happens when your desktop wallpaper is either too tall or too long.")
584
584
elseshow_message("Note Block Studio 在创建模糊背景贴图时遇到错误,透明效果将被关闭。\n这种情况一般是由于您的桌面壁纸图片过高或过长。")
0 commit comments