Replies: 1 comment
-
Group characters are added top to bottom so just switch up the order in there And |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
basically just a new option (that is optional) in group char jsons that sets a character to a layer
that way if you want a character to be the first character in the chart editor, but be on a different layer during gameplay, then you can set its layer
{
"name": "shaggy",
"positionOffset": [0,0],
"layer": 2
},
{
"name": "matt",
"positionOffset": [250,0],
"layer": 1
}
Beta Was this translation helpful? Give feedback.
All reactions