diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-08-13 13:36:36 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-08-13 13:36:50 +0000 |
| commit | bc1fc7ecb1718abb556408db88e53743df754bae (patch) | |
| tree | 3a1c9e7d7ce7c00efaf5620bc5bf5cbf081a587f /virtual-programs | |
| parent | Add clock time for animation (diff) | |
| download | folk-bc1fc7ecb1718abb556408db88e53743df754bae.tar.gz folk-bc1fc7ecb1718abb556408db88e53743df754bae.zip | |
Update global node time to seconds
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/time.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/time.folk b/virtual-programs/time.folk index 8ce4c028..961b1863 100644 --- a/virtual-programs/time.folk +++ b/virtual-programs/time.folk @@ -1,3 +1,3 @@ When $::thisProcess has step count /t/ { - Claim $::thisProcess has clock time [clock milliseconds] + Claim the clock time is [/ [clock milliseconds] 1000.0] } |
