Example #1
0
 public static void ComeToMe(int texspot)
 {
     if (me == null)
     {
         me = new TextureLoad();
         me.Init();
     }
     scrollY = 0;
     texSpot = texspot;
     ProjectData.Game.SetStage(me);
 }