GodotComponentTest/entities/rockB.tscn

20 lines
655 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/rockB.glb" type="PackedScene" id=1]
[sub_resource type="CylinderShape" id=1]
height = 0.679261
radius = 0.4
[node name="rockB" instance=ExtResource( 1 )]
[node name="rockB" parent="." index="0"]
transform = Transform( 1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.6, 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, 0.999997, -0.00240855, 0, 0.00240855, 0.999997, 0, 0.376176, 0 )
shape = SubResource( 1 )