Add HTML5 support

This commit is contained in:
Leroy Hopson 2021-06-07 13:53:43 +07:00 committed by Leroy Hopson
parent fbb23661d3
commit bb8d40df58
18 changed files with 284 additions and 31 deletions

4
.gitignore vendored
View file

@ -2,6 +2,7 @@
.import/
export.cfg
export_presets.cfg
export/
# Mono-specific ignores
.mono/
@ -9,3 +10,6 @@ data_*/
# Python-specific ignores
.venv
# Emscripten-specific ignores
.emcache/