shorten create labels

This commit is contained in:
HifiExperiments 2024-03-23 13:01:48 -07:00
parent 9f3cf5a029
commit b97378d4cd

View file

@ -1386,21 +1386,21 @@ const GROUPS = [
label: "PROCEDURAL PARTICLES", label: "PROCEDURAL PARTICLES",
properties: [ properties: [
{ {
label: "Num Particles", label: "Particles",
type: "number-draggable", type: "number-draggable",
propertyID: "numParticles", propertyID: "numParticles",
min: 1, min: 1,
max: 1000000 max: 1000000
}, },
{ {
label: "Num Triangles Per Particle", label: "Triangles Per Particle",
type: "number-draggable", type: "number-draggable",
propertyID: "numTrianglesPerParticle", propertyID: "numTrianglesPerParticle",
min: 1, min: 1,
max: 15 max: 15
}, },
{ {
label: "Num Particle Update Props", label: "Update Props",
type: "number-draggable", type: "number-draggable",
propertyID: "numUpdateProps", propertyID: "numUpdateProps",
min: 1, min: 1,