mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03: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.