bullshit
This commit is contained in:
parent
9d76a3aac5
commit
5dbb4ab393
@ -5,6 +5,8 @@ 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).
|
||||||
|
|
||||||
## [UNRELEASED]
|
## [UNRELEASED]
|
||||||
|
### Added
|
||||||
|
- Rebindable controls ([Thanks to PKPenguin321 for the menu backbone work](https://github.com/ninjamuffin99/Funkin/pull/288))
|
||||||
### Changed
|
### Changed
|
||||||
- Removed the default HaxeFlixel pause screen when the game window loses focus, can get screenshots of the game easier hehehe
|
- Removed the default HaxeFlixel pause screen when the game window loses focus, can get screenshots of the game easier hehehe
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -22,6 +22,7 @@ IF YOU WANT TO JUST DOWNLOAD AND INSTALL AND PLAY THE GAME NORMALLY, GO TO ITCH.
|
|||||||
|
|
||||||
https://ninja-muffin24.itch.io/friday-night-funkin
|
https://ninja-muffin24.itch.io/friday-night-funkin
|
||||||
|
|
||||||
|
IF YOU WANT TO COMPILE THE GAME YOURSELF, CONTINUE READING!!!
|
||||||
|
|
||||||
### Installing shit
|
### Installing shit
|
||||||
|
|
||||||
|
@ -76,6 +76,7 @@ class FreeplayState extends MusicBeatState
|
|||||||
if (StoryMenuState.weekUnlocked[6] || isDebug)
|
if (StoryMenuState.weekUnlocked[6] || isDebug)
|
||||||
{
|
{
|
||||||
songs.push('Senpai');
|
songs.push('Senpai');
|
||||||
|
songs.push('Roses');
|
||||||
songs.push('Thorns');
|
songs.push('Thorns');
|
||||||
// songs.push('Winter-Horrorland');
|
// songs.push('Winter-Horrorland');
|
||||||
}
|
}
|
||||||
|
@ -331,7 +331,7 @@ class PlayState extends MusicBeatState
|
|||||||
evilSnow.antialiasing = true;
|
evilSnow.antialiasing = true;
|
||||||
add(evilSnow);
|
add(evilSnow);
|
||||||
}
|
}
|
||||||
else if (SONG.song.toLowerCase() == 'senpai')
|
else if (SONG.song.toLowerCase() == 'senpai' || SONG.song.toLowerCase() == 'roses')
|
||||||
{
|
{
|
||||||
curStage = 'school';
|
curStage = 'school';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user