Skip to content

Commit e578a09

Browse files
committed
[Add Grain] add link to grain font in docs and script
1 parent bce1fb7 commit e578a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Add Grain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Link to script](https://github.com/PhosCity/Aegisub-Scripts/blob/main/macros/phos.AddGrain.moon)
44

5-
The script `Add Grain` allows you to emulate the grain texture in your sign. This script closely follows the manual approach of creating grain from this [guide](<https://fansubbers.miraheze.org/wiki/Guide:Adding_film_grain_(typesetting)>). All you need to do before using this script is to install the grain font from this [link](https://cdn.discordapp.com/attachments/425357202963038208/708726507173838958/grain.ttf)
5+
The script `Add Grain` allows you to emulate the grain texture in your sign. This script closely follows the manual approach of creating grain from this [guide](<https://fansubbers.miraheze.org/wiki/Guide:Adding_film_grain_(typesetting)>). All you need to do before using this script is to install the grain font from this [link](https://github.com/PhosCity/Aegisub-Scripts/tree/main/misc/Grain%20Font)
66

77
# Usage
88

macros/phos.AddGrain.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export script_name = "Add Grain"
22
export script_description = "Add static and dynamic grain"
3-
export script_version = "1.1.4"
3+
export script_version = "1.1.5"
44
export script_author = "PhosCity"
55
export script_namespace = "phos.AddGrain"
66

@@ -36,7 +36,7 @@ isGrainInstalled = ->
3636
message = "It seems you have not installed grain font.
3737
The script will proceed but will not look as intended unless you install the font.
3838
You can install it from following link:
39-
https://cdn.discordapp.com/attachments/425357202963038208/708726507173838958/grain.ttf"
39+
https://github.com/PhosCity/Aegisub-Scripts/tree/main/misc/Grain%20Font"
4040

4141
for font in *Yutils.decode.list_fonts!
4242
return if font.name == "Grain" and font.longname == "Grain Regular"

0 commit comments

Comments
 (0)