Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed Jun 19, 2024
1 parent 2f47c54 commit 720d381
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 23 deletions.
7 changes: 0 additions & 7 deletions scprp/modules/radio/client.lua

This file was deleted.

8 changes: 4 additions & 4 deletions scprp/modules/radio/docs/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- Configuration for Protection Module.
-- @configuration Temp
--- Configuration for Radio Module.
-- @configuration Radio

--- This table defines the default settings for the Protection Module.
--- This table defines the default settings for the Radio Module.
-- @realm shared
-- @table Configuration
-- @field TempValue TEMP VALUE | **bool**
-- @field RadioChatColor color The color used for radio chat messages
20 changes: 15 additions & 5 deletions scprp/modules/radio/libraries/client.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
surface.CreateFont("liaRadioFont", {
font = "Lucida Sans Typewriter",
size = math.max(ScreenScale(7), 17),
weight = 100
})
function MODULE:LoadFonts()
surface.CreateFont("liaDialFont", {
font = "Arial",
size = 20,
weight = 500,
antialias = true,
shadow = false
})

surface.CreateFont("liaRadioFont", {
font = "Lucida Sans Typewriter",
size = math.max(ScreenScale(7), 17),
weight = 100
})
end
2 changes: 1 addition & 1 deletion scprp/modules/radio/netcalls/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
if i ~= 4 then adjust.dial[i].number = freq[i] end
end
end
end)
end)
6 changes: 0 additions & 6 deletions scprp/modules/tying/docs/config.lua

This file was deleted.

0 comments on commit 720d381

Please sign in to comment.