mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Replace cutscenes.
This commit is contained in:
parent
c9f023be1f
commit
ea61c19aa5
2 changed files with 3 additions and 3 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit ac8bf6e129113551e1c7971327b31096d703e433
|
Subproject commit 3a35ba2bcc3d7544374bca6d673391908e55adbd
|
|
@ -12,12 +12,12 @@ import funkin.ui.MusicBeatState;
|
||||||
* After about 2 minutes of inactivity on the title screen,
|
* After about 2 minutes of inactivity on the title screen,
|
||||||
* the game will enter the Attract state, as a reference to physical arcade machines.
|
* 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.
|
* gameplay footage, a generic game trailer, or something more elaborate.
|
||||||
*/
|
*/
|
||||||
class AttractState extends MusicBeatState
|
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
|
public override function create():Void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue