Finished asset manager.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user