From 6b55d982066927a47ac3377f47fa1d32a67d22bc Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 9 Jan 2023 21:17:03 +0100 Subject: [PATCH] Updated the readme. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a87a688..c95f4b1 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ This is a c++ engine module for the Godot engine, containing smaller utilities. It supports both godot 3.2 and 4.0 (master [last tested commit](https://github.com/godotengine/godot/commit/b7e10141197fdd9b0dbc4cfa7890329510d36540)). Note that since 4.0 is still in very early stages I only check whether it works from time to time. -# Pre-built binaries +## Godot Version Support -You can grab a pre-built editor binary from the [Broken Seals](https://github.com/Relintai/broken_seals/releases) -repo, should you want to. It contains all my modules. +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. # TouchButton