Ejemplo n.º 1
0
 public TitleSceneBase()
 {
     this.interval = 5;
     sloader = SoundLoader.GetInstance();
     tLoader = TextureLoader.GetInstance();
     SSMath.Init();
 }
Ejemplo n.º 2
0
        public static SoundLoader GetInstance()
        {
            if (instance == null) instance = new SoundLoader();

            return instance;
        }