Fixed Arachnus not spawning.
This commit is contained in:
parent
c3fcc05859
commit
80adca9cf3
@ -349,7 +349,7 @@ namespace Decimation.Content.NPCs.Arachnus
|
|||||||
public override bool PreDraw(SpriteBatch spriteBatch, Color drawColor)
|
public override bool PreDraw(SpriteBatch spriteBatch, Color drawColor)
|
||||||
{
|
{
|
||||||
Vector2 frameSize = new Vector2(298, 318);
|
Vector2 frameSize = new Vector2(298, 318);
|
||||||
Texture2D texture = mod.GetTexture("NPCs/Arachnus/Arachnus");
|
Texture2D texture = mod.GetTexture("Content/NPCs/Arachnus/Arachnus");
|
||||||
|
|
||||||
spriteBatch.Draw
|
spriteBatch.Draw
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user