zachio / pong

Pong - Forever Alone Addition. This is an HTML5 game that is like pong except single player.
0 stars 0 forks source link

Merged branches #9

Closed unknwnc closed 9 years ago

unknwnc commented 9 years ago

I believe I successfully merged the differences between our branches. If this looks right, you can merge it to the main branch.

zachio commented 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?

unknwnc commented 9 years ago

Ok; game.fps.currentTime and game.fps.lastTime are no longer public.

zachio commented 9 years ago

Looks good