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

Miscellaneous fixes #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Miscellaneous fixes #40

wants to merge 4 commits into from

Conversation

AnimaRain
Copy link
Owner

Fix enemies, enemy bullets, and capsules not making any checks when they get destroyed. They used to explode and give points whenever they get destroyed no matter how – when they get destroyed on the scene restarting or closing, when they get shot by the player, etc. That should only happen when they get shot by the player.

Other trivial fixes are also included.

Signed-off-by: AnimaRain <ioannis_spyr@yahoo.gr>
…layer

Whenever a spawnable gets destroyed – shot by player, or destroyed when the scene closes,
or destroyed when colliding with player – it explodes and gives player points. That
should only happen when they get destroyed by a player's bullet.

EnemyBullets were not intended to have the explosion effect, so it got removed alltogether.

Signed-off-by: AnimaRain <ioannis_spyr@yahoo.gr>
…her than it should

Signed-off-by: AnimaRain <ioannis_spyr@yahoo.gr>
@AnimaRain AnimaRain self-assigned this Nov 25, 2020
Signed-off-by: AnimaRain <ioannis_spyr@yahoo.gr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant