コード例 #1
0
ファイル: WndSettings.cs プロジェクト: zvinch/SharpDungeon
 public string OrientationText()
 {
     return(PixelDungeon.Landscape() ? TxtSwitchPort : TxtSwitchLand);
 }
コード例 #2
0
ファイル: WndSettings.cs プロジェクト: zvinch/SharpDungeon
 private void OrientationClick(Button obj)
 {
     PixelDungeon.Landscape(!PixelDungeon.Landscape());
 }