Esempio n. 1
0
    public static int GetLvlupScore()
    {
        int        combo           = Game3Global.GetCombo();
        DragLvling gameLvl         = GameLvlingObject.DragLvlList[currentLevel];
        float      scoreMultiplier = (1 + (gameLvl.Multiplier2 * combo));

        return((int)(10000 * scoreMultiplier));
    }
Esempio n. 2
0
 void Awake()
 {
     lvling    = Game3_LvlingStat.GetLvling();
     IsPerfect = true;
 }