From c60b0fb1fc58af61557301f3cb4d17c7ef841ec7 Mon Sep 17 00:00:00 2001 From: Marcus Behel Date: Sun, 5 May 2024 14:53:25 -0400 Subject: [PATCH] Fix godot version in docs --- docs/docs/devs/simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/devs/simulation.md b/docs/docs/devs/simulation.md index 54d02a4..64aa31b 100644 --- a/docs/docs/devs/simulation.md +++ b/docs/docs/devs/simulation.md @@ -19,7 +19,7 @@ TODO: By combining with SimCB (which can also be simhijacked), motion can be tes ## Simulator Implementation & Development -The simulator is implemented using the Godot game engine (3.2). This provides a 3D rendering and physics engine. +The simulator is implemented using the Godot game engine (3.5). This provides a 3D rendering and physics engine. [GodotAUVSim on GitHub](https://github.com/MB3hel/GodotAUVSim)