mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Parsing css and css groups
This commit is contained in:
31
Editor/resources/Interface/Testing.interface
Normal file
31
Editor/resources/Interface/Testing.interface
Normal file
@@ -0,0 +1,31 @@
|
||||
<Canvas
|
||||
script="Interface/Testing.lua"
|
||||
height="100%"
|
||||
width="100%"
|
||||
padding="10px 10px 10px 10px"
|
||||
color="0 0 128 255"
|
||||
groups="button"
|
||||
>
|
||||
<!-- PINK -->
|
||||
<Rect
|
||||
height="80%"
|
||||
width="80%"
|
||||
padding="10px 10px 10px 10px"
|
||||
color="255 0 255 255"
|
||||
|
||||
>
|
||||
<!-- BROWN -->
|
||||
<Rect
|
||||
groups="left"
|
||||
margin="0px 1%"
|
||||
color="111 77 22 255"
|
||||
>
|
||||
</Rect>
|
||||
<!-- BLUE -->
|
||||
<Rect
|
||||
width="49%"
|
||||
height="50%"
|
||||
color="15 66 128 255"
|
||||
></Rect>
|
||||
</Rect>
|
||||
</Canvas>
|
||||
Reference in New Issue
Block a user