mctaylorpants / AmbulanceGame

Working title: AMBULANCE RUSH
0 stars 1 forks source link

Implement patient/hospital indicators #13

Closed mctaylorpants closed 9 years ago

mctaylorpants commented 9 years ago

Design on-screen indicators for active patients and hospitals so the player can find their way around.

http://gamedevelopment.tutsplus.com/tutorials/positioning-on-screen-indicators-to-point-to-off-screen-targets--gamedev-6644

mctaylorpants commented 9 years ago

Create an on-screen indicator class which maintains an array of objects it needs to keep track of. In the update loop, iterate over these objects and:

mctaylorpants commented 9 years ago

TODO:

mctaylorpants commented 9 years ago

Indicators are complete!