--- a/test/snake/snake.c Tue Jul 22 20:57:13 2025 +0200 +++ b/test/snake/snake.c Tue Jul 22 21:38:02 2025 +0200 @@ -274,11 +274,11 @@ init_textures(); // initialize the scenes - asc_scene_init(BACKDROP_SCENE, + asc_scene_init(BACKDROP_SCENE, "backdrop", .type = ASC_CAMERA_ORTHO, .projection_update_func = asc_camera_ortho_update_size ); - asc_scene_init(MAIN_SCENE, + asc_scene_init(MAIN_SCENE, "main", .type = ASC_CAMERA_ORTHO, .ortho.rect = ASC_RECT(0, 0, (game_field_size+1)*game_field_tile_size,