@@ -21,7 +21,15 @@ public class ImageItem extends Item {
21
21
imageWithWidth ("Papyrus Gonolek" , "papyrus_gonolek" , 2.0f , 266 , 200 ),
22
22
imageWithHeight ("Papyrus Harvest" , "papyrus_harvest" , 2.0f , 340 , 256 ),
23
23
imageWithWidth ("Shoebill Stork" , "shoebill_stork" , 3.0f , 317 , 256 ),
24
- imageWithWidth ("White-Winged Warbler" , "white_winged_warbler" , 3.0f , 301 , 200 )
24
+ imageWithWidth ("White-Winged Warbler" , "white_winged_warbler" , 3.0f , 301 , 200 ),
25
+ imageWithHeight ("Bird Survey" , "bird_survey" , 2.0f , 400 , 301 ),
26
+ imageWithHeight ("Bridge" , "bridge" , 3.0f , 300 , 450 ),
27
+ imageWithHeight ("Love Tropics" , "love_tropics" , 1.0f , 128 , 128 ),
28
+ imageWithHeight ("WEA" , "wea" , 1.0f , 128 , 128 ),
29
+ imageWithWidth ("Mpanga River" , "mpanga_river" , 2.0f , 256 , 340 ),
30
+ imageWithWidth ("Papyrus" , "papyrus" , 2.0f , 341 , 256 ),
31
+ imageWithWidth ("Papyrus Yellow Warbler" , "papyrus_yellow_warbler" , 1.0f , 256 , 184 ),
32
+ imageWithHeight ("Women Holding Seeds" , "women_holding_seeds" , 1.0f , 300 , 200 )
25
33
);
26
34
27
35
private static ImageData imageWithWidth (String name , String path , float blockWidth , int textureWidth , int textureHeight ) {
0 commit comments