예제 #1
0
파일: Label.cs 프로젝트: denesik/MarioClone
        public void SetText(string mess)
        {
            text          = mess;
            textRect.Size = GameFont.GetRect(14, text);

            Resize(800, 600);
        }