コード例 #1
0
ファイル: Label.cs プロジェクト: denesik/MarioClone
        public void SetText(string mess)
        {
            text          = mess;
            textRect.Size = GameFont.GetRect(14, text);

            Resize(800, 600);
        }