actionrpg-heartbeast/ActionRPG-HeartBeast/Overlap/WanderController.tscn
2024-12-01 21:20:10 -05:00

13 lines
337 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Overlap/WanderController.gd" type="Script" id=1]
[node name="WanderController" type="Node2D"]
script = ExtResource( 1 )
[node name="Timer" type="Timer" parent="."]
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]