GodotComponentTest/entities/rockC.tscn

20 lines
621 B
Plaintext
Raw Normal View History

2023-06-11 22:04:22 +02:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/KenneySurvivalKit/Models/rockC.glb" type="PackedScene" id=1]
[sub_resource type="CylinderShape" id=1]
height = 1.38848
radius = 0.4
[node name="rockC" instance=ExtResource( 1 )]
[node name="rockC" parent="." index="0"]
transform = Transform( 1.7, 0, 0, 0, 1.7, 0, 0, 0, 1.7, 0, 0, 0 )
[node name="StaticBody" type="StaticBody" parent="." index="1"]
input_ray_pickable = false
[node name="CollisionShape" type="CollisionShape" parent="StaticBody" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.746043, 0 )
shape = SubResource( 1 )