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

◆ TransformableWithSimpleShimmer()

static ITownNPCProfile Terraria.GameContent.TownNPCProfiles.TransformableWithSimpleShimmer ( string subPath,
int headIdNormal,
int headIdShimmered,
bool uniqueCreditTexture = true,
bool uniqueCreditTextureShimmered = true )
inlinestatic

Definition at line 195 of file TownNPCProfiles.cs.

196 {
197 return new Profiles.StackedNPCProfile(new Profiles.TransformableNPCProfile("Images/TownNPCs/" + subPath, headIdNormal, uniqueCreditTexture), new Profiles.TransformableNPCProfile("Images/TownNPCs/Shimmered/" + subPath, headIdShimmered, uniqueCreditTextureShimmered));
198 }