21 lines
599 B
Plaintext
Raw Normal View History

2019-11-23 14:49:20 +01:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Level/Objects/Crystal.gd" type="Script" id=1]
2019-11-23 16:34:08 +01:00
[sub_resource type="CapsuleShape" id=1]
2019-11-23 14:49:20 +01:00
2019-11-23 16:34:08 +01:00
[sub_resource type="CapsuleMesh" id=2]
2019-11-23 14:49:20 +01:00
[node name="Crystal" type="Spatial"]
2019-11-23 16:34:08 +01:00
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 2, 0 )
2019-11-23 14:49:20 +01:00
script = ExtResource( 1 )
[node name="CrystalBody" type="StaticBody" parent="."]
2019-11-23 14:49:20 +01:00
[node name="CollisionShape" type="CollisionShape" parent="CrystalBody"]
2019-11-23 16:34:08 +01:00
shape = SubResource( 1 )
[node name="MeshInstance" type="MeshInstance" parent="CrystalBody"]
2019-11-23 16:34:08 +01:00
mesh = SubResource( 2 )
material/0 = null