[Add] New artwork by Moosader.

This commit is contained in:
Tamir Atias 2012-02-22 04:28:01 +02:00
parent 120be24f96
commit 0eb90d6df5
4 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -227,9 +227,10 @@ void LevelGen::Unload(void) {
void LevelGen::DoMagic(void) { void LevelGen::DoMagic(void) {
GenerateEntities("tree", 45); GenerateEntities("tree", 45);
GenerateEntities("hedge", 35); GenerateEntities("bush", 30);
GenerateEntities("barrel", 60); GenerateEntities("hedge", 45);
GenerateEntities("barrel2", 120); GenerateEntities("barrel", 50);
GenerateEntities("barrel2", 100);
GenerateEntities("stone", 55); GenerateEntities("stone", 55);
GenerateEntities("stone2", 55); GenerateEntities("stone2", 55);
GenerateEntities("closedChest", 120); GenerateEntities("closedChest", 120);