Skip to content

Commit add6547

Browse files
OctoFlareDevBentroen
authored andcommitted
Mica something
1 parent 83bcc17 commit add6547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/control_create/control_create.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function control_create() {
5555
if (wpaperexist) {
5656
wpaper = sprite_add(data_directory + "Wallpaper.jpg", 1, 0, 0, 0, 0)
5757
if (display_width / display_height < sprite_get_width(wpaper) / sprite_get_height(wpaper)) wpaperside = 1
58-
wpaperblur = sprite_create_blur(wpaper, 0.25, sprite_get_width(wpaper), sprite_get_height(wpaper), 150, 8, 16)
58+
wpaperblur = sprite_create_blur(wpaper, 0.25, sprite_get_width(wpaper), sprite_get_height(wpaper), 300, 8, 16)
5959
}
6060

6161
// Audio

0 commit comments

Comments
 (0)