1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Added interim em508

This commit is contained in:
Hellss
2022-01-06 23:01:22 +03:00
parent 9aed01d2b6
commit 971d152294
16 changed files with 2452 additions and 21 deletions

View File

@@ -728,7 +728,7 @@ ENT.ButtonMap["BLTLPressure"] = {
scale = 0.0625,
buttons = {
{ID = "!BLTLPressure", x=57,y=57,radius=57,tooltip="",tooltipFunc = function(ent) return Format(Metrostroi.GetPhrase("Train.Buttons.BLTLPressure"),ent:GetPackedRatio("TLPressure")*16,ent:GetPackedRatio("BLPressure")*16) end},
{ID = "!BLTLPressure", x=57,y=57,radius=57,tooltip="",tooltipFunc = function(ent) return Format(Metrostroi.GetPhrase("Train.Buttons.BLTLPressure"),ent:GetPackedRatio("TLPressure")*12,ent:GetPackedRatio("BLPressure")*12) end},
}
}
ENT.ButtonMap["BCPressure"] = {