I have spent far too much time redrawing this stupid sprite

This commit is contained in:
Anuken
2021-11-19 20:32:09 -05:00
parent f3ace3a526
commit 7d849b7ea0
15 changed files with 112 additions and 21 deletions

View File

@ -459,7 +459,8 @@ public class Generators{
image.draw(get(type.region), true);
}
//draw outlines
//TODO draw under for layerOffset < 0
//draw weapon outlines on base
for(Weapon weapon : type.weapons){
weapon.load();