From f94036c05b2f63ed4e623efc215fd81a6ce84ea5 Mon Sep 17 00:00:00 2001 From: Lojemiru <33508026+Lojemiru@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:55:26 -0500 Subject: [PATCH] Slightly clarify style guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c80e558..2dd51a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ In keeping with GM:S conventions, all functions/methods should use `snake_case`. Variables (local, global, and temporary) should use `camelCase`. -Enums and variables used as constants should use `UPPERCASE`. +Enums and variables used as constants should use `UPPER_CASE`. Sprites, sounds, backgrounds/tilesets, shaders, fonts, and objects should all hold to a `camelCase` format with an appropriate prefix: