Example #1
0
        public static void ResetAll()
        {
            NormalMap.ResetAll();
            DestroySaveTex();
            ClearBG(Color.Black);

            Game1.bg = bg;
        }