gamestate: Pass frame timestamp to state update method
Pass the timestamp from requestAnimationFrame() to the state update function so the game-state doesn't have to call into JavaScript for timestamps anymore.
Pass the timestamp from requestAnimationFrame() to the state update function so the game-state doesn't have to call into JavaScript for timestamps anymore.