changed house icon size

This commit is contained in:
aviate
2019-09-07 22:39:38 +02:00
parent 1eda216acd
commit 3f2d93db73

View File

@@ -110,7 +110,7 @@ namespace ReallifeGamemode.Server.Managers
} }
else else
{ {
houseBlips[house.Id] = NAPI.Blip.CreateBlip(40, house.Position, 1.0f, 11, "Haus", shortRange: true); houseBlips[house.Id] = NAPI.Blip.CreateBlip(40, house.Position, 0.7f, 11, "Haus", shortRange: true);
} }
houseLabels[house.Id] = NAPI.TextLabel.CreateTextLabel(text, house.Position, 10f, 1f, 0, new Color(255, 255, 255)); houseLabels[house.Id] = NAPI.TextLabel.CreateTextLabel(text, house.Position, 10f, 1f, 0, new Color(255, 255, 255));