Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
ObsidianBlk
/
Goldbox64
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
gbe.display will initialize the font system when initializing the display.
master
Bryan Miller
6 anos atrás
pai
69275bb4d4
commit
a50f2c52d5
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-0
game/gbe/display.py
+ 1
- 0
game/gbe/display.py
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar