mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
Fixes to attract state.
This commit is contained in:
parent
3786b0a23a
commit
3b1f84b4bd
2 changed files with 2 additions and 2 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 3a35ba2bcc3d7544374bca6d673391908e55adbd
|
||||
Subproject commit 4b7dd53fe3e24c4a80649b63f95ab49628776d70
|
|
@ -17,7 +17,7 @@ import funkin.ui.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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue