mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 08:45:44 +02:00
wip
This commit is contained in:
@@ -32,14 +32,14 @@ export const wallMountSpotLight = defineObject({
|
||||
label: 'Vertical angle',
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.1,
|
||||
step: 0.01,
|
||||
},
|
||||
angleH: {
|
||||
type: 'range',
|
||||
label: 'Horizontal angle',
|
||||
min: 0,
|
||||
max: 1,
|
||||
step: 0.1,
|
||||
step: 0.01,
|
||||
},
|
||||
},
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user