openclonk/planet/Objects.ocd/Vegetation.ocd/Trunk.ocd/Script.c

8 lines
142 B
C
Raw Normal View History

/*-- Trunk --*/
private func Initialize()
{
SetProperty("MeshTransformation", Trans_Rotate(RandomX(0,359),0,1,0));
}
local Name = "$Name$";