From d6ae36dbca1ae01b2fee171037078b5137ef6739 Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Mon, 27 Nov 2023 04:24:01 +0300 Subject: [PATCH] 4.7.8.1 --- CHANGELOG.md | 3 +++ lua/tfa/documentation/tfa_base_template.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20690f..9c74e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lua/tfa/documentation/tfa_base_template.lua b/lua/tfa/documentation/tfa_base_template.lua index fa8491f..8f481e3 100644 --- a/lua/tfa/documentation/tfa_base_template.lua +++ b/lua/tfa/documentation/tfa_base_template.lua @@ -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