ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Combine multiple generators into a larger generator #131

Closed ikarth closed 3 years ago

ikarth commented 3 years ago

If you want one example to start with, the createExampleProject() function in title.py is a simple starting project (with a title and one scene). Append more scenes to its scene_data_list to add them to the project.

ikarth commented 3 years ago

Now demonstrated by rom_generator/unified.py