From 2b147e44791993b8f7e9f6ffc3820940c8ba31df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20S=2E=20=C5=81ukasiewicz?= Date: Wed, 16 Jul 2025 13:13:38 +0200 Subject: [PATCH] Document using Godot 4.4 Some scenes were already requiring that to open correctly. --- .godot-version | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.godot-version b/.godot-version index 80ef135..515be8f 100644 --- a/.godot-version +++ b/.godot-version @@ -1 +1 @@ -4.4-beta3 +4.4 diff --git a/README.md b/README.md index 33f1972..c9289ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ git clone --recurse-submodules
git submodule update --init --recursive ``` -Using Godot v4.4 beta3 (expect it to change often until 4.4 is released) +Using Godot v4.4. Install SCons with `pipx install scons`. You will need a C++ compiler, you might have one already on Linux, see below for Windows, otherwise in [Godot documentation](https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html).