Skip to content

Commit

Permalink
Fix case-sensitive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Jul 29, 2024
1 parent d0e2266 commit 89abfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/font.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local fonts = {
["Valentiny"] = {"fonts/Valentiny.ttf", 80},
["ValentinySubtext"] = {"fonts/Valentiny.ttf", 40}
["Valentiny"] = {"Fonts/Valentiny.ttf", 80},
["ValentinySubtext"] = {"Fonts/Valentiny.ttf", 40}
}
fonts.IsLoaded = false

Expand Down

0 comments on commit 89abfa6

Please sign in to comment.