FlappyBird/Scenes/pipe.tscn

18 lines
561 B
Text
Raw Permalink Normal View History

[gd_scene load_steps=3 format=3 uid="uid://b6apltgrsllm7"]
[ext_resource type="Texture2D" uid="uid://btfaucx6uga8a" path="res://Sprites/pipe-green.png" id="1_7wb7t"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rkgml"]
size = Vector2(47, 318)
[node name="Pipe" type="Area2D"]
position = Vector2(0, -555)
[node name="Icon" type="Sprite2D" parent="."]
texture_filter = 1
texture = ExtResource("1_7wb7t")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-0.5, 1)
shape = SubResource("RectangleShape2D_rkgml")