mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
parent
f1de265568
commit
7e1eddf530
@ -410,6 +410,8 @@ void playIntro()
|
|||||||
|
|
||||||
if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK")))
|
if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK")))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
CCS->videoh->playIntroVideo(VideoPath::builtin("H3INTRO.SMK"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void mainLoop()
|
static void mainLoop()
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
{
|
{
|
||||||
"DATA/GOOD1" : { // RoE - "Long Live the Queen"
|
|
||||||
"introVideo": "H3INTRO"
|
|
||||||
},
|
|
||||||
"DATA/GOOD3" : { // RoE - "Song for the Father"
|
"DATA/GOOD3" : { // RoE - "Song for the Father"
|
||||||
"outroVideo": "Endgame"
|
"outroVideo": "Endgame"
|
||||||
},
|
},
|
||||||
"DATA/AB" : { // AB - "Armageddon's Blade"
|
"DATA/AB" : { // AB Intro
|
||||||
"introVideo": "H3X1intr",
|
"introVideo": "H3X1intr",
|
||||||
"videoRim": "IntroRm2"
|
"videoRim": "IntroRm2"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user