// Jungle
Actor JungleRock1 30101
{
	Height 19
	Radius 15
	states
	{
	Spawn:
		ROC1 A -1
		stop
	}
} 

Actor JungleRock2 30102
{
	Height 12
	Radius 10
	states
	{
	Spawn:
		ROC2 A -1
		stop
	}
} 

Actor JungleTree1 30103
{
	Height 60
	Radius 10
	+SOLID
	states
	{
	Spawn:
		TRI1 A -1
		stop
	}
}

Actor JungleTree2 30104
{
	Height 100
	Radius 15
	+SOLID
	states
	{
	Spawn:
		TRI2 A -1
		stop
	}
}

Actor JungleTree3 30105
{
	Height 56
	Radius 10
	+SOLID
	states
	{
	Spawn:
		TRI3 A -1
		stop
	}
}

Actor JungleTree4 30106
{
	Height 40
	Radius 10
	+SOLID
	states
	{
	Spawn:
		TRI4 A -1
		stop
	}
}

Actor JungleBush1 30107
{
	Height 1
	Radius 1
	states
	{
	Spawn:
		BSH1 A -1
		stop
	}
}

Actor JungleBush2 30108
{
	Height 1
	Radius 1
	states
	{
	Spawn:
		BSH2 A -1
		stop
	}
}

Actor JungleBush3 30109
{
	Height 1
	Radius 1
	states
	{
	Spawn:
		BSH3 A -1
		stop
	}
}

Actor JungleFlies2 30111
{
	Height 1
	Radius 1
	states
	{
	Spawn:
		FLY1 AB 6
		loop
	}
}

Actor JungleBirdie 30112
{
	Height 1
	Radius 1
	states
	{
	Spawn:
		BIRD AB 5
		loop
	}
}
// end of Jungle