Skip to content

Commit

Permalink
misc: Fix Android build
Browse files Browse the repository at this point in the history
Nothing fancy, just put some resource paths into a cmake list so that
they will be packaged as Android assets.

Suggested-by: @encelo
  • Loading branch information
Fahien committed Apr 10, 2021
1 parent 0982d2f commit 343cf3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cmake/package_info.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ function(callback_after_target)
"${PACKAGE_DATA_DIR}/data/img/hero/herochar_jump_up_anim_strip_3.png"
"${PACKAGE_DATA_DIR}/data/img/hero/herochar_jump_down_anim_strip_3.png"
"${PACKAGE_DATA_DIR}/data/img/hero/herochar_pushing_foward_anim_strip_6.png"
"${PACKAGE_DATA_DIR}/data/img/hero/herochar_death_anim_strip_8.png"
"${PACKAGE_DATA_DIR}/data/img/enemy/mushroom/mushroom_crushed_anim_strip_6.png"
"${PACKAGE_DATA_DIR}/data/img/enemy/mushroom/mushroom_death_anim_strip_6.png"
"${PACKAGE_DATA_DIR}/data/img/enemy/mushroom/mushroom_walk_anim_strip_8.png"
"${PACKAGE_DATA_DIR}/data/img/tile/tileset.png"
"${PACKAGE_DATA_DIR}/data/img/tile/background.png"
)
Expand Down

0 comments on commit 343cf3c

Please sign in to comment.