[Add] Moosader's new art is in!
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 920 B |
BIN
Data/Media/Images/Entities/barrel2.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Data/Media/Images/Entities/stone.png
Normal file
After Width: | Height: | Size: 707 B |
BIN
Data/Media/Images/Entities/stone2.png
Normal file
After Width: | Height: | Size: 891 B |
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.9 KiB |
@ -264,6 +264,9 @@ void LevelGen::DoMagic(void) {
|
||||
GenerateEntities("tree", 25);
|
||||
GenerateEntities("hedge", 15);
|
||||
GenerateEntities("barrel", 40);
|
||||
GenerateEntities("barrel2", 100);
|
||||
GenerateEntities("stone", 35);
|
||||
GenerateEntities("stone2", 35);
|
||||
GenerateEntities("closedChest", 100);
|
||||
GenerateEntities("closedChestMetal", 150);
|
||||
GenerateEntities("closedChestMetal2", 250);
|
||||
|