Stable state

This commit is contained in:
2025-04-10 03:19:07 +02:00
parent 8c36316409
commit 27c5503173
13 changed files with 1351 additions and 237 deletions

View File

@@ -0,0 +1,5 @@
# 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