fixed case sensitivity in symbol font file references (#168)
This doesn't really matter on Windows, but on case-sensitive filesystems it causes issues.
This commit is contained in:
@@ -178,7 +178,7 @@ symbol:
|
|||||||
image: mana_q.png
|
image: mana_q.png
|
||||||
symbol:
|
symbol:
|
||||||
code: E
|
code: E
|
||||||
image: Energy.png
|
image: energy.png
|
||||||
image font size: 230
|
image font size: 230
|
||||||
symbol:
|
symbol:
|
||||||
code: A-
|
code: A-
|
||||||
|
|||||||
Reference in New Issue
Block a user