From d906c0b7f4a5092ba7234c2ec8daec9d40733812 Mon Sep 17 00:00:00 2001 From: Graeme Date: Mon, 5 Jun 2023 21:16:03 +0200 Subject: [PATCH] Mark cutout_animation as outdated This tutorial no longer works in Godot 4.x after the Skeletons section. https://github.com/godotengine/godot-docs/issues/7279 https://github.com/godotengine/godot-docs/issues/6388 --- tutorials/animation/cutout_animation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/animation/cutout_animation.rst b/tutorials/animation/cutout_animation.rst index 6d1d35e3e25..62587b03f61 100644 --- a/tutorials/animation/cutout_animation.rst +++ b/tutorials/animation/cutout_animation.rst @@ -1,3 +1,5 @@ +:article_outdated: True + .. _doc_cutout_animation: Cutout animation