cullensu / Capstone

0 stars 0 forks source link

Minibosses/Stations need to be procedurally placed #55

Closed jmlee337 closed 11 years ago

jmlee337 commented 11 years ago

Stations are procedurally placed. I need a miniboss spawning interface from @akirilov or @cullensu

cullensu commented 11 years ago

I'll a placeholder real quick

On Mon, May 13, 2013 at 2:59 PM, jmlee337 notifications@github.com wrote:

Stations are procedurally placed. I need a miniboss spawning interface from @akirilov https://github.com/akirilov or @cullensuhttps://github.com/cullensu

— Reply to this email directly or view it on GitHubhttps://github.com/cullensu/Capstone/issues/55#issuecomment-17843890 .

jmlee337 commented 11 years ago

I think you may have accidentally a word

cullensu commented 11 years ago

ShipBehaviorType.BOSS_BLINK spawns the teleporting boss now, values and behavior might need to be tweaked later. Adding other types is easy, just create a constant in ShipBehaviorType, initialize its properties in ShipBehaviorFactory, and it should just work.

On Mon, May 13, 2013 at 3:02 PM, jmlee337 notifications@github.com wrote:

I think you may have accidentally a word

— Reply to this email directly or view it on GitHubhttps://github.com/cullensu/Capstone/issues/55#issuecomment-17844059 .