blob: 1fdf50f529c45a80ff6b61e29f1ce98d143f2c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
root:
items:
-
type: stacking-context
perspective: 1
perspective-origin: 0 0
items:
-
type: stacking-context
transform: 10 0 0 0 0 10 0 0 0 0 10 0 0 0 -9 1
items:
- type: clip
bounds: [50, 50, 200, 200]
complex:
- rect: [50, 50, 200, 200]
radius: 8
items:
-
type: rect
bounds: [50, 50, 200, 200]
color: green
-
text: "X"
origin: 100 150
size: 100
font: "Ahem.ttf"
|