23 lines
651 B
Plaintext
23 lines
651 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Assets/BigPlaceholder.png" type="Texture" id=1]
|
|
[ext_resource path="res://Scripts/FastTrail.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 88.8117, 26.2111 )
|
|
|
|
[node name="FastTrail" type="Node2D"]
|
|
rotation = -6.28319
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
modulate = Color( 0.901961, 0, 0, 1 )
|
|
z_index = 10
|
|
texture = ExtResource( 1 )
|
|
offset = Vector2( 88, 0 )
|
|
|
|
[node name="Area2D" type="Area2D" parent="Sprite"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Sprite/Area2D"]
|
|
shape = SubResource( 1 )
|