Intersecting_Circles/intersecting-circles-modifiers/modifiers/move/move.modifier.lx
2021-12-14 12:52:41 +01:00

12 lines
No EOL
357 B
Text

modifier = {
script = "modifiers/move/move"
description = "Constant movement."
field = "move"
display = "Move" //the display in the editor
class = "Move" //The code generated name for the modifier API
block = { //The data for the modifier
fields = [
{ name="velocity" type="float2" default=[0, 0] }
]
}
}