1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-22 01:49:21 +00:00

Fixes to attract state.

This commit is contained in:
EliteMasterEric 2024-04-29 18:31:27 -04:00
parent 3786b0a23a
commit 3b1f84b4bd
2 changed files with 2 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit 3a35ba2bcc3d7544374bca6d673391908e55adbd Subproject commit 4b7dd53fe3e24c4a80649b63f95ab49628776d70

View file

@ -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', 'shared')); static final ATTRACT_VIDEO_PATH:String = Paths.stripLibrary(Paths.videos('erectTeaser'));
public override function create():Void public override function create():Void
{ {