Kitchen
Nice kitchen clock
Description
Kitchen clock with flying-style second hand.
Anatomy
Scrambled eggs face image, Knive and fork as hour and minute hands and flying tea spoon as second hand implemented with axisPoint outside of the image bounds.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="kitchen_face"
useSystemTime="true">
<hand
image="kitchen_hand_hour"
axisFacePoint="1060:740"
axisPoint="12:479"
shadow="true"
type="Hour"/>
<hand
image="kitchen_hand_minute"
axisFacePoint="1060:740"
axisPoint="45:691"
shadow="true"
type="Minute"/>
<hand
image="kitchen_hand_second"
axisFacePoint="1060:740"
axisPoint="32:691"
shadow="true"
type="Second"/>
</TrueAnalogClock>
Manual code
No.