mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Changed Title Logo
Started placing g2.dat sprites in resources/g2
This commit is contained in:
@@ -102,7 +102,9 @@ static void window_title_logo_paint()
|
||||
window_paint_get_registers(w, dpi);
|
||||
|
||||
// gfx_draw_sprite(dpi, SPR_MENU_LOGO, w->x, w->y, 0);
|
||||
gfx_draw_sprite(dpi, SPR_G2_LOGO, w->x, w->y, 0);
|
||||
int x = 2, y = 2;
|
||||
gfx_draw_sprite(dpi, SPR_G2_LOGO, w->x + x, w->y + y, 0);
|
||||
gfx_draw_sprite(dpi, SPR_G2_TITLE, w->x + x + 104, w->y + y + 18, 0);
|
||||
window_title_logo_draw_expansion_packs(dpi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user