1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Fix #7913: RCT1/RCT2 title sequence timing is off (#8980)

This commit is contained in:
Michael Steenbeek
2019-03-27 21:56:12 +01:00
committed by GitHub
parent a50c7836f8
commit 9ed3c39aef
5 changed files with 8 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ android.applicationVariants.all { variant ->
dest "$variant.mergeAssets.outputDir/data"
}
download {
src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2/title-sequence-v0.1.2.zip'
src 'https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2a/title-sequence-v0.1.2a.zip'
dest new File(buildDir, 'title-sequence.zip')
}
copy {