]> git.lizzy.rs Git - mt.git/blobdiff - nodedef.go
Add WaitGroup to SerializePkt
[mt.git] / nodedef.go
index 8664caf8e92f601ff509808a09ec9568162035b3..f29231435b0db4b354ac8c971c7959dc8139fd14 100644 (file)
@@ -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
 }