1
2
3
4
5
6
7
[gd_scene load_steps=2 format=2]

[ext_resource path="res://effects/Trail.gd" type="Script" id=1]

[node name="Trail" type="Node2D"]
show_behind_parent = true
script = ExtResource( 1 )