You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a new issue: do you have an idea for the gameplay? Do you want to suggest an improvement? Do you want to create new assets like sprites, sounds, effects,...? Did you find a bug? Open a new issue and let other developers know.
Take an issue: work on existing issues. Read below for guidelines.
How to take an issue ⤵️
➡️ Write a short message in the issue itself to notify others that you are working on it. (I'll assign the issue to your Github user)
➡️ Happy coding! I hope you will learn a lot during the process!
I hope these rules will help everyone having an enjoyable Hacktoberfest.
How to appear in the game credits
Before making a pull request, consider adding yourself to the credits.gd script so that you will appear in the game credits!
Project conventions
Lower case letters only for filenames
To avoid issues when multiple contributors are working on the same project across various
file systems and operating systems. See more details here.
Node names
Use CamelCase style for node names.
This is the default style used in Godot and, moreover, it's easier to reference node names which don't have dash symbol or whitespaces in their name (see this comment)
Code style
There are no strict requirements on code style, but try to be consistent with the code that you'll find.