New Language Tool

This commit is contained in:
2023-02-04 23:02:43 -08:00
parent 41e755d533
commit 223f8566b9
13 changed files with 620 additions and 377 deletions

View File

@ -30,7 +30,7 @@ add_subdirectory(scenes)
set(DIR_GAME_ASSETS games/pokergame)
tool_texture(texture_test texture_test.png)
tool_language(language_en ${DIR_GAME_ASSETS}/locale/en.csv)
tool_language(locale_poker ${DIR_GAME_ASSETS}/locale/locale.xml)
tool_tileset(tileset_death texture_death ${DIR_GAME_ASSETS}/characters/death/sheet.png 1 3)
tool_tileset(tileset_penny texture_penny ${DIR_GAME_ASSETS}/characters/penny/sheet.png 1 3)
@ -39,10 +39,8 @@ tool_truetype(truetype_alice ${DIR_GAME_ASSETS}/font/Alice-Regular.ttf truetype_
tool_audio(audio_test borrowed/sample_short.wav)
tool_ui(ui_test ${DIR_GAME_ASSETS}/ui/uitest.xml)
add_dependencies(${DAWN_TARGET_NAME}
language_en
locale_poker
tileset_death
tileset_penny
@ -52,6 +50,4 @@ add_dependencies(${DAWN_TARGET_NAME}
texture_test
audio_test
ui_test
)