openclonk/planet/Decoration.ocd/Village.ocd/Guidepost2.ocd/Script.c

8 lines
165 B
C

/**
@author Nachtfalter
*/
protected func Construction()
{
SetProperty("MeshTransformation", Trans_Mul(Trans_Rotate(RandomX(-180,180),0,10), Trans_Scale(130)));
}