There is one more way to change the play button, described by @jan in: Customising play button - #5 by jan . I think it’s easier to implement:
- Please put your logo in
Documents\Shapespark\<SCENE-NAME>\extra-assets
directory. - Create a
body-end.html
file inDocuments\Shapespark\<SCENE-NAME>
with the following content:
<script>
document.getElementById('play-button').src = "$EXTRA_ASSETS/<YOUR-PLAY-BUTTON>";
</script>