Finished asset manager.

This commit is contained in:
2021-11-03 10:48:03 -07:00
parent 2f2f1395fa
commit 7097e7a1d4
8 changed files with 519 additions and 60 deletions

View File

@@ -118,6 +118,21 @@ elseif(TARGET_TYPE STREQUAL game)
locale_en
)
elseif(TARGET_GAME STREQUAL sandbox)
add_compile_definitions(
GAME_NAME="Sandbox"
GAME_FILE="sandbox/game.h"
GAME_TYPE=sandboxgame_t
GAME_INIT=sandboxGameInit
GAME_UPDATE=sandboxGameUpdate
GAME_DISPOSE=sandboxGameDispose
GAME_VERSION=1.0
)
tool_assets(
shader_textured
font_opensans
texture_test
)
endif()
# Common Game Dependencies.