Files
godot-demo-projects/2d/physics_tests/tests/functional/test_joints.tscn

29 lines
910 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b0p2x0t1iiqf6"]
[ext_resource type="Script" uid="uid://bh82f07h87s6y" path="res://tests/functional/test_joints.gd" id="2"]
[ext_resource type="PackedScene" uid="uid://cwjfkltvisc0n" path="res://tests/test_options.tscn" id="4"]
[node name="JointTest2D" type="Node2D"]
script = ExtResource("2")
[node name="LabelJointType" type="Label" parent="."]
offset_left = 14.0
offset_top = 79.0
offset_right = 145.0
offset_bottom = 93.0
text = "Joint Type: "
[node name="Options" parent="." instance=ExtResource("4")]
[node name="Joints" type="Node2D" parent="."]
position = Vector2(512, 200)
[node name="PinJoint2D" type="PinJoint2D" parent="Joints"]
[node name="DampedSpringJoint2D" type="DampedSpringJoint2D" parent="Joints"]
[node name="GrooveJoint2D" type="GrooveJoint2D" parent="Joints"]
[node name="Objects" type="Node2D" parent="."]
position = Vector2(512, 200)