Skip to content

Commit

Permalink
anchor step
Browse files Browse the repository at this point in the history
  • Loading branch information
kleber-jg committed Aug 31, 2021
1 parent 40d8cfa commit def2c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/properties-editors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PropertiesEditorsClass {
{ name: 'position', typeHint: 'point' },
{ name: 'scale', typeHint: 'point', data: { step: 0.1 } },
{ name: 'pivot', typeHint: 'point' },
{ name: 'anchor', typeHint: 'point' },
{ name: 'anchor', typeHint: 'point', data: { step: 0.1 } },
{ name: 'alpha', typeHint: 'number', data: { min: 0, max: 1, step: 0.1 } },
{ name: 'visible', typeHint: 'boolean' },
];
Expand Down

0 comments on commit def2c7a

Please sign in to comment.