OpenToontownTools / OpenLevelEditor

An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.
MIT License
58 stars 14 forks source link

leveleditor: Make DNAGroups instead of DNANodes #4

Closed LittleToonCat closed 4 years ago

LittleToonCat commented 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.

drewc5131 commented 4 years ago

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 :)