21 lines
565 B
Plaintext
21 lines
565 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://byqqa5hk1hmv5"]
|
|
|
|
[ext_resource type="Script" path="res://sources/minigames/frog/lilypad_track.gd" id="1_0nn04"]
|
|
|
|
[node name="LilypadTrack" type="Control"]
|
|
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="SpawnTimer" type="Timer" parent="."]
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="SpawnTimer" to="." method="_on_spawn_timer_timeout"]
|