1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Split tracks.dat from g2.dat

This commit is contained in:
Gymnasiast
2025-05-23 20:13:30 +02:00
parent 2669ca3ba5
commit c2b4158573
7264 changed files with 51700 additions and 50476 deletions

View File

@@ -168,6 +168,7 @@ jobs:
run: |
gxc build g2.dat OpenRCT2/resources/g2/sprites.json
gxc build fonts.dat OpenRCT2/resources/fonts/sprites.json
gxc build tracks.dat OpenRCT2/resources/tracks/sprites.json
- name: Upload graphics .dat files
uses: actions/upload-artifact@v4
with:
@@ -175,6 +176,7 @@ jobs:
path: |
g2.dat
fonts.dat
tracks.dat
windows:
name: Windows
runs-on: windows-latest