public void push_option_return() { GG.data_save(); title_push_button = 1; image_option_base.gameObject.transform.DOLocalMove(new Vector3(0.0f, -2000.0f, 0.0f), 0.2f).SetEase(Ease.InOutQuart); soundsound.playsnd2("BGM_GAME", 1); }
void over_board_move_start_completed() { if (GG.score > GG.hiscore) { GG.hiscore = GG.score; GG.data_save(); } score_ranking_start(GG.hiscore); }