Changed XYParameter demo description

This commit is contained in:
Rein van der Woerd
2020-05-17 20:12:12 +02:00
committed by Edwin Jakobs
parent 244d1c0171
commit f18dced653

View File

@@ -1,6 +1,5 @@
import org.openrndr.application
import org.openrndr.extra.gui.GUI
import org.openrndr.extra.parameters.ActionParameter
import org.openrndr.extra.parameters.Description
import org.openrndr.extra.parameters.XYParameter
import org.openrndr.math.Vector2
@@ -14,7 +13,7 @@ fun main() = application {
program {
val gui = GUI()
val settings = @Description("Vector parameter!") object {
val settings = @Description("Settings") object {
@XYParameter("Position", 0.0, 800.0, 0.0, 800.0,
precision = 2,
invertY = true,