Make the Valley have slight variations

This commit is contained in:
Pasi Kallinen
2015-05-02 18:29:31 +03:00
parent ee854e5c76
commit b234c7032f
2 changed files with 20 additions and 2 deletions

View File

@@ -2450,11 +2450,11 @@ ter_selection_x : coord_or_var
{
add_opvars(splev, "o", VA_PASS1(SPO_SEL_FILLRECT));
}
| line_ID coord_or_var '-' coord_or_var
| line_ID coord_or_var ',' coord_or_var
{
add_opvars(splev, "o", VA_PASS1(SPO_SEL_LINE));
}
| randline_ID coord_or_var '-' coord_or_var ',' math_expr_var
| randline_ID coord_or_var ',' coord_or_var ',' math_expr_var
{
/* randline (x1,y1),(x2,y2), roughness */
add_opvars(splev, "o", VA_PASS1(SPO_SEL_RNDLINE));