Skip to content

Commit 08b653a

Browse files
committed
Update draw_window_about.gml
1 parent ca41de8 commit 08b653a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/draw_window_about/draw_window_about.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function draw_window_about() {
1111
else draw_text_dynamic(x1 + 8, y1 + 8, "关于")
1212
var icon_index = window_icon
1313
if (window_icon && fdark) icon_index++
14-
draw_sprite_ext(spr_logo, icon_index, x1 + 80, y1 + 50, 1, 1, 0, c_white, draw_get_alpha())
14+
draw_sprite_ext(spr_logo, icon_index, x1 + 80, y1 + 50, 0.5, 0.5, 0, c_white, draw_get_alpha())
1515
draw_set_halign(fa_center)
1616
draw_theme_font(font_info_med_bold)
1717
draw_text_dynamic(x1 + 150, y1 + 200, "Note Block Studio")

0 commit comments

Comments
 (0)