예제 #1
0
파일: Panel.cs 프로젝트: Devwarlt/loe-core
 public override void Update(GameTime gameTime)
 {
     Title.X = DrawHelper.CenteredPosition(Width, Title.Width);
     base.Update(gameTime);
 }
예제 #2
0
 public ChooseCharacterBar() : base(DrawHelper.CenteredPosition(GameApplication.WIDTH, 400), 250, 400, 200)
 {
     _mask = new Mask(new RGBColor(26, 13, 2), 0.75f);
 }