Exemplo n.º 1
0
        public void Tick()
        {
            //Updates the game

            Console.WriteLine(fps.getFps());

            win.Clear(Color.Black);
        }