Don't Starve Together

Don't Starve Together

Minimap HUD
Grucha 19. mar. 2021 kl. 15:00
Figured out how to remove transparent back ground
Go into mod folder, mine was here:
E:\Gry\Steam\SteamApps\common\Don't Starve Together\mods\workshop-345692228\scripts\widgets

Edit this file:
minimapwidget.lua

Replace value 0.75 with 1 in phrase (there are two appearances):
self.bg:SetTint(1,1,1,0.75) -> self.bg:SetTint(1,1,1,1)
Sidst redigeret af Grucha; 19. mar. 2021 kl. 15:02