Asset manager is now in charge of the loaded assets.

This commit is contained in:
2021-11-13 22:06:41 -08:00
parent 636040289c
commit bf48712b63
6 changed files with 66 additions and 74 deletions

View File

@ -61,8 +61,8 @@ elseif(TARGET_TYPE STREQUAL game)
)
# Textures
tool_copy(texture_test
${ASSETS_SOURCE_DIR}/shared/textures/test_texture.png textures/test_texture.png
tool_texture(texture_test
${ASSETS_SOURCE_DIR}/shared/textures/test_texture.png textures/test_texture
)
# Locales