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

9 lines
305 B
Text
Raw Normal View History

[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")
2024-04-17 03:26:13 +00:00
[connection signal="changed_direction" from="." to="." method="_on_changed_direction"]