untitled-plant-game/World/Plant.tscn

13 lines
301 B
Text
Raw Normal View History

2021-12-04 00:20:48 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://World/Plant.gd" type="Script" id=2]
[node name="Plant" type="Node2D"]
script = ExtResource( 2 )
[node name="Timer" type="Timer" parent="."]
2021-12-04 16:45:59 +00:00
wait_time = 0.25
2021-12-04 00:20:48 +00:00
autostart = true
2021-12-04 16:19:43 +00:00
[connection signal="timeout" from="Timer" to="." method="step"]