Question

Is it possible to have one main project.nmml file with multiple children overriding some of the configuration?

ie

project.nmml
project_ouya.nmml

And call nme test "project_ouya.nmml" android.

Or is there a better solution for this type of scenarios?

Was it helpful?

Solution

In project_ouya.nmml, add <include name="project.nmml" />.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top