Skip to content

Commit

Permalink
Merge pull request #767 from AntlerForce/master
Browse files Browse the repository at this point in the history
Enable shadows on special fonts by default
  • Loading branch information
AntlerForce authored Sep 18, 2024
2 parents 6acacaa + f1bd081 commit 307f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/chobby/components/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ function Configuration:GetFont(sizeScale, specialName, specialData, rawSize)
specialData.color = specialData.color or {1,1,1,1}
specialData.outlineColor = specialData.outlineColor or {0.05,0.05,0.05,0.9}
specialData.outline = specialData.outline or false
specialData.shadow = specialData.shadow or false
specialData.shadow = specialData.shadow or true
self.fontSpecial[size][specialName] = Font:New(specialData)
end
return self.fontSpecial[size][specialName]
Expand Down

0 comments on commit 307f372

Please sign in to comment.