mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Added Input pressed, released system Added interface button support with wren onclick callback
13 lines
250 B
Plaintext
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>
|