Skip to content

Commit

Permalink
Committed the commit
Browse files Browse the repository at this point in the history
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
JordanSantiagoYT committed May 14, 2024
1 parent 3fc2a77 commit 575f2d3
Show file tree
Hide file tree
Showing 26 changed files with 4,481 additions and 90 deletions.
108 changes: 63 additions & 45 deletions assets/preload/characters/mom-car.json
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
}
Loading

4 comments on commit 575f2d3

@moxie-coder
Copy link
Collaborator

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

@JordanSantiagoYT
Copy link
Owner Author

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-

@moxie-coder
Copy link
Collaborator

@moxie-coder moxie-coder commented on 575f2d3 May 14, 2024

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-

I mean them saving the state from week 6, which isn’t right in a non week 6 song

@JordanSantiagoYT
Copy link
Owner Author

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-

I mean them saving the state from week 6, which isn’t right in a non week 6 song

oh

Please sign in to comment.