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