Ejemplo n.º 1
0
 public string OrientationText()
 {
     return(PixelDungeon.Landscape() ? TxtSwitchPort : TxtSwitchLand);
 }
Ejemplo n.º 2
0
 private void OrientationClick(Button obj)
 {
     PixelDungeon.Landscape(!PixelDungeon.Landscape());
 }