leaderboard have picture
[fishladder.git] / fishladder_resources.h
index 9a030d1ced25f550122958bf471d8e7964172144..fca9152da0e1fc9b032a856b8bfbaecaecd634c3 100644 (file)
@@ -7,8 +7,9 @@ vg_tex2d tex_wood =                     { .path = "textures/wood.qoi" };
 vg_tex2d tex_background =      { .path = "textures/background.qoi" };
 vg_tex2d tex_ball_noise =  { .path = "textures/bnoise.qoi" };
 vg_tex2d tex_monofur   =  { .path = "textures/ascii.qoi", .flags = VG_TEXTURE_NO_MIP };
+vg_tex2d tex_unkown            =  { .path = "textures/unkown.qoi" };
 
-vg_tex2d *texture_list[] = { &tex_tile_detail, &tex_tile_data, &tex_wood, &tex_background, &tex_ball_noise, &tex_monofur };
+vg_tex2d *texture_list[] = { &tex_tile_detail, &tex_tile_data, &tex_wood, &tex_background, &tex_ball_noise, &tex_monofur, &tex_unkown };
 
 // AUDIO
 // ===========================================================================================================
@@ -571,6 +572,8 @@ struct cmp_level
        int linked_unlocks;     // When unlocked, unlock this many levels additionally
        
        int serial_id;
+       
+       SteamLeaderboard_t steam_leaderboard;
 };
 
 struct cmp_level cmp_levels_tutorials[] =