diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:33:08 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-22 15:33:08 -0400 |
commit | d1bbadfbd69b12d107f108773d22c3a80f646829 (patch) | |
tree | b2ec483cce2e93f902e2cadc67740a88f18cb6f0 /social/name.tape | |
parent | 69cf5566cf894fba541f6da4361f56f4ecdc0094 (diff) | |
download | lat-d1bbadfbd69b12d107f108773d22c3a80f646829.tar.gz lat-d1bbadfbd69b12d107f108773d22c3a80f646829.zip |
Update README
- QOL for *.tape files
Diffstat (limited to 'social/name.tape')
-rw-r--r-- | social/name.tape | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/social/name.tape b/social/name.tape new file mode 100644 index 0000000..1ce6123 --- /dev/null +++ b/social/name.tape @@ -0,0 +1,37 @@ +Require lat +Output social/render/name.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 + +Type "lat" +Sleep 2s +Enter + +Type "hello, world!" +Enter +Sleep 3s + +Ctrl+d + +Sleep 3s + +Type "lat -n "custom name" src/main.c" +Sleep 2s +Enter + +Type "hello, world!" +Enter +Sleep 3s + +Ctrl+d + +Sleep 4s + |