diff options
author | garret <garret@airmail.cc> | 2021-12-22 20:12:24 +0000 |
---|---|---|
committer | garret <garret@airmail.cc> | 2021-12-22 20:12:24 +0000 |
commit | 140b7f3fd2fbc6fb07121dacd60a5bee1c5f5d41 (patch) | |
tree | c96fbb7b0cc42ad87b9d85d9dcfe2c09d64646ba /README.md | |
parent | 37de70000ec5bd76ceaa436cd05d57f201e29b33 (diff) | |
download | aegisub-scripts-140b7f3fd2fbc6fb07121dacd60a5bee1c5f5d41.tar.gz aegisub-scripts-140b7f3fd2fbc6fb07121dacd60a5bee1c5f5d41.tar.bz2 aegisub-scripts-140b7f3fd2fbc6fb07121dacd60a5bee1c5f5d41.zip |
new script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,8 @@ Some scripts do the same things as other peoples', Tested on official-ish aegi for linux, but _should_ work fine on any build that has automation v4 (read: all of them). +assume garbage-in garbage-out. + ---- ## Script List @@ -79,6 +81,14 @@ makes doing alpha timing significantly easier originally created to convert stuff that should've been alpha timed in the first place but used a weird hack with `\ko` instead. +### Order layers + +for typesetting. + +Puts each selected line on its own layer, so they don't clash. +Tries to be a bit clever and check if you actually need it +, but it's not so clever that it'll check if they actually overlap. + ### Restyler `become-fansubber.lua` |