Fixed resource error in phys_cube

This commit is contained in:
Thomas Muller 2024-12-22 15:37:00 -05:00
parent 8a11daf544
commit f0c6e52795

View file

@ -1,12 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://nnxd1djnxech"] [gd_scene load_steps=2 format=3 uid="uid://nnxd1djnxech"]
[ext_resource type="Script" path="res://scripts/physics_object.gd" id="1_lx1c5"]
[sub_resource type="BoxShape3D" id="BoxShape3D_h6ouo"] [sub_resource type="BoxShape3D" id="BoxShape3D_h6ouo"]
size = Vector3(9.24554, 1, 1) size = Vector3(9.24554, 1, 1)
[node name="PhysCube" type="RigidBody3D"] [node name="PhysCube" type="RigidBody3D" groups=["can_hold"]]
script = ExtResource("1_lx1c5")
[node name="CSGBox3D" type="CSGBox3D" parent="."] [node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)