このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
ObsidianBlk
/
Goldbox64
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Actually added the ability to update the display... imagine THAT!
master
Bryan Miller
6年前
親
5df184e2e1
コミット
3ae647a5bb
1個のファイルの変更
、
4行の追加
、
0行の削除
分割表示
差分情報を表示
+4
-0
game/gbe/display.py
+ 4
- 0
game/gbe/display.py
ファイルの表示
@@ -90,6 +90,10 @@ class _Display:
self._resolution = self._display_surface.get_size()
return self
def flip(self):
if self._init:
pygame.display.flip()
def init(self):
if self._init == False:
self._init = True
書き込み
プレビュー
読み込み中…
キャンセル
保存