Allow background and marker customization.
This commit is contained in:
parent
fed13b2828
commit
e9ca46d37f
@ -309,20 +309,20 @@ class JubeatFesto(
|
|||||||
info.add_child(Node.s32_array(
|
info.add_child(Node.s32_array(
|
||||||
'white_marker_list',
|
'white_marker_list',
|
||||||
[
|
[
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
],
|
],
|
||||||
))
|
))
|
||||||
|
|
||||||
info.add_child(Node.s32_array(
|
info.add_child(Node.s32_array(
|
||||||
'white_theme_list',
|
'white_theme_list',
|
||||||
[
|
[
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
0, 0, 0, 0,
|
-1, -1, -1, -1,
|
||||||
],
|
],
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user