public override void Update(double deltaTime) { Background.LocalPos = BottomState == BottomState.Pressed ? new Point(RPGGame.GetClientBounds().Height / 50, RPGGame.GetClientBounds().Height / 50) : new Point(0, 0); }