2022-09-06 18:43:08 +02:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2022-09-06 18:34:16 +02:00
|
|
|
|
2022-09-06 18:46:49 +02:00
|
|
|
[ext_resource path="res://models/entities/spider/arachnid/spider_base_chitin_albedo.png" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://models/entities/spider/arachnid/lower_leg.tres" type="MeshDataResource" id=2]
|
|
|
|
[ext_resource path="res://models/entities/spider/arachnid/upper_leg.tres" type="MeshDataResource" id=3]
|
|
|
|
[ext_resource path="res://models/entities/spider/arachnid/leg_thorax.tres" type="MeshDataResource" id=4]
|
2022-09-06 18:34:16 +02:00
|
|
|
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
|
|
flags_vertex_lighting = true
|
|
|
|
albedo_texture = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Legs" type="Spatial"]
|
|
|
|
|
2022-09-06 18:43:08 +02:00
|
|
|
[node name="LegThorax" type="MeshDataInstance" parent="."]
|
|
|
|
transform = Transform( 0.866104, 0.499864, 0, -0.499864, 0.866104, 0, 0, 0, 1, 0, 0, 0 )
|
|
|
|
mesh_data = ExtResource( 4 )
|
2022-09-06 18:34:16 +02:00
|
|
|
texture = ExtResource( 1 )
|
|
|
|
material = SubResource( 1 )
|
|
|
|
|
2022-09-06 18:43:08 +02:00
|
|
|
[node name="UpperLeg2" type="MeshDataInstance" parent="LegThorax"]
|
|
|
|
transform = Transform( 0.0332423, 0.999448, 0, -0.999448, 0.0332423, 0, 0, 0, 1, -0.0190351, 0.483731, 0 )
|
|
|
|
mesh_data = ExtResource( 3 )
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
material = SubResource( 1 )
|
2022-09-06 18:34:16 +02:00
|
|
|
|
2022-09-06 18:43:08 +02:00
|
|
|
[node name="LowerLeg7" type="MeshDataInstance" parent="LegThorax/UpperLeg2"]
|
|
|
|
transform = Transform( 0.760916, 0.64885, 0, -0.64885, 0.760916, 0, 0, 0, 1, -0.0149617, 0.559082, 0 )
|
2022-09-06 18:34:16 +02:00
|
|
|
mesh_data = ExtResource( 2 )
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
material = SubResource( 1 )
|