mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
9 lines
104 B
QML
9 lines
104 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 1;
|
|
stepSize: 1;
|
|
maximumValue: 180
|
|
minimumValue: -180
|
|
}
|
|
|