mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
13 lines
223 B
Plaintext
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>
|