QuadCubedStudios / GoDAW

A Godot DAW
MIT License
98 stars 11 forks source link

Basic export #27

Closed IsotoxalDev closed 2 years ago

IsotoxalDev commented 2 years ago

just a basic export

IsotoxalDev commented 2 years ago

Can we have the menu scene have all its own dialog boxes without going to the parent? There'd be less breakage that way if the scene was moved

wdym like the export dialoge be in the top menu?

Technohacker commented 2 years ago

wdym like the export dialoge be in the top menu?

The code as of now contains some calls to get_parent(), if possible can you move the nodes being referenced in those calls into the TopMenu scene?