Skip to content

Commit

Permalink
console.lua: restore the bigger default font size
Browse files Browse the repository at this point in the history
Fixes aa66f0d.
  • Loading branch information
guidocella authored and kasper93 committed Oct 28, 2024
1 parent aa66f0d commit 934bfd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ local platform = detect_platform()
-- Default options
local opts = {
font = "",
font_size = 16,
border_size = 1,
font_size = 24,
border_size = 1.5,
scale_with_window = "auto",
case_sensitive = platform ~= 'windows' and true or false,
history_dedup = true,
Expand Down

0 comments on commit 934bfd2

Please sign in to comment.