SpielBackupAlt/Charakters/NPCs/Cat.tscn

51 lines
2.5 KiB
Plaintext
Executable File

[gd_scene load_steps=19 format=2]
[ext_resource path="res://Charakters/Models/Cat/CatDeath.tres" type="Animation" id=1]
[ext_resource path="res://Charakters/Models/Cat/CatWalk.tres" type="Animation" id=2]
[ext_resource path="res://Charakters/Models/Cat/CatCatSleep.tres" type="Animation" id=3]
[ext_resource path="res://Charakters/Models/Cat/CatCrawlJump.tres" type="Animation" id=4]
[ext_resource path="res://Charakters/Models/Cat/CatIdle.tres" type="Animation" id=5]
[ext_resource path="res://Charakters/Models/Cat/CatZombieCrawl.tres" type="Animation" id=6]
[ext_resource path="res://Charakters/Models/Cat/CatLowCrawl.tres" type="Animation" id=7]
[ext_resource path="res://Charakters/Models/Cat/CatCrawl.tres" type="Animation" id=8]
[ext_resource path="res://Charakters/Models/Cat/CatIdleToCrawl.tres" type="Animation" id=9]
[ext_resource path="res://Charakters/Models/Cat/CatTwerk.tres" type="Animation" id=10]
[ext_resource path="res://Charakters/Models/Cat/CatCrawlToIdle.tres" type="Animation" id=11]
[ext_resource path="res://Charakters/Models/Cat/CatRunCrawl.tres" type="Animation" id=12]
[ext_resource path="res://Charakters/Models/Cat/Breathing Idle.fbx" type="PackedScene" id=13]
[ext_resource path="res://Charakters/textures/blue_eye.png" type="Texture" id=14]
[ext_resource path="res://Charakters/textures/old_lightskinned_male_diffuse2.png" type="Texture" id=15]
[ext_resource path="res://scripts/NPCModel.gd" type="Script" id=16]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 15 )
[sub_resource type="SpatialMaterial" id=2]
flags_transparent = true
albedo_texture = ExtResource( 14 )
[node name="Cat" instance=ExtResource( 13 )]
transform = Transform( 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0 )
script = ExtResource( 16 )
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="AnimationPlayer" parent="RootNode" index="6"]
anims/CatCatSleep = ExtResource( 3 )
anims/CatCrawl = ExtResource( 8 )
anims/CatCrawlJump = ExtResource( 4 )
anims/CatCrawlToIdle = ExtResource( 11 )
anims/CatDeath = ExtResource( 1 )
anims/CatIdle = ExtResource( 5 )
anims/CatIdleToCrawl = ExtResource( 9 )
anims/CatLowCrawl = ExtResource( 7 )
anims/CatRunCrawl = ExtResource( 12 )
anims/CatTwerk = ExtResource( 10 )
anims/CatWalk = ExtResource( 2 )
anims/CatZombieCrawl = ExtResource( 6 )