mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
12 lines
301 B
Text
12 lines
301 B
Text
[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="."]
|
|
wait_time = 0.25
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="step"]
|