Adding new enemy and changes to some scripts #3
Open
labelled wants to merge 7 commits intodrhayes:masterfrom
Open
Adding new enemy and changes to some scripts #3labelled wants to merge 7 commits intodrhayes:masterfrom
labelled wants to merge 7 commits intodrhayes:masterfrom
Conversation
This is an enemy I created for the game using the PyxelEdit.
This is the beam I created in the PyxelEdit.
These are the codes that I have used to create the new enemy and bullet for the game.
I have added my enemy into some of the waves in the game.
Added the properties of my enemy the ranger shooting in this script
Added my enemy ranger into the wave script.
Adding both of my images of the enemy and the beam image into the pre load.
Owner
|
Oh my gosh! I just now noticed that I have a PR on this repo. Let me know if you still want me to look at this! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there,
I made a few changes to some of your scripts as outlined below as I wanted to create a new enemy for your game. This new enemy I had in mind is similar to the idea of the enemies you wanted to create in your game. I went with a simple design and a simple beam image as when the enemy shoots out the beam and hits the player. I didn't want to use too much of the behaviours since I wanted this enemy just to shoot and orbit the player. It has a bigger health bar and score based system since it is not in all of the waves that I have seen in your wave list. However please let me know if this is acceptable from the changes that I have made.
Thanks.