Asset manager is now in charge of the loaded assets.

This commit is contained in:
2021-11-13 22:06:41 -08:00
parent 9a695813f9
commit 54d01b5ed6
5 changed files with 65 additions and 73 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