1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=3 format=3 uid="uid://bckpvilds8sif"]
- [ext_resource type="Script" path="res://tests/functional/test_joints.gd" id="2"]
- [ext_resource type="PackedScene" uid="uid://blh3twy74kbkv" 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)
|