guid/assets/imbricated_rectangles.gui

17 lines
228 B
Plaintext
Raw Permalink Normal View History

2020-12-03 02:43:09 +01:00
Rectangle {
color: "red"
width: 300
height: 200
Rectangle {
color: "blue"
width: 100
height: 100
anchors {
top: 50
left: 50
}
}
}