mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Periodic Objects. #95

Closed Fyll closed 8 years ago

Fyll commented 8 years ago

While ignoring things that are off screen, I found some of (I think my) old code for making Objects appear at regular intervals on screen (in World::update()). Do we actually want this anymore? If so, you might want to account for that in your level editor, David.

DivFord commented 8 years ago

I don't think it's something we'd want to apply to all objects. It just doesn't make sense for most things. The code could be useful if we want to put falling bombs/boulders, or something like that, but from a level-editor standpoint I'd say this is just metadata.