-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OOT] Applied new organisation to oot_level_parser.py
#240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Importing deku tree not broken ✔️
Merging this will cause conflicts in #366 but it's a price I'm willing to (make Yanis) pay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, should the folder structure for the importer mirror the new exporter? (oot/importer
vs oot/scene/importer
)
I moved it outside the scene folder |
This PR simply moves the different import functions to their proper folders and files
also I moved the
removeComments
function to the mainutility.py
file since it can be used for any game