Name changes / Bugfixes

This commit is contained in:
Anuken
2020-05-22 17:37:38 -04:00
parent 12d9479184
commit 76aa201a99
20 changed files with 483 additions and 458 deletions

View File

@@ -266,7 +266,7 @@ public class Generators{
image.draw(weapon.region,
(int)(i * weapon.x / Draw.scl + image.width / 2 - weapon.region.getWidth() / 2),
(int)(weapon.y / Draw.scl + image.height / 2f - weapon.region.getHeight() / 2f),
(int)(-weapon.y / Draw.scl + image.height / 2f - weapon.region.getHeight() / 2f),
i > 0, false);
}
}