Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 231 Bytes

NOTES.md

File metadata and controls

16 lines (12 loc) · 231 Bytes

Notes

HTML 5 Support

  • When exporting, add the following to the HTML head include:
<script>
try {
    screen.orientation.lock("landscape")
} catch(e) {
}
</script>

and set the canvas resize policy to "Project"