1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00

darnell in progress

This commit is contained in:
Cameron Taylor 2021-09-02 18:39:40 -04:00
parent 2705ae3e16
commit 237114c877
3 changed files with 5 additions and 2 deletions

View file

@ -492,8 +492,8 @@ class Character extends FlxSprite
quickAnimAdd('idle', 'Darnell Idle');
quickAnimAdd('singUP', "Darnell pose up");
quickAnimAdd('singDOWN', 'Darnell Pose Down');
quickAnimAdd('singRIGHT', 'Darnell pose right');
quickAnimAdd('singLEFT', 'darnell pose left');
quickAnimAdd('singRIGHT', 'darnell pose left');
quickAnimAdd('singLEFT', 'Darnell pose right'); // naming is reversed for left/right for darnell!
quickAnimAdd('laugh', 'darnell laugh');
// temp

View file

@ -33,6 +33,7 @@ import openfl.utils.ByteArray;
using StringTools;
// add in "compiler save" that saves the JSON directly to the debug json using File.write() stuff on windows / sys
class ChartingState extends MusicBeatState
{
var _file:FileReference;

View file

@ -619,6 +619,8 @@ class PlayState extends MusicBeatState
gf.x -= 170;
gf.y -= 75;
}
case 'stage':
dad.y = 870 - dad.height;
}
add(gf);