4.7.8.1
This commit is contained in:
parent
f082e54d2f
commit
d6ae36dbca
@ -1,4 +1,7 @@
|
||||
# This is an archive of changelog messages from `tfa_loader.lua`.
|
||||
## 4.7.8.1
|
||||
* Added spawnmenu subcategories support (SWEP.SubCategory)
|
||||
|
||||
## 4.7.8.0
|
||||
* Added simple fallback HUD that displays when main 3D2D HUD is disabled (for stuff like firemode)
|
||||
* Changed default font used across the base
|
||||
|
@ -16,6 +16,7 @@ SWEP.TFADataVersion = 1
|
||||
SWEP.Base = "tfa_gun_base"
|
||||
SWEP.Category = "TFA Template" -- The category.
|
||||
-- Please, just choose something generic or something I've already done if you plan on only doing like one (or two or three) swep(s).
|
||||
SWEP.SubCategory = "" -- Spawnmenu subcategory.
|
||||
SWEP.Manufacturer = nil -- Gun Manufactrer (e.g. Hoeckler and Koch)
|
||||
SWEP.Author = "" -- Author Tooltip
|
||||
SWEP.Contact = "" -- Contact Info Tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user