20 lines
822 B
Plaintext
20 lines
822 B
Plaintext
[gd_scene format=3 uid="uid://bloyucpsbvpx8"]
|
|
|
|
[ext_resource type="Script" uid="uid://b3cplysxudipp" path="res://sources/minigames/frog/frog.gd" id="1_68f6f"]
|
|
[ext_resource type="SpriteFrames" uid="uid://diasql7sh46kd" path="res://sources/minigames/frog/frog_animations.tres" id="4_2kxtk"]
|
|
|
|
[node name="Frog" type="Control" unique_id=2020692812]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_68f6f")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=207561082]
|
|
bus = &"Effects"
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=539486441]
|
|
sprite_frames = ExtResource("4_2kxtk")
|
|
animation = &"idle_front"
|
|
autoplay = "idle_side"
|
|
|
|
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animated_sprite_2d_animation_finished"]
|