mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-31 12:07:27 +05:00
add conflicting addon + remove white box on 720p
This commit is contained in:
parent
c529719376
commit
0e362a4b41
1 changed files with 2 additions and 5 deletions
|
@ -45,7 +45,8 @@ local incompatible = {
|
||||||
["2316713217"] = true,
|
["2316713217"] = true,
|
||||||
["2052642961"] = true,
|
["2052642961"] = true,
|
||||||
["2635378860"] = true,
|
["2635378860"] = true,
|
||||||
["2919957168"] = true
|
["2919957168"] = true,
|
||||||
|
["104815552"] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
local warnpanel = {
|
local warnpanel = {
|
||||||
|
@ -147,10 +148,6 @@ local function WarningIcon()
|
||||||
else
|
else
|
||||||
surface.SetDrawColor(15, 15, 15, 125)
|
surface.SetDrawColor(15, 15, 15, 125)
|
||||||
end
|
end
|
||||||
|
|
||||||
surface.DrawRect(0, 0, 33, 29)
|
|
||||||
surface.SetDrawColor(255, 255, 255, 125)
|
|
||||||
surface.DrawTexturedRect(0, 1, 32, 26)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if CheckAddons() >= 1 then
|
if CheckAddons() >= 1 then
|
||||||
|
|
Loading…
Reference in a new issue