From f0c6e52795335e18a75becf8d9ec59d76ab5d30b Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 22 Dec 2024 15:37:00 -0500 Subject: [PATCH] Fixed resource error in phys_cube --- scenes/phys_cube.tscn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scenes/phys_cube.tscn b/scenes/phys_cube.tscn index 5714260..f651a25 100644 --- a/scenes/phys_cube.tscn +++ b/scenes/phys_cube.tscn @@ -1,12 +1,9 @@ -[gd_scene load_steps=3 format=3 uid="uid://nnxd1djnxech"] - -[ext_resource type="Script" path="res://scripts/physics_object.gd" id="1_lx1c5"] +[gd_scene load_steps=2 format=3 uid="uid://nnxd1djnxech"] [sub_resource type="BoxShape3D" id="BoxShape3D_h6ouo"] size = Vector3(9.24554, 1, 1) -[node name="PhysCube" type="RigidBody3D"] -script = ExtResource("1_lx1c5") +[node name="PhysCube" type="RigidBody3D" groups=["can_hold"]] [node name="CSGBox3D" type="CSGBox3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)