forked from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Pixel Notes being invisible in the Chart Editor (closes #327) Fixed Hurt Notes not having the correct animation while in the Chart Editor Added the Erect charts for Week 1 Added 2 new fields: specialAudioName: Determines the inst suffix that your song uses. Useful if you want to have 2 difficulties use 1 version of a song. specialEventsName: Ditto, but for song events. Added the glitch shader that can be seen in some of Bambi's songs in DnB 3.0 (closes #326, playtesting needed)
- Loading branch information
1 parent
3fc2a77
commit 575f2d3
Showing
26 changed files
with
4,481 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +1,176 @@ | ||
{ | ||
"animations": [ | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
0, | ||
0 | ||
], | ||
"loop": false, | ||
"anim": "idle", | ||
"fps": 24, | ||
"name": "Mom Idle", | ||
"indices": [] | ||
"anim": "idle", | ||
"indices": [], | ||
"name": "Mom Idle" | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
250, | ||
-23 | ||
], | ||
"loop": false, | ||
"anim": "singLEFT", | ||
"fps": 24, | ||
"name": "Mom Left Pose", | ||
"indices": [] | ||
"anim": "singLEFT", | ||
"indices": [], | ||
"name": "Mom Left Pose" | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
10, | ||
-60 | ||
], | ||
"loop": false, | ||
"anim": "singRIGHT", | ||
"fps": 24, | ||
"name": "Mom Pose Left", | ||
"indices": [] | ||
"anim": "singRIGHT", | ||
"indices": [], | ||
"name": "Mom Pose Left" | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
20, | ||
-160 | ||
], | ||
"loop": false, | ||
"anim": "singDOWN", | ||
"fps": 24, | ||
"name": "MOM DOWN POSE", | ||
"indices": [] | ||
"anim": "singDOWN", | ||
"indices": [], | ||
"name": "MOM DOWN POSE" | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
14, | ||
71 | ||
], | ||
"loop": false, | ||
"anim": "singUP", | ||
"fps": 24, | ||
"name": "Mom Up Pose", | ||
"indices": [] | ||
"anim": "singUP", | ||
"indices": [], | ||
"name": "Mom Up Pose" | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
0, | ||
0 | ||
], | ||
"anim": "idle-loop", | ||
"fps": 24, | ||
"name": "Mom Idle", | ||
"indices": [ | ||
10, | ||
11, | ||
12, | ||
13 | ||
], | ||
"fps": 24, | ||
"anim": "idle-loop", | ||
"loop": true, | ||
"name": "Mom Idle" | ||
] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
250, | ||
-23 | ||
], | ||
"anim": "singLEFT-loop", | ||
"fps": 24, | ||
"name": "Mom Left Pose", | ||
"indices": [ | ||
6, | ||
7, | ||
8, | ||
9 | ||
], | ||
"fps": 24, | ||
"anim": "singLEFT-loop", | ||
"loop": true, | ||
"name": "Mom Left Pose" | ||
] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
14, | ||
71 | ||
], | ||
"anim": "singUP-loop", | ||
"fps": 24, | ||
"name": "Mom Up Pose", | ||
"indices": [ | ||
11, | ||
12, | ||
13, | ||
14 | ||
], | ||
"fps": 24, | ||
"anim": "singUP-loop", | ||
"loop": true, | ||
"name": "Mom Up Pose" | ||
] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
10, | ||
-60 | ||
], | ||
"anim": "singRIGHT-loop", | ||
"fps": 24, | ||
"name": "Mom Pose Left", | ||
"indices": [ | ||
6, | ||
7, | ||
8, | ||
9 | ||
], | ||
"fps": 24, | ||
"anim": "singRIGHT-loop", | ||
"loop": true, | ||
"name": "Mom Pose Left" | ||
] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
20, | ||
-160 | ||
], | ||
"anim": "singDOWN-loop", | ||
"fps": 24, | ||
"name": "MOM DOWN POSE", | ||
"indices": [ | ||
11, | ||
12, | ||
13, | ||
14 | ||
], | ||
"fps": 24, | ||
"anim": "singDOWN-loop", | ||
"loop": true, | ||
"name": "MOM DOWN POSE" | ||
] | ||
} | ||
], | ||
"losing_colors": [ | ||
216, | ||
85, | ||
142 | ||
], | ||
"isPlayer": false, | ||
"no_antialiasing": false, | ||
"image": "characters/momCar", | ||
"shake_duration": 0, | ||
"position": [ | ||
0, | ||
0 | ||
], | ||
"health_drain": false, | ||
"shake_intensity": 0, | ||
"healthicon": "mom", | ||
"shake_screen": false, | ||
"drain_floor": 0, | ||
"flip_x": false, | ||
"healthbar_colors": [ | ||
216, | ||
85, | ||
142 | ||
], | ||
"drain_amount": 0, | ||
"camera_position": [ | ||
0, | ||
0 | ||
], | ||
"sing_duration": 4, | ||
"noteskin": null, | ||
"winning_colors": [ | ||
216, | ||
85, | ||
142 | ||
], | ||
"scale": 1 | ||
} |
Oops, something went wrong.
575f2d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good enough, I’ll try to fix the pixel notes issue
575f2d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait doesnt this commit fix them being invisible though-
575f2d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean them saving the state from week 6, which isn’t right in a non week 6 song
575f2d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh