πŸ“•Background

Color

Engine_backgroundcolor = "red"//paints the background red
Engine_backgroundcolor = false//does not paint the background 

For Engine_backgroundcolor = false;

Since it doesn't colour the background, you can use it as an add-on to obs, for example steamlabs telling subscribers

Animation

ingame.html
<div id="backgrounds">
<img id="image-1" src="./test1.png" style="display:none">
<img id="image-2" src="./test2.png" style="display:none">
</div>

switches to automatic animation in div with "backgrounds" id in ingame.html

πŸ”ƒOnload

You can change the transition speed of the animation in onload.js

Map system

Text and Component

Move example

Map system

Image

You only need to enter one picture in this section

Last updated