1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-11-26 14:16:00 +00:00

Merge pull request #535 from FunkinCrew/attract-screen-final

Attract screen final
This commit is contained in:
Cameron Taylor 2024-04-30 19:21:18 -04:00 committed by GitHub
commit 086e0e3ae4
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ All notable changes will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.0] - 2024-03-29 ## [0.3.0] - 2024-04-30
# Added # Added
- New Story Level: Weekend 1, starting Pico, Darnell, and Nene. - New Story Level: Weekend 1, starting Pico, Darnell, and Nene.
- Beat the level in Story Mode to unlock the songs for Freeplay! - Beat the level in Story Mode to unlock the songs for Freeplay!

2
assets

@ -1 +1 @@
Subproject commit 8ccfe51f5ead48cc98642b20280dfb1a027d81d9 Subproject commit 95a2ac575e95aac5ba36789eed150413e81f7b20

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