mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 09:59:25 +00:00
Fixes to attract state.
This commit is contained in:
parent
3786b0a23a
commit
3b1f84b4bd
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 3a35ba2bcc3d7544374bca6d673391908e55adbd
|
Subproject commit 4b7dd53fe3e24c4a80649b63f95ab49628776d70
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue