8 lines
126 B
Text
8 lines
126 B
Text
color "node1" {
|
|
bounds: 0 0 10 10;
|
|
color: rgb(23,42,69);
|
|
}
|
|
transform {
|
|
transform: translate(20, 0);
|
|
child: "node1";
|
|
}
|