mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-12 18:38:50 +01:00
19 lines
620 B
Plaintext
19 lines
620 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Physics/3D/RigidBody3D.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="SphereShape3D" id=1]
|
||
|
|
||
|
[node name="RigidDynamicBody3D" type="RigidDynamicBody3D"]
|
||
|
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -23.2888, 33.1278, 19.1751 )
|
||
|
gravity_scale = 5.0
|
||
|
continuous_cd = true
|
||
|
linear_velocity = Vector3( 0, 5, 0 )
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
transform = Transform3D( 5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0 )
|
||
|
shape = SubResource( 1 )
|
||
|
|
||
|
[node name="CSGSphere3D" type="CSGSphere3D" parent="CollisionShape3D"]
|