weed
This commit is contained in:
parent
e0394d51e0
commit
62968c5ec2
@ -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!
|
||||
|
@ -9,4 +9,5 @@ bf-car
|
||||
parents-christmas
|
||||
monster-christmas
|
||||
bf-christmas
|
||||
gf-christmas
|
||||
gf-christmas
|
||||
monster
|
2
assets/mods/readme.txt
Normal file
2
assets/mods/readme.txt
Normal 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.
@ -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'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user