ifdm / overgrowth

IFDM Capstone Game
0 stars 0 forks source link

[Obstacle] Laser #14

Closed EStallings closed 11 years ago

EStallings commented 11 years ago

Lasers kill the player (and plants? Physics objects? organic matter only?). They fire in a straight line that goes, not forever, but until either the end of the screen or a solid/static object, whatever happens first.

The beam can be blocked with a physics object, or at least, some physics objects (need SOME way to block them). It should also have a means for hooking triggers to it to disable it (like through levers, buttons, etc)

EStallings commented 11 years ago

Implemented 3 varieties of laser: Sweeping, circular path, and stable (static).

Doesn't currently kill the player, but we need death code (and destruction of other objects)