71 lines
3.0 KiB
Plaintext
71 lines
3.0 KiB
Plaintext
![]() |
[gd_scene load_steps=22 format=2]
|
||
|
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherGangnamStyle.tres" type="Animation" id=1]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherIdle.tres" type="Animation" id=2]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherBreakdance.tres" type="Animation" id=3]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherRapping.tres" type="Animation" id=4]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherTalkPhone.tres" type="Animation" id=5]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherWalk.tres" type="Animation" id=6]
|
||
|
[ext_resource path="res://Charakters/Models/Father/FatherTalk.tres" type="Animation" id=7]
|
||
|
[ext_resource path="res://Charakters/Models/Father/Idle.fbx" type="PackedScene" id=8]
|
||
|
[ext_resource path="res://Charakters/textures/eyelashes01.png" type="Texture" id=9]
|
||
|
[ext_resource path="res://Charakters/textures/middleage_lightskinned_male_diffuse.png" type="Texture" id=10]
|
||
|
[ext_resource path="res://Charakters/textures/male_casualsuit01_diffuse.png" type="Texture" id=11]
|
||
|
[ext_resource path="res://Charakters/textures/brown_eye.png" type="Texture" id=12]
|
||
|
[ext_resource path="res://Charakters/textures/eyebrow009.png" type="Texture" id=13]
|
||
|
[ext_resource path="res://Charakters/textures/shoes03_diffuse.png" type="Texture" id=14]
|
||
|
[ext_resource path="res://scripts/NPCModel.gd" type="Script" id=15]
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=1]
|
||
|
albedo_texture = ExtResource( 10 )
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=2]
|
||
|
flags_transparent = true
|
||
|
albedo_texture = ExtResource( 12 )
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=3]
|
||
|
flags_transparent = true
|
||
|
albedo_texture = ExtResource( 13 )
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=4]
|
||
|
flags_transparent = true
|
||
|
albedo_texture = ExtResource( 9 )
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=5]
|
||
|
albedo_texture = ExtResource( 11 )
|
||
|
|
||
|
[sub_resource type="SpatialMaterial" id=6]
|
||
|
albedo_texture = ExtResource( 14 )
|
||
|
|
||
|
[node name="Father" instance=ExtResource( 8 )]
|
||
|
transform = Transform( 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0 )
|
||
|
script = ExtResource( 15 )
|
||
|
animatorPath = NodePath("RootNode/AnimationPlayer")
|
||
|
|
||
|
[node name="baseobj" parent="RootNode" index="1"]
|
||
|
material/0 = SubResource( 1 )
|
||
|
|
||
|
[node name="high-polyobj" parent="RootNode" index="2"]
|
||
|
material/0 = SubResource( 2 )
|
||
|
|
||
|
[node name="eyebrow009obj" parent="RootNode" index="3"]
|
||
|
material/0 = SubResource( 3 )
|
||
|
|
||
|
[node name="eyelashes01obj" parent="RootNode" index="4"]
|
||
|
material/0 = SubResource( 4 )
|
||
|
|
||
|
[node name="male_casualsuit01obj" parent="RootNode" index="7"]
|
||
|
material/0 = SubResource( 5 )
|
||
|
|
||
|
[node name="shoes03obj" parent="RootNode" index="8"]
|
||
|
material/0 = SubResource( 6 )
|
||
|
|
||
|
[node name="AnimationPlayer" parent="RootNode" index="10"]
|
||
|
anims/FatherBreakdance = ExtResource( 3 )
|
||
|
anims/FatherGangnamStyle = ExtResource( 1 )
|
||
|
anims/FatherIdle = ExtResource( 2 )
|
||
|
anims/FatherRapping = ExtResource( 4 )
|
||
|
anims/FatherTalk = ExtResource( 7 )
|
||
|
anims/FatherTalkPhone = ExtResource( 5 )
|
||
|
anims/FatherWalk = ExtResource( 6 )
|