This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
godot-steering-ai-framework
Watch
1
Star
0
Fork
0
You've already forked godot-steering-ai-framework
mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced
2025-01-30 18:39:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dde2825bde
godot-steering-ai-framework
/
project
/
demos
/
FollowPath
/
FollowPathDemo.gd
9 lines
96 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add path following toy demo
2020-01-15 20:42:24 +01:00
extends
Node2D
Update folder structure for FoollowPath Demo
2020-01-16 12:10:55 +01:00
onready
var
drawer
:
=
$
Drawer
Add path following toy demo
2020-01-15 20:42:24 +01:00
func
_ready
(
)
-
>
void
:
$
PathFollower
.
setup
(
)
Reference in New Issue
Copy Permalink