KoBeWi / Godot-Auto-Export-Version

Plugin for Godot that automatically updates your version every time you export the project.
https://godotengine.org/asset-library/asset/1430
MIT License
50 stars 4 forks source link

Follow godot name conventions #7

Open scriptsengineer opened 1 year ago

scriptsengineer commented 1 year ago

File names and scripts must follow godot conventions https://docs.godotengine.org/en/latest/tutorials/best_practices/project_organization.html

I can do a pr with this if needed

KoBeWi commented 1 year ago

Well they don't must follow them, it's just a guideline that you can apply or not. I use PascalCase for my files. Addons are "separate" from the user's project, they even don't show warnings by default and they can follow any naming conventions the author desires.