1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-11-25 13:45:49 +00:00

Final attract screen

This commit is contained in:
EliteMasterEric 2024-04-30 19:01:39 -04:00
parent 9049c995dc
commit 9030b165df
2 changed files with 2 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit af79db0bd934c9ca29fa4ea74b26e03e20edeeb5
Subproject commit d8a7d1efba3575e6cffb5fe061d19950f1644757

View file

@ -17,7 +17,7 @@ import funkin.ui.MusicBeatState;
*/
class AttractState extends MusicBeatState
{
static final ATTRACT_VIDEO_PATH:String = Paths.stripLibrary(Paths.videos('erectTeaser'));
static final ATTRACT_VIDEO_PATH:String = Paths.stripLibrary(Paths.videos('toyCommercial'));
public override function create():Void
{