From feab4d7e4ff1acff34b7c71678b1cba89d9b2a3e5a5fc1db1c27b4414b96001f Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 20 Jun 2026 13:42:30 -0500 Subject: [PATCH] Added scene folder and dart scene --- .DS_Store | Bin 6148 -> 6148 bytes Scenes/Dart.tscn | 3 +++ project.godot | 6 +++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Scenes/Dart.tscn diff --git a/.DS_Store b/.DS_Store index a8fa1086577c1fde533324141c4d2fbf35377a04a6476c2002da77f61f1b7bc7..08a472519c1c46a6cd829f608a778f38c194a17c843ce92ec8ce269eb83306ee 100644 GIT binary patch delta 21 dcmZoMXffEJ#l-Y}>0}+IG{z5`Co>g_0svL`2f+XU delta 21 dcmZoMXffEJ#l&=d;ba}AG{y^?Co>g_0svFc2ZaCt diff --git a/Scenes/Dart.tscn b/Scenes/Dart.tscn new file mode 100644 index 0000000..62e1a53 --- /dev/null +++ b/Scenes/Dart.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://bswbcehkkqbk0"] + +[node name="Dart" type="Node3D"] diff --git a/project.godot b/project.godot index cd5c839..034d35b 100644 --- a/project.godot +++ b/project.godot @@ -8,10 +8,14 @@ config_version=5 +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + [application] config/name="Dart Game" -config/features=PackedStringArray("4.3", "Mobile") +config/features=PackedStringArray("4.7", "Mobile") config/icon="res://icon.svg" [rendering]