From 14f8cac08544af54b5df5dc253e37f50b61a3b07 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 9 Jan 2023 20:45:31 +0100 Subject: [PATCH] Also mention that this branch is WIP. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ef4f2f..526c807 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This branch tries to follow godot's master branch (as much as I have time). For different godot versions look at the other branches. +Status for this branch: Update for 4.0 is work in progress. + ## Install You have to get the source code of Godot to compile it with the module. Copy the contents of the repository inside a `fastnoise` directory under Godot's `modules` folder. The name is important for the module to compile properly.