このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
ObsidianBlk
/
Goldbox64
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
gbe.display will initialize the font system when initializing the display.
master
Bryan Miller
6年前
親
69275bb4d4
コミット
a50f2c52d5
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分情報を表示
+1
-0
game/gbe/display.py
+ 1
- 0
game/gbe/display.py
ファイルの表示
@@ -128,6 +128,7 @@ class _Display:
if self._init == False:
self._init = True
pygame.display.init()
pygame.font.init() # Because there's really no reason NOT to.
self.set_mode((width, height), self._display_flags)
return self
書き込み
プレビュー
読み込み中…
キャンセル
保存