25 lines
872 B
Plaintext
25 lines
872 B
Plaintext
[gd_scene format=3 uid="uid://byqqa5hk1hmv5"]
|
|
|
|
[ext_resource type="Script" uid="uid://yq7molif7ijh" path="res://sources/minigames/frog/lilypad_track.gd" id="1_0nn04"]
|
|
[ext_resource type="AudioStream" uid="uid://b2idirdf5bdrl" path="res://assets/minigames/frog/audio/frog_taplily.mp3" id="2_8qte0"]
|
|
|
|
[node name="LilypadTrack" type="Control" unique_id=1929767768]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_0nn04")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=3431403]
|
|
stream = ExtResource("2_8qte0")
|
|
|
|
[node name="SpawnTimer" type="Timer" parent="." unique_id=445612080]
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="SpawnTimer" to="." method="_on_spawn_timer_timeout"]
|