mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
- Changed the grammatical number of all enum names to be singular. - Removed the enum names from their members, (e.g.: Tile.TILE_BRICK -> Tile.BRICK). - Added a suggestion for the reader to use singular case for enum names.