Example #1
0
    public static void MakeGoldText(float upOff, string inText, Vector3 pos)
    {
        UIScreenTextController obj = Create();

        obj.Init(upOff, inText, pos, yellow);
    }
Example #2
0
    public static void MakeDamageText(float upOff, string inText, Vector3 pos)
    {
        UIScreenTextController obj = Create();

        obj.Init(upOff, inText, pos, red);
    }