Fixed HTML building

This commit is contained in:
Anuken
2017-05-03 13:08:02 -04:00
parent ccdd23fe6c
commit 6a453ce84b
8 changed files with 10 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ public abstract class BulletType extends BaseBulletType<Bullet>{
Draw.clear();
}
},
sniper = new BulletType(3f, 17){
sniper = new BulletType(3f, 20){
public void draw(Bullet b){
Draw.color("lightgray");
Draw.rect("bullet", b.x, b.y, b.angle());