templetonm / Troglodytes

3 stars 0 forks source link

Basic lighting system #5

Closed ghost closed 12 years ago

ghost commented 12 years ago

Lighting system with light around player and defined map darkness properties on the map. In the near future we will be able to define lights on the map.

ghost commented 12 years ago

Look at http://slick.javaunlimited.net/viewtopic.php?f=11&t=3250

ghost commented 12 years ago

I finished a very basic lighting system. For now we can just control it via a boolean value on the map

Here's a screenshot: http://www.turbonips.com/lighting.png

ghost commented 12 years ago

Done. It could still use some improvements (structurally in the code & visually).