added neko states, I will need to add animations

This commit is contained in:
2025-09-22 15:22:00 +02:00
parent 16acc7bc6f
commit ad8999a35c
5 changed files with 69 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
make_window_clickthrough();
set_override_redirect();
neko_init(renderer);
neko_init(renderer, window);
/* Open the image file */
SDL_asprintf(&gif_path, "%ssample.gif", SDL_GetBasePath());