}
}
//jivotnii
int jiv = 45;
for (int num = 0; num < jiv; num++) {
Animal prdmt = new Animal(0, deerAttack.copy(), deerDyin.copy(),deerWalk.copy());
prdmt.x = (float) ((map.length * 32) * Math.random());
prdmt.y = (float) ((map.length * 32) * Math.random());
World.objecz.add(prdmt);
World.animalz.add(prdmt);
}
int jiv2 = 10;
for (int numa = 0; numa < jiv2; numa++) {
Animal prdmts = new Animal(1, bearAttack.copy(),bearDyin.copy(),bearWalk.copy());
prdmts.x = (float) ((map.length * 32) * Math.random());
prdmts.y = (float) ((map.length * 32) * Math.random());
World.objecz.add(prdmts);
World.animalz.add(prdmts);