mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-01 01:37:12 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://models/entities/spider/spider_base_chitin_albedo.png" type="Texture" id=1]
|
|
[ext_resource path="res://models/entities/spider/lower_leg.tres" type="MeshDataResource" id=2]
|
|
[ext_resource path="res://models/entities/spider/upper_leg.tres" type="MeshDataResource" id=3]
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
flags_vertex_lighting = true
|
|
albedo_texture = ExtResource( 1 )
|
|
|
|
[node name="Legs" type="Spatial"]
|
|
|
|
[node name="UpperLeg2" type="MeshDataInstance" parent="."]
|
|
transform = Transform( -0.347689, 0.93761, 0, -0.93761, -0.347689, 0, 0, 0, 1, -0.003, -0.022, 0 )
|
|
mesh_data = ExtResource( 3 )
|
|
texture = ExtResource( 1 )
|
|
material = SubResource( 1 )
|
|
|
|
[node name="LowerLegs" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.503581, -0.206726, 0 )
|
|
|
|
[node name="LowerLeg7" type="MeshDataInstance" parent="LowerLegs"]
|
|
transform = Transform( -0.832825, 0.553537, 0, -0.553537, -0.832825, 0, 0, 0, 1, 0.01, 0, 0 )
|
|
mesh_data = ExtResource( 2 )
|
|
texture = ExtResource( 1 )
|
|
material = SubResource( 1 )
|