Tutorials completed.
This commit is contained in:
12
ActionRPG-HeartBeast/Overlap/WanderController.tscn
Normal file
12
ActionRPG-HeartBeast/Overlap/WanderController.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user