5 lines
437 B
Markdown
5 lines
437 B
Markdown
# Never violate the following rules:
|
|
- Make the code work with the .hxml based workflow
|
|
- don't use compiletime `#if lime` or `#if openfl` as this relies on the openfl and lime build system. We don't use their buildsystems but try to do the same thing they do for the hxcpp based targets. (Native Windows/ Linux compilation)
|
|
- Adhere to the spec outlined in OpenFL_Build_Chain_Asset_System_Deep_dive.md and IMPORTANT_INSTRUCTIONS.md
|
|
|