This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/Characters/SmartFridge/SmartFridge.tscn

45 lines
1.7 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://Classes/Player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Assets/Characters/SmartFridge/SmartFridge.gltf" type="PackedScene" id=2]
[ext_resource path="res://Assets/Characters/SmartFridge/SmartFridge.gd" type="Script" id=3]
[ext_resource path="res://Assets/Audio/SFX/Jetpack_Thrust.wav" type="AudioStream" id=4]
[sub_resource type="AnimationNodeStateMachinePlayback" id=1]
[sub_resource type="BoxShape" id=2]
extents = Vector3( 0.497026, 0.468212, 1 )
[node name="SmartFridge" instance=ExtResource( 1 )]
script = ExtResource( 3 )
[node name="Hand" parent="Camera" index="0"]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.335, -0.396695, -0.559 )
[node name="WeaponBobAnimationTree" parent="Camera/Hand" index="0"]
parameters/playback = SubResource( 1 )
[node name="CollisionShapeBody" parent="." index="2"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0.997194, 0.228745 )
shape = SubResource( 2 )
[node name="Jump" parent="Sounds" index="0"]
SoundClip = "res://Assets/Audio/SFX/Player_Jump_01.wav"
[node name="Footsteps" parent="Sounds" index="1"]
SoundClip = "res://Assets/Audio/SFX/Player_Step_Concrete_01.wav"
[node name="Death" parent="Sounds" index="2"]
SoundClip = "res://Assets/Audio/SFX/Player_Death_01.wav"
[node name="Pain" parent="Sounds" index="3"]
SoundClip = "res://Assets/Audio/SFX/Player_Pain_01.wav"
[node name="Jetpack" parent="Sounds" index="4"]
stream = ExtResource( 4 )
[node name="SmartFridge" parent="." index="6" instance=ExtResource( 2 )]
transform = Transform( -1, 0, -3.25841e-07, 0, 1, 0, 3.25841e-07, 0, -1, 0, 0, 0.313989 )
[editable path="SmartFridge"]