68 lines
2.7 KiB
Plaintext
Executable File
68 lines
2.7 KiB
Plaintext
Executable File
[gd_scene load_steps=20 format=2]
|
|
|
|
[ext_resource path="res://Charakters/Models/Mother/Idle.fbx" type="PackedScene" id=1]
|
|
[ext_resource path="res://Charakters/textures/blue_eye.png" type="Texture" id=2]
|
|
[ext_resource path="res://Charakters/textures/bob01_diffuse.png" type="Texture" id=3]
|
|
[ext_resource path="res://Charakters/textures/eyelashes03.png" type="Texture" id=4]
|
|
[ext_resource path="res://Charakters/textures/eyebrow010.png" type="Texture" id=5]
|
|
[ext_resource path="res://Charakters/textures/middleage_lightskinned_female_diffuse.png" type="Texture" id=6]
|
|
[ext_resource path="res://Charakters/textures/female_sportsuit01_diffuse.png" type="Texture" id=7]
|
|
[ext_resource path="res://Charakters/Models/Mother/MotherDance.tres" type="Animation" id=8]
|
|
[ext_resource path="res://Charakters/Models/Mother/MotherWalk.tres" type="Animation" id=9]
|
|
[ext_resource path="res://Charakters/Models/Mother/MotherPraying.tres" type="Animation" id=10]
|
|
[ext_resource path="res://Charakters/Models/Mother/MotherIdle.tres" type="Animation" id=11]
|
|
[ext_resource path="res://Charakters/Models/Mother/MotherTalk.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( 3 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=3]
|
|
flags_transparent = true
|
|
albedo_texture = ExtResource( 2 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=4]
|
|
flags_transparent = true
|
|
albedo_texture = ExtResource( 5 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=5]
|
|
flags_transparent = true
|
|
albedo_texture = ExtResource( 4 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=6]
|
|
albedo_texture = ExtResource( 7 )
|
|
|
|
[node name="Mother" 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="bob01obj" parent="RootNode" index="2"]
|
|
material/0 = SubResource( 2 )
|
|
|
|
[node name="high-polyobj" parent="RootNode" index="3"]
|
|
material/0 = SubResource( 3 )
|
|
|
|
[node name="eyebrow010obj" parent="RootNode" index="4"]
|
|
material/0 = SubResource( 4 )
|
|
|
|
[node name="eyelashes03obj" parent="RootNode" index="5"]
|
|
material/0 = SubResource( 5 )
|
|
|
|
[node name="female_sportsuit01obj" parent="RootNode" index="8"]
|
|
material/0 = SubResource( 6 )
|
|
|
|
[node name="AnimationPlayer" parent="RootNode" index="10"]
|
|
anims/MotherDance = ExtResource( 8 )
|
|
anims/MotherIdle = ExtResource( 11 )
|
|
anims/MotherPraying = ExtResource( 10 )
|
|
anims/MotherTalk = ExtResource( 12 )
|
|
anims/MotherWalk = ExtResource( 9 )
|