Replace cutscenes.

This commit is contained in:
EliteMasterEric 2024-04-29 17:51:36 -04:00
parent c9f023be1f
commit ea61c19aa5
2 changed files with 3 additions and 3 deletions

2
assets

@ -1 +1 @@
Subproject commit ac8bf6e129113551e1c7971327b31096d703e433
Subproject commit 3a35ba2bcc3d7544374bca6d673391908e55adbd

View File

@ -12,12 +12,12 @@ import funkin.ui.MusicBeatState;
* After about 2 minutes of inactivity on the title screen,
* the game will enter the Attract state, as a reference to physical arcade machines.
*
* In the current version, this just plays the Kickstarter trailer, but this can be changed to
* In the current version, this just plays the ~~Kickstarter trailer~~ Erect teaser, but this can be changed to
* gameplay footage, a generic game trailer, or something more elaborate.
*/
class AttractState extends MusicBeatState
{
static final ATTRACT_VIDEO_PATH:String = Paths.stripLibrary(Paths.videos('kickstarterTrailer', 'shared'));
static final ATTRACT_VIDEO_PATH:String = Paths.stripLibrary(Paths.videos('erectTeaser', 'shared'));
public override function create():Void
{