mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-01 01:37:12 +01:00
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[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]
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
flags_vertex_lighting = true
|
|
albedo_texture = ExtResource( 1 )
|
|
|
|
[node name="Legs" type="Spatial"]
|
|
|
|
[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 )
|
|
texture = ExtResource( 1 )
|
|
material = SubResource( 1 )
|
|
|
|
[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 )
|
|
|
|
[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 )
|
|
mesh_data = ExtResource( 2 )
|
|
texture = ExtResource( 1 )
|
|
material = SubResource( 1 )
|