carbontwelve / roguelikedev2019

My attempt at learning roguelike gamedev in 2019
MIT License
2 stars 0 forks source link

FOV Map #17

Closed carbontwelve closed 5 years ago

carbontwelve commented 5 years ago

Currently the fov data is stored in the tile data structure. It should be in its own data structure that then gets used by various other areas.