mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 13:43:01 +02:00
9 lines
105 B
QML
9 lines
105 B
QML
import "."
|
|
|
|
Vector3 {
|
|
decimals: 2;
|
|
stepSize: 0.01;
|
|
maximumValue: 10
|
|
minimumValue: -10
|
|
}
|
|
|