Skip to content
Snippets Groups Projects
Commit e235554f authored by AdamSimpson's avatar AdamSimpson
Browse files

Making cursor on exit menu larger

parent 76d9a0f1
Branches
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ void init_exit_menu(exit_menu_t *state, gl_t *gl_state)
// Initialize cursor
state->cursor_state = malloc(sizeof(cursor_t));
int cursor_width = 30;
int cursor_height = 40;
int cursor_width = 120;
int cursor_height = 160;
#ifdef RASPI
init_cursor(state->cursor_state, gl_state, "SPH/images/cursor.png", cursor_width, cursor_height);
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment