From 2d313cdcc3356a39d7af00629c27a290f7bd8863 Mon Sep 17 00:00:00 2001 From: Conor Edmonds Date: Mon, 26 Jan 2026 14:32:23 -0500 Subject: [PATCH] update godot to 4.6 --- Tic Tac Toe.csproj | 2 +- Tic Tac Toe.csproj.old | 7 +++++++ project.godot | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 Tic Tac Toe.csproj.old diff --git a/Tic Tac Toe.csproj b/Tic Tac Toe.csproj index 6bba03d..42c91b8 100644 --- a/Tic Tac Toe.csproj +++ b/Tic Tac Toe.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/Tic Tac Toe.csproj.old b/Tic Tac Toe.csproj.old new file mode 100644 index 0000000..6bba03d --- /dev/null +++ b/Tic Tac Toe.csproj.old @@ -0,0 +1,7 @@ + + + net8.0 + true + TicTacToe + + \ No newline at end of file diff --git a/project.godot b/project.godot index c394302..abf40de 100644 --- a/project.godot +++ b/project.godot @@ -8,11 +8,15 @@ config_version=5 +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + [application] config/name="Tic Tac Toe" run/main_scene="uid://bvhlmavxrih1m" -config/features=PackedStringArray("4.4", "C#", "Forward Plus") +config/features=PackedStringArray("4.6", "C#", "Forward Plus") config/icon="res://icon.svg" [display]