SpielBackupAlt/Charakters/NPCs/Sister.tscn

73 lines
2.9 KiB
Plaintext
Raw Normal View History

2024-12-26 14:54:06 +00:00
[gd_scene load_steps=21 format=2]
[ext_resource path="res://Charakters/Models/Sister/Female Standing Pose.fbx" type="PackedScene" id=1]
[ext_resource path="res://Charakters/textures/eyebrow001.png" type="Texture" id=2]
[ext_resource path="res://Charakters/textures/female_casualsuit02_diffuse.png" type="Texture" id=3]
[ext_resource path="res://Charakters/textures/brown_eye.png" type="Texture" id=4]
[ext_resource path="res://Charakters/textures/ponytail01_diffuse.png" type="Texture" id=5]
[ext_resource path="res://Charakters/textures/young_lightskinned_female_diffuse2.png" type="Texture" id=6]
[ext_resource path="res://Charakters/textures/eyelashes01.png" type="Texture" id=7]
[ext_resource path="res://Charakters/textures/shoes05_diffuse.png" type="Texture" id=8]
[ext_resource path="res://Charakters/Models/Sister/SisterIdle.tres" type="Animation" id=9]
[ext_resource path="res://Charakters/Models/Sister/SisterTalkAlt.tres" type="Animation" id=10]
[ext_resource path="res://Charakters/Models/Sister/SisterTalk.tres" type="Animation" id=11]
[ext_resource path="res://Charakters/Models/Sister/SisterWalk.tres" type="Animation" id=12]
[ext_resource path="res://scripts/NPCModel.gd" type="Script" id=13]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 6 )
[sub_resource type="SpatialMaterial" id=2]
flags_transparent = true
albedo_texture = ExtResource( 5 )
[sub_resource type="SpatialMaterial" id=3]
flags_transparent = true
albedo_texture = ExtResource( 4 )
[sub_resource type="SpatialMaterial" id=4]
flags_transparent = true
albedo_texture = ExtResource( 2 )
[sub_resource type="SpatialMaterial" id=5]
flags_transparent = true
albedo_texture = ExtResource( 7 )
[sub_resource type="SpatialMaterial" id=6]
albedo_texture = ExtResource( 3 )
[sub_resource type="SpatialMaterial" id=7]
albedo_texture = ExtResource( 8 )
[node name="Sister" instance=ExtResource( 1 )]
transform = Transform( 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0 )
script = ExtResource( 13 )
animatorPath = NodePath("RootNode/AnimationPlayer")
[node name="baseobj" parent="RootNode" index="1"]
material/0 = SubResource( 1 )
[node name="ponytail01obj" parent="RootNode" index="2"]
material/0 = SubResource( 2 )
[node name="high-polyobj" parent="RootNode" index="3"]
material/0 = SubResource( 3 )
[node name="eyebrow001obj" parent="RootNode" index="4"]
material/0 = SubResource( 4 )
[node name="eyelashes01obj" parent="RootNode" index="5"]
material/0 = SubResource( 5 )
[node name="female_casualsuit02obj" parent="RootNode" index="8"]
material/0 = SubResource( 6 )
[node name="shoes05obj" parent="RootNode" index="9"]
material/0 = SubResource( 7 )
[node name="AnimationPlayer" parent="RootNode" index="11"]
anims/SisterIdle = ExtResource( 9 )
anims/SisterTalk = ExtResource( 11 )
anims/SisterTalkAlt = ExtResource( 10 )
anims/SisterWalk = ExtResource( 12 )