We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3720bc1 commit 36640c1Copy full SHA for 36640c1
source/funkin/backend/week/Week.hx
@@ -41,7 +41,8 @@ class Week {
41
weekObj.songs.push({
42
name: name,
43
hide: song.getAtt('hide').getDefault('false') == "true",
44
- displayName: song.getAtt('displayName')
+ displayName: song.getAtt('displayName'),
45
+ variation: song.getAtt('variation')
46
});
47
} catch(e) {
48
Logs.trace('Song at index ${k} in week $weekName cannot contain any other XML nodes in its name.', WARNING);
0 commit comments