Can the triangle LOGO before the demo play be replaced with other pictures?

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:

  1. Please put your logo in Documents\Shapespark\<SCENE-NAME>\extra-assets directory.
  2. Create a body-end.html file in Documents\Shapespark\<SCENE-NAME> with the following content:
<script>
  document.getElementById('play-button').src = "$EXTRA_ASSETS/<YOUR-PLAY-BUTTON>";
</script>
1 Like