We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813e257 commit 5c15869Copy full SHA for 5c15869
src/main/java/com/dinosaur/dinosaurexploder/components/GreenDinoComponent.java
@@ -67,7 +67,7 @@ public void shoot() {
67
Point2D center = entity.getCenter();
68
Vec2 direction = Vec2.fromAngle(entity.getRotation() +90);
69
spawn("basicEnemyProjectile",
70
- new SpawnData(center.getX() + 50 +3, center.getY())
+ new SpawnData(center.getX(), center.getY())
71
.put("direction", direction.toPoint2D() )
72
);
73
}
0 commit comments