fresh Song charted
This commit is contained in:
parent
9e1ccaf083
commit
851d5c241c
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"song": "Fresh",
|
"song": "Fresh",
|
||||||
"bpm": 120,
|
"bpm": 120,
|
||||||
"sections": 8
|
"sections": 14
|
||||||
}
|
}
|
BIN
assets/data/fresh/fresh_section10.png
Normal file
BIN
assets/data/fresh/fresh_section10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 B |
BIN
assets/data/fresh/fresh_section11.png
Normal file
BIN
assets/data/fresh/fresh_section11.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 B |
BIN
assets/data/fresh/fresh_section12.png
Normal file
BIN
assets/data/fresh/fresh_section12.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 B |
BIN
assets/data/fresh/fresh_section13.png
Normal file
BIN
assets/data/fresh/fresh_section13.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 B |
BIN
assets/data/fresh/fresh_section14.png
Normal file
BIN
assets/data/fresh/fresh_section14.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 B |
BIN
assets/data/fresh/fresh_section9.png
Normal file
BIN
assets/data/fresh/fresh_section9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 B |
@ -20,6 +20,8 @@ class Boyfriend extends Character
|
|||||||
animation.addByPrefix('hey', 'BF HEY', 24, false);
|
animation.addByPrefix('hey', 'BF HEY', 24, false);
|
||||||
playAnim('idle');
|
playAnim('idle');
|
||||||
|
|
||||||
|
antialiasing = true;
|
||||||
|
|
||||||
addOffset('idle', -5);
|
addOffset('idle', -5);
|
||||||
addOffset("singUP", -29, 27);
|
addOffset("singUP", -29, 27);
|
||||||
addOffset("singRIGHT", -38, -7);
|
addOffset("singRIGHT", -38, -7);
|
||||||
|
@ -37,6 +37,7 @@ class Note extends FlxSprite
|
|||||||
|
|
||||||
setGraphicSize(Std.int(width * 0.7));
|
setGraphicSize(Std.int(width * 0.7));
|
||||||
updateHitbox();
|
updateHitbox();
|
||||||
|
antialiasing = true;
|
||||||
|
|
||||||
switch (Math.abs(noteData))
|
switch (Math.abs(noteData))
|
||||||
{
|
{
|
||||||
|
@ -201,6 +201,7 @@ class PlayState extends FlxState
|
|||||||
babyArrow.scrollFactor.set();
|
babyArrow.scrollFactor.set();
|
||||||
babyArrow.setGraphicSize(Std.int(babyArrow.width * 0.7));
|
babyArrow.setGraphicSize(Std.int(babyArrow.width * 0.7));
|
||||||
babyArrow.updateHitbox();
|
babyArrow.updateHitbox();
|
||||||
|
babyArrow.antialiasing = true;
|
||||||
|
|
||||||
babyArrow.ID = i + 1;
|
babyArrow.ID = i + 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user