I am wishing to build some highly realistic watch faces. One of the things that bothers me about many such faces is the fact that hands can't be made to dynamically cast shadows based on their angle-position. The technique for doing this should be straightforward: set the .src property of the hand widget (normal_analog_clock_pro_second_pointer_img, in the case of second hand) based on its current angle. If I could "inject" a few lines of code into the standard "pro" time_update() function, this should be easy. However, the standard "user scripts" functionality doesn't seem to give me an entry point to accomplish this. And, if I manually unzip an index.js file, add the code, and re-zip, my test watch-face doesn't want to load. So, questions:
- Is there a way to use the existing user_script approach to do this? and, if not,
- Is there a way to manually edit the index.js after the fact?
Thanks in advance for any help you can give!