diff --git a/CMakeLists.txt b/CMakeLists.txt index 80e9b08e..e6d21b43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -552,7 +552,7 @@ add_custom_target( WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMAND ${TORCH_EXECUTABLE} header -o baserom.us.uncompressed.z64 COMMAND ${TORCH_EXECUTABLE} otr baserom.us.uncompressed.z64 - # COMMAND ${TORCH_EXECUTABLE} pack assets starship.otr + COMMAND ${TORCH_EXECUTABLE} pack port starship.otr COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/sf64.otr" "${CMAKE_BINARY_DIR}/sf64.otr" - # COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/starship.otr" "${CMAKE_BINARY_DIR}/starship.otr" + COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/starship.otr" "${CMAKE_BINARY_DIR}/starship.otr" ) \ No newline at end of file diff --git a/port/assets/fonts/Fipps-Regular.otf b/port/assets/fonts/Fipps-Regular.otf new file mode 100644 index 00000000..9334dad5 Binary files /dev/null and b/port/assets/fonts/Fipps-Regular.otf differ diff --git a/port/assets/fonts/PressStart2P-Regular.ttf b/port/assets/fonts/PressStart2P-Regular.ttf new file mode 100644 index 00000000..2442affb Binary files /dev/null and b/port/assets/fonts/PressStart2P-Regular.ttf differ diff --git a/port/assets/textures/buttons/ABtn.png b/port/assets/textures/buttons/ABtn.png new file mode 100644 index 00000000..c1b06571 Binary files /dev/null and b/port/assets/textures/buttons/ABtn.png differ diff --git a/port/assets/textures/buttons/BBtn.png b/port/assets/textures/buttons/BBtn.png new file mode 100644 index 00000000..99b1197c Binary files /dev/null and b/port/assets/textures/buttons/BBtn.png differ diff --git a/port/assets/textures/buttons/CDown.png b/port/assets/textures/buttons/CDown.png new file mode 100644 index 00000000..741188ea Binary files /dev/null and b/port/assets/textures/buttons/CDown.png differ diff --git a/port/assets/textures/buttons/CLeft.png b/port/assets/textures/buttons/CLeft.png new file mode 100644 index 00000000..5e26a206 Binary files /dev/null and b/port/assets/textures/buttons/CLeft.png differ diff --git a/port/assets/textures/buttons/CRight.png b/port/assets/textures/buttons/CRight.png new file mode 100644 index 00000000..9e618063 Binary files /dev/null and b/port/assets/textures/buttons/CRight.png differ diff --git a/port/assets/textures/buttons/CUp.png b/port/assets/textures/buttons/CUp.png new file mode 100644 index 00000000..6c0e29d2 Binary files /dev/null and b/port/assets/textures/buttons/CUp.png differ diff --git a/port/assets/textures/buttons/LBtn.png b/port/assets/textures/buttons/LBtn.png new file mode 100644 index 00000000..2e0a8f00 Binary files /dev/null and b/port/assets/textures/buttons/LBtn.png differ diff --git a/port/assets/textures/buttons/RBtn.png b/port/assets/textures/buttons/RBtn.png new file mode 100644 index 00000000..c255643c Binary files /dev/null and b/port/assets/textures/buttons/RBtn.png differ diff --git a/port/assets/textures/buttons/StartBtn.png b/port/assets/textures/buttons/StartBtn.png new file mode 100644 index 00000000..c3e08dc3 Binary files /dev/null and b/port/assets/textures/buttons/StartBtn.png differ diff --git a/port/assets/textures/buttons/ZBtn.png b/port/assets/textures/buttons/ZBtn.png new file mode 100644 index 00000000..def8d9a6 Binary files /dev/null and b/port/assets/textures/buttons/ZBtn.png differ diff --git a/port/assets/textures/icons/gIcon.png b/port/assets/textures/icons/gIcon.png new file mode 100644 index 00000000..69764591 Binary files /dev/null and b/port/assets/textures/icons/gIcon.png differ diff --git a/port/assets/textures/virtual/gEmptyTexture.rgba32.png b/port/assets/textures/virtual/gEmptyTexture.rgba32.png new file mode 100644 index 00000000..eaf806b7 Binary files /dev/null and b/port/assets/textures/virtual/gEmptyTexture.rgba32.png differ