Skip to content

Commit

Permalink
move Empty texture
Browse files Browse the repository at this point in the history
  • Loading branch information
direwolf420 committed Jun 1, 2021
1 parent 6e8d151 commit c772710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion Projectiles/Minions/Drones/HeavyLaserDroneLaser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public override string Texture
{
get
{
return "AssortedCrazyThings/Projectiles/BlankProjectile";
return "AssortedCrazyThings/Empty";
}
}

Expand Down
2 changes: 1 addition & 1 deletion Projectiles/Weapons/PocketSand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public override string Texture
{
get
{
return "AssortedCrazyThings/Projectiles/BlankProjectile";
return "AssortedCrazyThings/Empty";
}
}

Expand Down

0 comments on commit c772710

Please sign in to comment.