summaryrefslogtreecommitdiff
path: root/nodedef.go
diff options
context:
space:
mode:
Diffstat (limited to 'nodedef.go')
-rw-r--r--nodedef.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodedef.go b/nodedef.go
index 8664caf..f292314 100644
--- a/nodedef.go
+++ b/nodedef.go
@@ -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
}