Skip to content

Commit

Permalink
weed
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jan 22, 2021
1 parent e0394d5 commit 62968c5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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/),
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
### Added
- 3 NEW CHRISTMAS SONGS. 2 BY KAWAISPRITE, 1 BY BASSETFILMS!!!!! BF WITH DRIP! SANTA HANGIN OUT!
Expand Down
3 changes: 2 additions & 1 deletion assets/data/characterList.txt
Expand Up @@ -9,4 +9,5 @@ bf-car
parents-christmas
monster-christmas
bf-christmas
gf-christmas
gf-christmas
monster
2 changes: 2 additions & 0 deletions assets/mods/readme.txt
@@ -0,0 +1,2 @@
THIS MOD FOLDER DOES NOT ENTIRELY WORK JUST YET!!!
DONT EXPECT MUCH OUT OF IT RIGHT NOW!!!
Binary file modified assets/music/Cocoa_Inst.mp3
Binary file not shown.
Binary file modified assets/music/Cocoa_Inst.ogg
Binary file not shown.
Binary file modified assets/music/Eggnog_Inst.mp3
Binary file not shown.
Binary file modified assets/music/Eggnog_Inst.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion source/Character.hx
Expand Up @@ -393,7 +393,7 @@ class Character extends FlxSprite

override function update(elapsed:Float)
{
if (curCharacter != 'bf')
if (!curCharacter.startsWith('bf'))
{
if (animation.curAnim.name.startsWith('sing'))
{
Expand Down

0 comments on commit 62968c5

Please sign in to comment.