Files
Nuake/Editor/resources/Interface/Testing.interface
Antoine Pilote 19db72aa22 Added Wren scripting with module system 📚
Added Input pressed, released system
Added interface button support with wren onclick callback
2021-06-09 22:15:53 -04:00

13 lines
250 B
Plaintext

<Canvas
script="Scripts/test Test"
groups="screen"
color="25 25 25 9"
>
<p groups="hello">Hello, world</p>
<Rect onclick="hello()"
groups="rect"
color="128 128 255 255">
</Rect>
<Slider value="sliderValue"/>
</Canvas>