surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link

Game should hold information about debug options #49

Closed surrsurus closed 6 years ago

surrsurus commented 6 years ago

Makes no sense for the renderer to know about these things. Game should know and be able to call specific functions of other things depending on these flags.

surrsurus commented 6 years ago

Since Game and Core have been merged, there is no need for a hacky solution to changing debug flags though I would prefer that Engine now have those flags instead of Renderer

surrsurus commented 6 years ago

I think certain game options would be held by Engine but for right now the only debug options are relating to how things get displayed on the screen. Therefore I think that if Renderer owns those it isn't an issue.