31 lines
945 B
Plaintext
31 lines
945 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://BodyParts/BodyBase/AttachmentPoint.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="SphereMesh" id=1]
|
|
|
|
[sub_resource type="SphereShape" id=2]
|
|
|
|
[node name="AttachmentPoint" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Mesh" type="MeshInstance" parent="."]
|
|
transform = Transform( 0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0, 0 )
|
|
mesh = SubResource( 1 )
|
|
material/0 = null
|
|
|
|
[node name="OmniLight" type="OmniLight" parent="."]
|
|
transform = Transform( 1, 3.12639e-13, -1.77715e-26, -3.12639e-13, 1, -5.68434e-14, 0, 5.68434e-14, 1, 0, 0, -1.5 )
|
|
visible = false
|
|
light_color = Color( 0, 0.188235, 0.756863, 1 )
|
|
light_energy = 10.0
|
|
omni_range = 2.0
|
|
|
|
[node name="Area" type="Area" parent="."]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Area"]
|
|
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
|
|
shape = SubResource( 2 )
|
|
|
|
[node name="Limb" type="Spatial" parent="."]
|