Added Wren scene module ⛏

This commit is contained in:
Antoine Pilote
2021-06-10 15:15:11 -04:00
parent 19db72aa22
commit 41742ce0ad
5 changed files with 107 additions and 11 deletions

View File

@@ -3,10 +3,10 @@
groups="screen"
color="25 25 25 9"
>
<p groups="hello">Hello, world</p>
<p groups="header">Hello, world!</p>
<Rect onclick="hello()"
groups="rect"
color="128 128 255 255">
</Rect>
<Slider value="sliderValue"/>
</Canvas>