Skip to content

Commit

Permalink
Increase text size
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Jun 18, 2024
1 parent 055cd75 commit 24de340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ local SEARCH_WIDTH_PIXELS: number = 200

-- Misc
local FONT_FAMILY: Font = targetScript:GetAttribute("FontFace") or Font.new("rbxasset://fonts/families/BuilderSans.json")
local FONT_SIZE: number = targetScript:GetAttribute("TextSize") or 14
local FONT_SIZE: number = targetScript:GetAttribute("TextSize") or 16
local DROP_HOTKEY_VALUE: number = Enum.KeyCode.Backspace.Value
local ZERO_KEY_VALUE: number = Enum.KeyCode.Zero.Value
local DOUBLE_CLICK_TIME: number = 0.5
Expand Down
2 changes: 1 addition & 1 deletion src/init.meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Color3": [1, 1, 1]
},
"TextSize": {
"Float32": 14
"Float32": 16
},
"TextStrokeColor3": {
"Color3": [0, 0, 0]
Expand Down

0 comments on commit 24de340

Please sign in to comment.