1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-17 11:56:46 +02:00

roe video in line as ab

This commit is contained in:
Laserlicht 2024-09-06 23:07:24 +02:00
parent 45625f0355
commit f1de265568
2 changed files with 4 additions and 3 deletions

View File

@ -410,8 +410,6 @@ void playIntro()
if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK")))
return;
CCS->videoh->playIntroVideo(VideoPath::builtin("H3INTRO.SMK"));
}
static void mainLoop()

View File

@ -1,8 +1,11 @@
{
"DATA/GOOD1" : { // RoE - "Long Live the Queen"
"introVideo": "H3INTRO"
},
"DATA/GOOD3" : { // RoE - "Song for the Father"
"outroVideo": "Endgame"
},
"DATA/AB" : { // AB Intro
"DATA/AB" : { // AB - "Armageddon's Blade"
"introVideo": "H3X1intr",
"videoRim": "IntroRm2"
},