mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
Final attract screen
This commit is contained in:
parent
9049c995dc
commit
9030b165df
2
assets
2
assets
|
|
@ -1 +1 @@
|
||||||
Subproject commit af79db0bd934c9ca29fa4ea74b26e03e20edeeb5
|
Subproject commit d8a7d1efba3575e6cffb5fe061d19950f1644757
|
||||||
|
|
@ -17,7 +17,7 @@ import funkin.ui.MusicBeatState;
|
||||||
*/
|
*/
|
||||||
class AttractState extends 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
|
public override function create():Void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue