示例#1
0
 private void Awake()
 {
     DOTween.Init(false, true, LogBehaviour.ErrorsOnly);
     Application.targetFrameRate = 60;
     GG.first_read = 1;
     GG.stage      = 1;
     GG.data_load();
     sound_volume_set(GG.SoundVolume);
     TitleFirst();
     TitleInit();
 }