diff options
Diffstat (limited to 'nodedef.go')
-rw-r--r-- | nodedef.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,7 @@ const ( P2ColorFaceDir P2ColorMounted P2GlassLikeLevel + P2ColorRotation ) //go:generate stringer -trimprefix P2 -type Param2Type @@ -156,6 +157,10 @@ type NodeDef struct { AlphaUse + MoveResistance uint8 + + LiquidMovePhysics bool + //mt:end } |