mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 22:04:29 +00:00
Merge pull request #535 from FunkinCrew/attract-screen-final
Attract screen final
This commit is contained in:
commit
086e0e3ae4
|
@ -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/),
|
||||
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
|
||||
- New Story Level: Weekend 1, starting Pico, Darnell, and Nene.
|
||||
- Beat the level in Story Mode to unlock the songs for Freeplay!
|
||||
|
|
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 8ccfe51f5ead48cc98642b20280dfb1a027d81d9
|
||||
Subproject commit 95a2ac575e95aac5ba36789eed150413e81f7b20
|
|
@ -17,7 +17,7 @@ import funkin.ui.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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue