Files
retromariogodot/scenes/pipe.tscn
T

15 lines
449 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://be832pldgbeyk"]
[ext_resource type="Script" path="res://scripts/pipe.gd" id="1_akqs5"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5w6v5"]
size = Vector2(30, 1)
[node name="pipe" type="Area2D"]
collision_layer = 4
script = ExtResource("1_akqs5")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(16, -0.5)
shape = SubResource("RectangleShape2D_5w6v5")