Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LegacyWithSimpleShimmer()

static ITownNPCProfile Terraria.GameContent.TownNPCProfiles.LegacyWithSimpleShimmer ( string subPath,
int headIdNormal,
int headIdShimmered,
bool uniquePartyTexture = true,
bool uniquePartyTextureShimmered = true )
inlinestatic

Definition at line 190 of file TownNPCProfiles.cs.

191 {
192 return new Profiles.StackedNPCProfile(new Profiles.LegacyNPCProfile("Images/TownNPCs/" + subPath, headIdNormal, includeDefault: true, uniquePartyTexture), new Profiles.LegacyNPCProfile("Images/TownNPCs/Shimmered/" + subPath, headIdShimmered, includeDefault: true, uniquePartyTextureShimmered));
193 }