You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing #34, please implement the feature of drawing clock's hands to denote the actual time.
The small and large hands location (starting point) is always fixed -- center of the clock's dial. It's location in 4K resolution is 3174, 1459 and its dimensions are 10, 11 since it occupies exactly one in-game pixel (another example of inconclusive pixel ratio).
Location and dimensions of a few example clock hand's positions are given below:
Hour
Small aW, aH
Large aW, aH
06:15
11, 97
129, 10
07:00
-65, -86
11, -118
09:00
-108, 10
11, -118
10:10
-98, -54
-64, 119
10:35
-87, -64
-76, 97
11:30
-54, -86
118, 11
12:20
11, -97
119, 64
12:25
11, -97
75, 97
15:05
108, 10
75, -97
15:45
108, 32
-130, 10
For the clarity, in this case dimensions of clock's hands were given in absolute (4K resolution) values only.
⚠️ Please, pay an attention to the last two examples, compare them carefully and observe the fact that the original game has a fully working dial clock implemented. Meaning that the small hand also rotates when time progresses following quarters.
In the second to last image there's five past three meaning first quarter. And the small arrow points directly to the third hour. At the last image there's a quarter to four meaning third quarter. And the small arrow points two pixels below and is closer to four than to three. Just like in every real dial clock.
After completing #34, please implement the feature of drawing clock's hands to denote the actual time.
The small and large hands location (starting point) is always fixed -- center of the clock's dial. It's location in 4K resolution is
3174
,1459
and its dimensions are10
,11
since it occupies exactly one in-game pixel (another example of inconclusive pixel ratio).Location and dimensions of a few example clock hand's positions are given below:
11
,97
129
,10
-65
,-86
11
,-118
-108
,10
11
,-118
-98
,-54
-64
,119
-87
,-64
-76
,97
-54
,-86
118
,11
11
,-97
119
,64
11
,-97
75
,97
108
,10
75
,-97
108
,32
-130
,10
For the clarity, in this case dimensions of clock's hands were given in absolute (4K resolution) values only.
In the second to last image there's five past three meaning first quarter. And the small arrow points directly to the third hour. At the last image there's a quarter to four meaning third quarter. And the small arrow points two pixels below and is closer to four than to three. Just like in every real dial clock.
Details: Control Panel → Clock → Hands.
The text was updated successfully, but these errors were encountered: