Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Robots miss the player at longer ranges #129

Open
aidan-j-rhoden opened this issue Aug 5, 2022 · 4 comments
Open

Red Robots miss the player at longer ranges #129

aidan-j-rhoden opened this issue Aug 5, 2022 · 4 comments
Labels

Comments

@aidan-j-rhoden
Copy link
Contributor

aidan-j-rhoden commented Aug 5, 2022

OS/device including version:
Linux

Issue description:
When the red robots fire at the player, the beam is consistently off by a slight angle. At longer ranges, this is enough to miss the player completely. The beam should be right on the player, instead of slightly to the left.

Screenshots of issue:
Screenshot

@Calinou
Copy link
Member

Calinou commented Aug 6, 2022

I can reproduce this on 3.5 + c1c4cc2.

The beam's rotation seems to be parented to the enemy's cannon, so fixing this will require redoing entirely how the enemy actually aims the projectile (even if it ends up misaligned from the cannon).

@aidan-j-rhoden
Copy link
Contributor Author

That should be fine in maintaining VFX quality, because to need that fix you would have to be far enough from the robot, so it shouldn't be noticeable from there, right?

@Calinou
Copy link
Member

Calinou commented Aug 7, 2022

That should be fine in maintaining VFX quality, because to need that fix you would have to be far enough from the robot, so it shouldn't be noticeable from there, right?

I don't have a problem with that, but reworking the aiming logic is probably nontrivial. Feel free to look into it, but I don't have much time to work on the demo right now.

@aidan-j-rhoden
Copy link
Contributor Author

Will do, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants