diff options
| author | Omar Rizwan <omar@omar.website> | 2023-08-13 12:34:21 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-08-13 12:34:21 +0000 |
| commit | 13dac3dd6b3ddbd926bf240fdf9061ae7d2a4758 (patch) | |
| tree | 7bc7f1452941bda3c2335a0dea623d886c6a51c1 /virtual-programs | |
| parent | Merge branch 'osnr/incremental-apriltag' (diff) | |
| download | folk-13dac3dd6b3ddbd926bf240fdf9061ae7d2a4758.tar.gz folk-13dac3dd6b3ddbd926bf240fdf9061ae7d2a4758.zip | |
Add clock time for animation
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/time.folk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/virtual-programs/time.folk b/virtual-programs/time.folk new file mode 100644 index 00000000..8ce4c028 --- /dev/null +++ b/virtual-programs/time.folk @@ -0,0 +1,3 @@ +When $::thisProcess has step count /t/ { + Claim $::thisProcess has clock time [clock milliseconds] +} |
