1
0
Fork 0
pull/13655/merge
Peter Nelson 2025-05-01 16:18:47 +00:00 committed by GitHub
commit e5ab3c988b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1861 additions and 1 deletions

Binary file not shown.

View File

@ -1 +1 @@
019dba4830a64ee4345d3d647633e1da
7e6ecc230fcdf4149dfca943bb03a65c

View File

@ -27,6 +27,7 @@ if(GRFCODEC_FOUND)
${CMAKE_CURRENT_SOURCE_DIR}/tramtracks.nfo
${CMAKE_CURRENT_SOURCE_DIR}/tunnel_portals.nfo
${CMAKE_CURRENT_SOURCE_DIR}/2ccmap.nfo
${CMAKE_CURRENT_SOURCE_DIR}/badges.nfo
PNG_SOURCE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/airports.png
${CMAKE_CURRENT_SOURCE_DIR}/airport_preview.png
${CMAKE_CURRENT_SOURCE_DIR}/aqueduct.png
@ -55,5 +56,7 @@ if(GRFCODEC_FOUND)
${CMAKE_CURRENT_SOURCE_DIR}/tramtracks.png
${CMAKE_CURRENT_SOURCE_DIR}/tramtracks_bare_depot.png
${CMAKE_CURRENT_SOURCE_DIR}/tunnel_portals.png
${CMAKE_CURRENT_SOURCE_DIR}/badges00.png
${CMAKE_CURRENT_SOURCE_DIR}/badges00.32.png
)
endif()

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -100,3 +100,4 @@
#include "palette.nfo"
#include "road_waypoints.nfo"
#include "overlay_rocks.nfo"
#include "badges.nfo"