1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/behaviours/move_straight.tscn

8 lines
305 B
Text

[gd_scene load_steps=2 format=3 uid="uid://dk1ipq7dhkhf3"]
[ext_resource type="Script" path="res://behaviours/move_straight.gd" id="1_8yf73"]
[node name="MoveStraight" type="Node2D"]
script = ExtResource("1_8yf73")
[connection signal="changed_direction" from="." to="." method="_on_changed_direction"]