Files
Nuake/Editor/resources/Interface/Testing.interface
2021-06-10 15:15:11 -04:00

13 lines
223 B
Plaintext

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