mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-27 01:10:26 +03:00
Allow background and marker customization.
This commit is contained in:
@@ -309,20 +309,20 @@ class JubeatFesto(
|
||||
info.add_child(Node.s32_array(
|
||||
'white_marker_list',
|
||||
[
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
],
|
||||
))
|
||||
|
||||
info.add_child(Node.s32_array(
|
||||
'white_theme_list',
|
||||
[
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
-1, -1, -1, -1,
|
||||
],
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user