dayForNightSFPC icon indicating copy to clipboard operation
dayForNightSFPC copied to clipboard

clean up and break up sceneManager and typeManager

Open ofZach opened this issue 10 years ago • 0 comments

right now, typeManager is calculating stats on the scene, I think some of this is better done in seperate objects, so it's easy to follow logic, I see this working as a setup:

sceneManager typeManager (handles param replacement) sceneStats (calculates paramter changes and / or other info about the scene) audioManager (turn stats and type info into sound)

ofZach avatar Dec 16 '15 11:12 ofZach