21 lines
589 B
Plaintext
21 lines
589 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Level/Objects/Crystal.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="CapsuleMesh" id=1]
|
|
|
|
[sub_resource type="CapsuleShape" id=2]
|
|
|
|
[node name="Crystal" type="Spatial"]
|
|
transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 0, 2, 0 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="MeshInstance" type="MeshInstance" parent="."]
|
|
mesh = SubResource( 1 )
|
|
material/0 = null
|
|
|
|
[node name="StaticBody" type="StaticBody" parent="."]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
|
shape = SubResource( 2 )
|