Skip to content

Commit 89abfa6

Browse files
committed
Fix case-sensitive issues
1 parent d0e2266 commit 89abfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/font.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local fonts = {
2-
["Valentiny"] = {"fonts/Valentiny.ttf", 80},
3-
["ValentinySubtext"] = {"fonts/Valentiny.ttf", 40}
2+
["Valentiny"] = {"Fonts/Valentiny.ttf", 80},
3+
["ValentinySubtext"] = {"Fonts/Valentiny.ttf", 40}
44
}
55
fonts.IsLoaded = false
66

0 commit comments

Comments
 (0)