2017-03-27 23:05:08 +00:00
|
|
|
module.exports = {
|
|
|
|
|
|
|
|
IncX: require('./IncX'),
|
|
|
|
IncXY: require('./IncXY'),
|
|
|
|
IncY: require('./IncY'),
|
|
|
|
Align: require('./Align'),
|
|
|
|
Angle: require('./Angle'),
|
2017-03-28 02:09:59 +00:00
|
|
|
PositionAroundCircle: require('./PositionAroundCircle'),
|
2017-03-27 23:05:08 +00:00
|
|
|
Rotate: require('./Rotate'),
|
2017-03-28 02:09:59 +00:00
|
|
|
RotateAround: require('./RotateAround'),
|
|
|
|
RotateAroundDistance: require('./RotateAroundDistance'),
|
2017-03-27 23:05:08 +00:00
|
|
|
SetRotation: require('./SetRotation'),
|
|
|
|
SetVisible: require('./SetVisible'),
|
|
|
|
SetX: require('./SetX'),
|
|
|
|
SetXY: require('./SetXY'),
|
|
|
|
SetY: require('./SetY'),
|
|
|
|
ToggleVisible: require('./ToggleVisible')
|
|
|
|
|
|
|
|
};
|