new animations example
This commit is contained in:
parent
851e8eca2a
commit
5408d333fb
|
@ -6,9 +6,18 @@ panel#background:
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
|
||||||
panel#icos4d:
|
panel#icos4d:
|
||||||
skin: icos4d
|
skin:
|
||||||
|
image: lightness/mouse.png
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
margin.left: -2
|
||||||
|
margin.top: 70
|
||||||
|
|
||||||
|
panel#mouse:
|
||||||
|
skin:
|
||||||
|
image: lightness/icos4d.png
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
margin.left: 60
|
margin.left: 60
|
||||||
margin.top: 70
|
margin.top: 70
|
||||||
|
|
||||||
|
|
|
@ -53,9 +53,6 @@ panels:
|
||||||
image: lightness/background.png
|
image: lightness/background.png
|
||||||
antialised: true
|
antialised: true
|
||||||
|
|
||||||
icos4d:
|
|
||||||
image: lightness/icos4d.png
|
|
||||||
|
|
||||||
roundedGridPanel:
|
roundedGridPanel:
|
||||||
bordered image:
|
bordered image:
|
||||||
source: lightness/menupanel.png
|
source: lightness/menupanel.png
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue