Skip to content

Commit f019088

Browse files
committed
Updated logo
Updates logo to one with isometric view, suggested in #65
1 parent f9d19e3 commit f019088

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

scripts/draw_window_about/draw_window_about.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ y1 = floor(window_height / 2 - 200)
55
draw_window(x1, y1, x1 + 300, y1 + 400)
66
draw_set_font(fnt_mainbold)
77
draw_text(x1 + 8, y1 + 8, "About")
8-
draw_sprite(spr_logo, 0, x1 + 86, y1 + 50)
8+
draw_sprite_ext(spr_logo, 0, x1 + 86, y1 + 50, 0.55, 0.55, 0, c_white, 1)
99
draw_set_halign(fa_center)
1010
draw_set_font(fnt_info_med_bold)
1111
draw_text(x1 + 150, y1 + 200, "Open Minecraft Note Block Studio")

scripts/draw_window_greeting/draw_window_greeting.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ curs = cr_default
44
x1 = floor(window_width / 2 - 350)
55
y1 = floor(window_height / 2 - 210)
66
draw_window(x1, y1, x1 + 700, y1 + 430)
7-
draw_sprite(spr_logo, 0, x1 + 64, y1 + 64)
7+
draw_sprite_ext(spr_logo, 0, x1 + 64, y1 + 50, 0.55, 0.55, 0, c_white, 1)
88
draw_set_font(fnt_info_med_bold)
99
draw_text_center(x1 + 132, y1 + 213, "Open Minecraft Note Block Studio")
1010
draw_set_font(fnt_mainbold)
7.78 KB
Loading
-22.4 KB
Binary file not shown.
7.78 KB
Loading

sprites/spr_logo/spr_logo.yy

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)