conversion

This commit is contained in:
Spel0
2021-08-13 20:42:34 +03:00
parent 4952cf8283
commit cf9237c330
3 changed files with 9 additions and 3 deletions

View File

@@ -125,7 +125,6 @@ class Song
if (song.eventObjects == null)
song.eventObjects = [];
for(i in song.eventObjects)
{
var name = Reflect.field(i,"name");
@@ -176,7 +175,11 @@ class Song
// conversion stuff
for (section in swagShit.notes)
{
if (section.altAnim)
section.p1AltAnim = section.altAnim;
}
return swagShit;
}