Explorar el Código

Actually defined the 'font' resource, connecting it to the loader.

master
Bryan Miller hace 6 años
padre
commit
4afe958412
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      game/gbe/resource.py

+ 1
- 2
game/gbe/resource.py Ver fichero

@@ -173,5 +173,4 @@ class ResourceManager:
define_resource_type("graphic", "graphics/", load_image)
define_resource_type("audio", "audio/", load_audio)
define_resource_type("json", "data/json/", load_JSON)


define_resource_type("font", "fonts/", load_font)

Cargando…
Cancelar
Guardar