Closed LittleToonCat closed 4 years ago
If you look at the .dna files inside Disney's phases, you would notice that they all mostly have a DNAGroup as top level instead of DNANode.
DNANode nodes will output:
node [ ]
while DNAGroup instead outputs:
group [ ]
Assuming that DNANode has been obsoleted in favor of DNAGroup, this PR ensures it'll follow the same format as Disney's.
Strange that the latest version of the editor had this slight difference. Don't see how this could cause any issues, so for consistency I agree this should be merged. Thanks :)
If you look at the .dna files inside Disney's phases, you would notice that they all mostly have a DNAGroup as top level instead of DNANode.
DNANode nodes will output:
while DNAGroup instead outputs:
Assuming that DNANode has been obsoleted in favor of DNAGroup, this PR ensures it'll follow the same format as Disney's.