mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-07-17 16:34:54 +00:00
6 lines
186 B
Text
6 lines
186 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/Objects/MovingPlatform/Waypoints.gd" type="Script" id=1]
|
|
|
|
[node name="Waypoints" type="Line2D"]
|
|
script = ExtResource( 1 )
|