Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
ObsidianBlk
/
Goldbox64
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
gbe.display will initialize the font system when initializing the display.
master
Bryan Miller
6 anni fa
parent
69275bb4d4
commit
a50f2c52d5
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-0
game/gbe/display.py
+ 1
- 0
game/gbe/display.py
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva