16 lines
195 B
Text
16 lines
195 B
Text
# requests
|
|
|
|
request destroy = 0 {
|
|
}
|
|
|
|
request set_source = 1 {
|
|
x: fixed,
|
|
y: fixed,
|
|
width: fixed,
|
|
height: fixed,
|
|
}
|
|
|
|
request set_destination = 2 {
|
|
width: i32,
|
|
height: i32,
|
|
}
|