Add a circle to the debug clock.
Doesn't look too great, but the window is for debug testing only.
This commit is contained in:
parent
b1324887fd
commit
46eb1e052d
1 changed files with 8 additions and 0 deletions
|
@ -213,6 +213,13 @@
|
|||
|
||||
# Add outer circle.
|
||||
|
||||
[circle]
|
||||
x = 125
|
||||
y = 125
|
||||
radius = 115
|
||||
color = "255,255,255,255"
|
||||
[/circle]
|
||||
|
||||
# TODO
|
||||
|
||||
# Add the hands.
|
||||
|
@ -259,6 +266,7 @@
|
|||
, ':'
|
||||
, substring(concatenate(0, 0, second), -2)))"
|
||||
[/text]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/drawing]
|
||||
|
|
Loading…
Add table
Reference in a new issue