mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
optimize clock hand lengths
This commit is contained in:
parent
6f4b0ff5f4
commit
bdf2df59c3
@ -61,9 +61,9 @@
|
|||||||
const clock: Clock = {
|
const clock: Clock = {
|
||||||
body: 48,
|
body: 48,
|
||||||
hands: {
|
hands: {
|
||||||
second: 45,
|
second: 40,
|
||||||
minute: 40,
|
minute: 30,
|
||||||
hour: 25
|
hour: 15
|
||||||
},
|
},
|
||||||
time: {
|
time: {
|
||||||
second: 0,
|
second: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user