diff options
Diffstat (limited to 'social/lat_demo.tape')
-rw-r--r-- | social/lat_demo.tape | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/social/lat_demo.tape b/social/lat_demo.tape new file mode 100644 index 0000000..c87b286 --- /dev/null +++ b/social/lat_demo.tape @@ -0,0 +1,24 @@ +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 Makefile" +Sleep 2s +Enter + +Sleep 4s + +Type "lat -h" +Sleep 2s +Enter + +Sleep 4s |