mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
24 lines
768 B
Plaintext
24 lines
768 B
Plaintext
<Canvas
|
|
script="Interface/Testing.lua"
|
|
groups="screen"
|
|
color="25 25 25 255"
|
|
>
|
|
<Rect
|
|
color="50 50 50 255"
|
|
groups="container"
|
|
padding="8px 8px 8px 8px"
|
|
>
|
|
<p>Hello world!</p>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
<Rect groups="items" color="200 0 200 255"></Rect>
|
|
</Rect>
|
|
</Canvas>
|