瀏覽代碼

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

master
Bryan Miller 6 年之前
父節點
當前提交
4afe958412
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      game/gbe/resource.py

+ 1
- 2
game/gbe/resource.py 查看文件

@@ -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)

Loading…
取消
儲存