This commit is contained in:
Cameron Taylor 2021-01-22 01:50:12 -05:00
parent e0394d51e0
commit 62968c5ec2
8 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,10 @@ 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).
## [UNRELEASED]
### Fixed
- Idle animation bug with BF christmas and BF hair blow sprites ([Thanks to Injourn for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/237))
## [0.2.6] - 2021-01-20 ## [0.2.6] - 2021-01-20
### Added ### Added
- 3 NEW CHRISTMAS SONGS. 2 BY KAWAISPRITE, 1 BY BASSETFILMS!!!!! BF WITH DRIP! SANTA HANGIN OUT! - 3 NEW CHRISTMAS SONGS. 2 BY KAWAISPRITE, 1 BY BASSETFILMS!!!!! BF WITH DRIP! SANTA HANGIN OUT!

View File

@ -9,4 +9,5 @@ bf-car
parents-christmas parents-christmas
monster-christmas monster-christmas
bf-christmas bf-christmas
gf-christmas gf-christmas
monster

2
assets/mods/readme.txt Normal file
View File

@ -0,0 +1,2 @@
THIS MOD FOLDER DOES NOT ENTIRELY WORK JUST YET!!!
DONT EXPECT MUCH OUT OF IT RIGHT NOW!!!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -393,7 +393,7 @@ class Character extends FlxSprite
override function update(elapsed:Float) override function update(elapsed:Float)
{ {
if (curCharacter != 'bf') if (!curCharacter.startsWith('bf'))
{ {
if (animation.curAnim.name.startsWith('sing')) if (animation.curAnim.name.startsWith('sing'))
{ {