25 lines
888 B
Plaintext
25 lines
888 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cvos258vtnsju"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://gnnvs3vb6gbp" path="res://model/Kid1.png" id="1_lgn5e"]
|
|
[ext_resource type="AudioStream" uid="uid://cpc4p4a7cly1j" path="res://Whisper.wav" id="2_bqbtd"]
|
|
[ext_resource type="Script" path="res://scene/AudioStreamPlayer2d.cs" id="3_xfmw7"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_34g5i"]
|
|
|
|
[node name="gamin" type="CharacterBody2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CapsuleShape2D_34g5i")
|
|
|
|
[node name="Kid1" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -1)
|
|
texture = ExtResource("1_lgn5e")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("2_bqbtd")
|
|
volume_db = -20.0
|
|
autoplay = true
|
|
max_distance = 128.0
|
|
script = ExtResource("3_xfmw7")
|
|
audio = ExtResource("2_bqbtd")
|