-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4d3ade
commit 0426d80
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule khamake
updated
20 files
+6 −2 | .vscode/tasks.json | |
+49 −21 | out/AssetConverter.js | |
+3 −1 | out/Exporters/KincExporter.js | |
+8 −1 | out/Exporters/KincHLExporter.js | |
+8 −1 | out/Exporters/KromExporter.js | |
+3 −1 | out/HaxeCompiler.js | |
+6 −4 | out/HaxeProject.js | |
+14 −7 | out/Project.js | |
+6 −7 | out/ShaderCompiler.js | |
+12 −12 | package-lock.json | |
+1 −1 | package.json | |
+54 −26 | src/AssetConverter.ts | |
+2 −2 | src/Exporters/Html5Exporter.ts | |
+5 −3 | src/Exporters/KincExporter.ts | |
+10 −3 | src/Exporters/KincHLExporter.ts | |
+10 −3 | src/Exporters/KromExporter.ts | |
+3 −1 | src/HaxeCompiler.ts | |
+7 −6 | src/HaxeProject.ts | |
+34 −8 | src/Project.ts | |
+5 −6 | src/ShaderCompiler.ts |