[gd_scene load_steps=22 format=2] [ext_resource path="res://Sprites/Player.tres" type="SpriteFrames" id=1] [ext_resource path="res://addons/randomAudioStreamPlayer/random_audio_stream_player.gd" type="Script" id=2] [ext_resource path="res://Script/Player.gd" type="Script" id=3] [ext_resource path="res://Sounds/sfx_step_00.wav" type="AudioStream" id=4] [ext_resource path="res://Sounds/sfx_step_14.wav" type="AudioStream" id=5] [ext_resource path="res://Sounds/sfx_step_07.wav" type="AudioStream" id=6] [ext_resource path="res://Sounds/sfx_step_09.wav" type="AudioStream" id=7] [ext_resource path="res://Sounds/sfx_step_01.wav" type="AudioStream" id=8] [ext_resource path="res://Sounds/sfx_step_02.wav" type="AudioStream" id=9] [ext_resource path="res://Sounds/sfx_step_04.wav" type="AudioStream" id=10] [ext_resource path="res://Sounds/sfx_step_05.wav" type="AudioStream" id=11] [ext_resource path="res://Sounds/sfx_step_06.wav" type="AudioStream" id=12] [ext_resource path="res://Sounds/sfx_step_12.wav" type="AudioStream" id=13] [ext_resource path="res://Sounds/sfx_step_13.wav" type="AudioStream" id=14] [ext_resource path="res://Sounds/sfx_step_03.wav" type="AudioStream" id=15] [ext_resource path="res://Sounds/sfx_step_08.wav" type="AudioStream" id=16] [ext_resource path="res://Sounds/sfx_step_11.wav" type="AudioStream" id=17] [ext_resource path="res://Sounds/sfx_step_10.wav" type="AudioStream" id=18] [ext_resource path="res://Sounds/sfx_no.wav" type="AudioStream" id=19] [ext_resource path="res://Sounds/sfx_dash_02.wav" type="AudioStream" id=20] [sub_resource type="CapsuleShape2D" id=1] radius = 32.0 height = 0.0 [node name="Player" type="Area2D"] script = ExtResource( 3 ) __meta__ = { "_edit_group_": true } speed = 20.0 rest = 0.2 [node name="AnimatedSprite" type="AnimatedSprite" parent="."] position = Vector2( -20, -80 ) frames = ExtResource( 1 ) animation = "front" [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2( 0, -16 ) shape = SubResource( 1 ) [node name="FootSteps" type="AudioStreamPlayer" parent="."] volume_db = -4.0 bus = "sfx" script = ExtResource( 2 ) streams = [ ExtResource( 4 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 15 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 6 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 18 ), ExtResource( 17 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 5 ) ] random_strategy = 2 [node name="Deny" type="AudioStreamPlayer" parent="."] stream = ExtResource( 19 ) bus = "sfx" [node name="Hoover" type="AudioStreamPlayer" parent="."] stream = ExtResource( 20 ) bus = "sfx"