Skip to content
Discussion options

You must be logged in to vote

okay first of all, for startVideo you gotta extend ScriptedCutscene and not VideoCutscene, so keep VideoCutscene and instead do:

package funkin.menus;

import funkin.game.cutscenes.VideoCutscene;

class PeterCutsceneIntro extends VideoCutscene {
    
    public function new() {
        super(Paths.video("betergriffin"), close);
    }

}

Tell me if it worked cause I didnt test it and might have done some small errors

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@THEkatinamicrowave
Comment options

@THEkatinamicrowave
Comment options

@NexIsDumb
Comment options

@THEkatinamicrowave
Comment options

@NexIsDumb
Comment options

Answer selected by THEkatinamicrowave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants