Fixed bird file naming (watch !2 in official project).

This commit is contained in:
Christian P. MOMON 2020-09-29 22:12:48 +02:00
parent c43050dbbc
commit 87a219c49f
6 changed files with 1 additions and 1 deletions

View file

@ -149,7 +149,7 @@ public class BirdGenerator
drawImage(grapher, "hoop", generator.nextInt(10) + 1);
drawImage(grapher, "body", generator.nextInt(9) + 1);
drawImage(grapher, "wing", generator.nextInt(9) + 1);
drawImage(grapher, "eyes", generator.nextInt(9) + 1);
drawImage(grapher, "eye", generator.nextInt(9) + 1);
drawImage(grapher, "bec", generator.nextInt(9) + 1);
drawImage(grapher, "accessorie", generator.nextInt(20) + 1);

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB