Skip to content

Commit

Permalink
New intro video (Revolutionary-Games#3847) (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliveriver <oliveriver1@gmail.com>
  • Loading branch information
adQuid and Oliveriver committed Nov 5, 2022
1 parent 64be967 commit 59810e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/videos/intro.ogv
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/general/MainMenu.cs
Expand Up @@ -84,7 +84,7 @@ public override void _Ready()
if (Settings.Instance.PlayIntroVideo && LaunchOptions.VideosEnabled && !IsReturningToMenu)
{
TransitionManager.Instance.AddSequence(
TransitionManager.Instance.CreateCutscene("res://assets/videos/intro.ogv", 0.65f), OnIntroEnded);
TransitionManager.Instance.CreateCutscene("res://assets/videos/intro.ogv"), OnIntroEnded);
}
else
{
Expand Down

0 comments on commit 59810e3

Please sign in to comment.