From 3da035f58264ee0096ef528c01aeb7d479e0d5a4 Mon Sep 17 00:00:00 2001 From: Mestima Date: Tue, 10 Oct 2023 13:10:22 +0300 Subject: [PATCH] Added note about uppercase to lowercase method names changing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 311e97d..ebac8f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # GodotHook A lite custom event system for Godot Engine +## Notes +- All method names was changed to lowercase (`hook.Add` -> `hook.add`). For old naming use `4.x-capital-literals` branch. + ## Supported versions | Godot version | Supported | Branch | | - | - | - |