[orx-gui] XYParameter tweaks (#272), closes #107

This commit is contained in:
Abe Pazos
2022-09-15 19:35:21 +00:00
committed by GitHub
parent d8c73af3a0
commit 600e79a2b2
3 changed files with 33 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ fun main() = application {
val settings = @Description("Settings") object {
@XYParameter("Position", 0.0, 800.0, 0.0, 800.0,
precision = 2,
invertY = true,
invertY = false,
showVector = true)
var position: Vector2 = Vector2(0.0,0.0)
}