diff options
| author | flexxyfluxx <flexxyfluxx@noreply.codeberg.org> | 2025-10-12 22:38:14 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-10-13 21:17:50 +0200 |
| commit | 20c964eb10182ebf03c088376c3da673029a164a (patch) | |
| tree | 71a020a45d94bd8ed3a88ffee551fedfff31b212 | |
| parent | e515cde96b24c06f8304f2a4299188dbd0602017 (diff) | |
| download | hurrycurry-20c964eb10182ebf03c088376c3da673029a164a.tar hurrycurry-20c964eb10182ebf03c088376c3da673029a164a.tar.bz2 hurrycurry-20c964eb10182ebf03c088376c3da673029a164a.tar.zst | |
update client/README: actually req's at least godot 4.5
| -rw-r--r-- | client/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/README.md b/client/README.md index c1eace2e..7b7ef644 100644 --- a/client/README.md +++ b/client/README.md @@ -3,7 +3,7 @@ The main game client. - For development: - - Requires Godot 4.4 or newer + - Requires Godot 4.5 or newer - Open the editor with `godot project.godot` - For release builds: - Requires Godot, make and ffmpeg |