Closed unknwnc closed 9 years ago
I saw you exported the fps
. I actually had those set to private because that is data I don't want to be accessed outside of the game object. I don't want to export any data unless it is absolutely necessary and needed for the game library use cases. I just don't want our game object to have so much stuff coming out it get's super complicated. I want it to be pretty basic at least for now. Does that make sense?
Ok; game.fps.currentTime
and game.fps.lastTime
are no longer public.
Looks good
I believe I successfully merged the differences between our branches. If this looks right, you can merge it to the main branch.