mattholley / MindCrush_BaconJam09

A game for the BaconGameJam - 09
0 stars 0 forks source link

Monster & Collectible Generation #11

Open mattholley opened 9 years ago

mattholley commented 9 years ago

Create a generator which takes a list of prefabs, and instantiates them in a given area.

andrew-williams commented 9 years ago

For this task: Is it isntantiating in a pre-defined area? Or all random?

andrew-williams commented 9 years ago

Implemented monster random gen, can take in multiple different prefabs then selects the loaded ones at random and instantiates them.