move yscale earlier in br height for people that can't work it out themselves

This commit is contained in:
dordsor21 2021-09-18 16:20:28 +01:00
parent 7a0c0d5d41
commit 51aa500857
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -720,13 +720,13 @@ public class BrushCommands {
LocalSession session,
@Arg(desc = "Expression", def = "5")
Expression radius,
@Arg(desc = "double", def = "1")
double yscale,
@Arg(desc = "String", def = "")
String image,
@Arg(def = "0", desc = "rotation")
@Range(from = 0, to = 360)
int rotation,
@Arg(desc = "double", def = "1")
double yscale,
@Switch(name = 'r', desc = "Random off-axis rotation")
boolean randomRotate,
@Switch(name = 'l', desc = "Work on snow layers")