CabinGame/Luxe/blocks/human/human.modifier.lx
2020-09-03 17:31:23 +02:00

18 lines
413 B
Text

modifier = {
description = "Moves to a point in space at a constant speed."
field = "human"
display = "Human"
class = "Human"
dependency = []
blocks = {
data={
fields = [
{ name="active" type="boolean" default=true }
{ name="name" type="id32" default="unnamed" }
{ name="color" type="float3" default=[1, 0, 0] }
]
}
}
}