mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
8 lines
305 B
Text
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"]
|