From 8c128f2a1f3b79bf7cd8f6410c5053b4fef496d4 Mon Sep 17 00:00:00 2001 From: sebashtioon Date: Sat, 15 Mar 2025 07:05:19 +1100 Subject: [PATCH] Update README.md to remove outdated Godot 4.4 branch notice --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bcf1a8e..356dcbd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Instructions -**For Godot 4.4 users:** I introduced a new Godot 4.4 branch with required fixes. Download from it instead. - 1. Take the contents of the "addons" folder and move them to an "addons" folder in your project. 2. Add an environment node, then add a MotionBlurCompositor (NEW!!) to it. 3. Add a new PreBlurProcessor effect, which is now required. After it, add a new GuertinMotionBlur, SphynxSimpleJumpFloodMotionBlur, or ExperimentalJumpFloodMotionBlur.