Given a parameter of the NewGRF, I would like to access to each one of those folders. Now I have this kind of code:
Code: Select all
alternative_sprites(spr0, ZOOM_LEVEL_NORMAL, BIT_DEPTH_32BPP) { [ 0, 0, "gfx/20/cursor.png" ] }
Code: Select all
alternative_sprites(spr0, ZOOM_LEVEL_NORMAL, BIT_DEPTH_32BPP) { [ 0, 0, "gfx/"+folder+"/cursor.png" ] }