Skip to content
Permalink
Browse files
Convert first model to new model format V3
  • Loading branch information
piotrdz committed Jul 11, 2015
1 parent 57478f1 commit 408e599635b117fdb92e63f75b249d9f2c8d5161
Showing with 351 additions and 112 deletions.
  1. +1 −0 CMakeLists.txt
  2. +350 −112 models-new/tree0.txt
@@ -18,6 +18,7 @@ install(DIRECTORY ai DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY fonts DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY icons DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY models DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY models-new DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY sounds DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY textures DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY DESTINATION ${COLOBOT_INSTALL_DATA_DIR}/mods) # Empty directory

0 comments on commit 408e599

Please sign in to comment.