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

12 lines
316 B
Text
Raw Normal View History

2024-04-15 23:00:49 +00:00
[gd_scene load_steps=2 format=3 uid="uid://dqlhv4j3b62hd"]
[ext_resource type="Script" path="res://behaviours/random_walk.gd" id="1_hs213"]
[node name="RandomWalk" type="Node2D"]
script = ExtResource("1_hs213")
speed = null
wait_time_mean = null
wait_time_dev = null
wander_time_mean = null
wander_time_dev = null