Files
Kalulu/sources/minigames/frog/lilypad_track.tscn
T
Laurent Tourte ac68eb60cd Better frog
2024-01-17 14:37:23 +01:00

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"]