コード例 #1
0
ファイル: actions.py プロジェクト: alwaysontop617/PySolFC
 def mHelpRules(self, *args):
     if self._cancelDrag(break_pause=False): return
     if not self.menustate.rules:
         return
     dir = os.path.join("html", "rules")
     ## FIXME: plugins
     help_html(self.app, self.app.getGameRulesFilename(self.game.id), dir)
コード例 #2
0
ファイル: actions.py プロジェクト: alwaysontop617/PySolFC
 def mHelpNews(self, *args):
     if self._cancelDrag(break_pause=False): return
     help_html(self.app, "news.html", "html")
コード例 #3
0
ファイル: actions.py プロジェクト: alwaysontop617/PySolFC
 def mHelpLicense(self, *args):
     if self._cancelDrag(break_pause=False): return
     help_html(self.app, "license.html", "html")
コード例 #4
0
ファイル: actions.py プロジェクト: alwaysontop617/PySolFC
 def mHelpHowToPlay(self, *args):
     if self._cancelDrag(break_pause=False): return
     help_html(self.app, "howtoplay.html", "html")