Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed May 16, 2024
1 parent 23102f5 commit 60cdd2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion skeleton/schema/config/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is meant to override Lilia's configuration options.
--- A list of available commands for use within the game.
-- Each command is represented by a table with fields defining its functionality.
-- @realm shared
-- @table Lilia_Config_List
-- @table Configurations
-- @field WalkSpeed: Controls how fast characters walk | **integer**
-- @field RunSpeed: Controls how fast characters run | **integer**
-- @field WalkRatio: Defines the walk speed ratio when holding the Alt key | **number**
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/factions/custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

--- A list of the current fields in the faction.
-- @realm shared
-- @table FactionDetails
-- @table Configurations
-- @field name The name of the faction | **string**
-- @field desc The description of the faction | **string**
-- @field color The color representing the faction | **Color**
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/factions/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

--- A list of the current fields in the faction.
-- @realm shared
-- @table FactionDetails
-- @table Configurations
-- @field name The name of the faction | **string**
-- @field desc The description of the faction | **string**
-- @field color The color representing the faction | **Color**
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/items/universalammo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @items UniversalAmmunition

--- This table defines the fields of the universal ammo item.
-- @table UniversalAmmo
-- @table Configurations
-- @realm shared
-- @field name The name of the item | **string**
-- @field desc The description of the item | **string**
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--- A list of schema fields that define the gamemode you are making.
-- These options are defined by the 'SCHEMA' table.
-- @realm shared
-- @table SchemaInfo
-- @table Configurations
-- @field name Controls the name of the schema | **string**
-- @field author Specifies the author of the schema | **string**
-- @field desc Defines the description of the schema | **string**
Expand Down

0 comments on commit 60cdd2a

Please sign in to comment.