We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we should also add an update function to Entity.
This will be where all the logic gets called for each entity every tick. Moving, placing bombs, collision detection etc.
Keeping it separate from draw() would be a good idea I think.
The text was updated successfully, but these errors were encountered:
Sounds good to me. Update method would update instance variables of entities.
We should include a update method for changing the variables related to game as a whole too. What do you think ?
Sorry, something went wrong.
Sounds like a good idea to me. @dostertag Did you wanna have a crack at adding the Update() to entities? :)
No branches or pull requests
I think we should also add an update function to Entity.
This will be where all the logic gets called for each entity every tick. Moving, placing bombs, collision detection etc.
Keeping it separate from draw() would be a good idea I think.
The text was updated successfully, but these errors were encountered: