1
0
mirror of https://github.com/IkarusHD/ICF-3.git synced 2025-03-04 03:03:12 -05:00

Start localization file for general menu strings

This commit is contained in:
thecraftianman 2025-01-10 21:03:53 -05:00
parent b17a1518e9
commit db71a5b148
2 changed files with 7 additions and 5 deletions

View File

@ -1,16 +1,12 @@
ACF.LoadToolFunctions(TOOL)
TOOL.Name = "ACF Menu"
TOOL.Name = "#tool.acf_menu.menu_name"
if CLIENT then
-- "Hitbox" colors
local Sensitive = Color(255, 0, 0, 50)
local NotSoSensitive = Color(255, 255, 0, 50)
-- Name and descriptions if need to be changed
language.Add("Tool.acf_menu.name", "Armored Combat Framework")
language.Add("Tool.acf_menu.desc", "Main menu tool for the ACF addon")
local Queued = {}
local function RequestVehicleInfo(Vehicle)

View File

@ -0,0 +1,6 @@
acf.menu.entities=Entities
# Strings for the ACF Tool
tool.acf_menu.menu_name=ACF Menu
tool.acf_menu.name=Armored Combat Framework
tool.acf_menu.desc=Main menu tool for the ACF addon