akien-mga / dynadungeons

Bomberman clone using Godot Engine - Not actively developed since 2015.
GNU General Public License v3.0
216 stars 36 forks source link

Apply the Kobuge style guide #34

Closed akien-mga closed 8 years ago

akien-mga commented 8 years ago

As I co-authored it, I propose to use the Kobuge style guide for this game, and I'll thus do the needed changes in the scripts and scenes: https://github.com/KOBUGE-Games/resources/blob/master/STYLE-GUIDE.md

The only exception I'll take is that I'll keep nodes named with "PascalCase" instead of "snake_case". Matter of taste mostly, and also to prevent having to rename all nodes as I was already using PascalCase as a convention :)

akien-mga commented 8 years ago

More or less fixed with 8ef311d and the two following commits. It's arguably quite arbitrary and maybe not worth creating those huge diffs, but it had the merit to get me looking at the code, which is not negligible lately :D

ObaniGemini commented 8 years ago

That was quite fast !