Add vacuum mode

This commit is contained in:
Daniel Mills 2021-01-12 05:42:18 -05:00
parent 7fe418d529
commit 22220b1b95

View File

@ -38,7 +38,7 @@ public enum ObjectPlaceMode
@DontObfuscate @DontObfuscate
PAINT, PAINT,
@Desc("Applies multiple terrain features into the parallax layer before this object places to distort the height, essentially vacuuming the terrain's heightmap closer to the bottom of this object.") @Desc("Applies multiple terrain features into the parallax layer before this object places to distort the height, essentially vacuuming the terrain's heightmap closer to the bottom of this object. Uses MAX_HEIGHT to place")
@DontObfuscate @DontObfuscate
VACUUM; VACUUM
} }