Closed ikarth closed 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.
createExampleProject()
scene_data_list
Now demonstrated by rom_generator/unified.py
rom_generator/unified.py
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 itsscene_data_list
to add them to the project.