mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-01 22:19:47 +02:00
9 lines
104 B
QML
9 lines
104 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 1;
|
|
stepSize: 1;
|
|
maximumValue: 180
|
|
minimumValue: -180
|
|
}
|
|
|