[gd_scene load_steps=3 format=3 uid="uid://bhkm21i288y4o"] [ext_resource type="Script" path="res://primitives/assign_force/assign_force.gd" id="1_q2ad2"] [sub_resource type="BoxShape3D" id="BoxShape3D_l8p4r"] size = Vector3(20, 10, 0.333) [node name="assign_force" type="Area3D"] script = ExtResource("1_q2ad2") velocity = Vector3(0, 0, 20) [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6, 10) shape = SubResource("BoxShape3D_l8p4r")