SpielBackupAlt/Charakters/NPCs/Brother.tscn

75 lines
2.9 KiB
Plaintext
Executable File

[gd_scene load_steps=21 format=2]
[ext_resource path="res://Charakters/Models/Brother/Orc Idle.fbx" type="PackedScene" id=1]
[ext_resource path="res://Charakters/Models/Brother/BrotherNervious.tres" type="Animation" id=2]
[ext_resource path="res://Charakters/Models/Brother/BrotherArmStretch.tres" type="Animation" id=3]
[ext_resource path="res://Charakters/Models/Brother/BrotherWalk.tres" type="Animation" id=4]
[ext_resource path="res://Charakters/Models/Brother/BrotherIdle.tres" type="Animation" id=5]
[ext_resource path="res://Charakters/textures/eyebrow012.png" type="Texture" id=6]
[ext_resource path="res://Charakters/textures/shoes06_diffuse.png" type="Texture" id=7]
[ext_resource path="res://Charakters/textures/young_lightskinned_male_diffuse2.png" type="Texture" id=8]
[ext_resource path="res://Charakters/textures/eyelashes01.png" type="Texture" id=9]
[ext_resource path="res://Charakters/textures/male_casualsuit04_diffuse.png" type="Texture" id=10]
[ext_resource path="res://Charakters/textures/brown_eye.png" type="Texture" id=11]
[ext_resource path="res://Charakters/textures/short04_diffuse.png" type="Texture" id=12]
[ext_resource path="res://scripts/NPCModel.gd" type="Script" id=13]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 8 )
normal_enabled = true
normal_scale = 1.0
[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( 11 )
[sub_resource type="SpatialMaterial" id=4]
flags_transparent = true
albedo_texture = ExtResource( 6 )
[sub_resource type="SpatialMaterial" id=5]
flags_transparent = true
albedo_texture = ExtResource( 9 )
[sub_resource type="SpatialMaterial" id=6]
albedo_texture = ExtResource( 7 )
[sub_resource type="SpatialMaterial" id=7]
albedo_texture = ExtResource( 10 )
[node name="Brother" 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="short04obj" parent="RootNode" index="2"]
material/0 = SubResource( 2 )
[node name="high-polyobj" parent="RootNode" index="3"]
material/0 = SubResource( 3 )
[node name="eyebrow012obj" parent="RootNode" index="4"]
material/0 = SubResource( 4 )
[node name="eyelashes01obj" parent="RootNode" index="5"]
material/0 = SubResource( 5 )
[node name="shoes06obj" parent="RootNode" index="8"]
material/0 = SubResource( 6 )
[node name="male_casualsuit04obj" parent="RootNode" index="9"]
material/0 = SubResource( 7 )
[node name="AnimationPlayer" parent="RootNode" index="11"]
anims/BrotherArmStretch = ExtResource( 3 )
anims/BrotherIdle = ExtResource( 5 )
anims/BrotherNervious = ExtResource( 2 )
anims/BrotherWalk = ExtResource( 4 )