Unit weapon rework, titan and bomber enemies added, various fixes
This commit is contained in:
@@ -64,6 +64,8 @@ public class Image {
|
||||
}
|
||||
|
||||
public void draw(TextureRegion region, int x, int y, boolean flipx, boolean flipy){
|
||||
GenRegion.validate(region);
|
||||
|
||||
int ofx = 0, ofy = 0;
|
||||
|
||||
if(x < 0){
|
||||
|
||||
Reference in New Issue
Block a user