FlappyBird/Scenes/bird.tscn

17 lines
598 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://cij4p7ni0rujg"]
[ext_resource type="Script" path="res://Scripts/Bird/movement.gd" id="1_4imb2"]
[ext_resource type="Texture2D" uid="uid://cfotdween4etw" path="res://icon.svg" id="1_rcshh"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5ukl2"]
size = Vector2(102, 128)
[node name="Bird" type="CharacterBody2D"]
script = ExtResource("1_4imb2")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_rcshh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_5ukl2")