FlappyBird/Scenes/flappy_bird.tscn

18 lines
662 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://c0tpkr1ghv33o"]
[ext_resource type="PackedScene" uid="uid://cij4p7ni0rujg" path="res://Scenes/bird.tscn" id="1_f1cub"]
[ext_resource type="Script" path="res://Scripts/game_manager.gd" id="1_vfafo"]
[ext_resource type="PackedScene" uid="uid://k6su505fjc6g" path="res://Scenes/pipes.tscn" id="2_ypsty"]
[node name="FlappyBird" type="Node2D"]
[node name="GameManager" type="Node" parent="."]
script = ExtResource("1_vfafo")
Pipes = ExtResource("2_ypsty")
[node name="Bird" parent="." instance=ExtResource("1_f1cub")]
unique_name_in_owner = true
scale = Vector2(2, 2)
[node name="Camera2D" type="Camera2D" parent="."]