[gd_scene load_steps=14 format=2]
[ext_resource path=“res://Scenes/Player.tscn” type=“PackedScene” id=1]
[ext_resource path=“res://Scenes/Bullet.tscn” type=“PackedScene” id=2]
[ext_resource path=“res://Scenes/Background.tscn” type=“PackedScene” id=3]
[ext_resource path=“res://Scenes/Enemy.tscn” type=“PackedScene” id=4]
[ext_resource path=“res://Scenes/Game.gd” type=“Script” id=5]
[ext_resource path=“res://Scenes/pop.tscn” type=“PackedScene” id=6]
[ext_resource path=“res://Scenes/Timer.tscn” type=“PackedScene” id=7]
[ext_resource path=“res://Scenes/Borders.tscn” type=“PackedScene” id=8]
[ext_resource path=“res://Scripts/pop.gd” type=“Script” id=9]
[ext_resource path=“res://Scripts/Highscore.gd” type=“Script” id=10]
[ext_resource path=“res://Fonts/CuteFont-Regular.ttf” type=“DynamicFontData” id=11]
[ext_resource path=“res://Scenes/Game.tscn” type=“PackedScene” id=12]
[sub_resource type=“DynamicFont” id=1]
size = 100
font_data = ExtResource( 11 )
[node name=“Game” type=“Node2D”]
position = Vector2( 396, 441 )
script = ExtResource( 5 )
meta = {
“edit_horizontal_guides”: [ 500.0 ],
“edit_vertical_guides”: [ 500.0 ]
}
[node name=“Borders” parent=“.” instance=ExtResource( 8 )]
position = Vector2( -396, -440 )
[node name=“Player” parent=“.” instance=ExtResource( 1 )]
position = Vector2( 100, 100 )
z_index = 5
[node name=“pop” parent=“Player” instance=ExtResource( 6 )]
position = Vector2( 0, -6 )
script = ExtResource( 9 )
[node name=“PopSound” parent=“Player” instance=ExtResource( 12 )]
[node name=“Enemy” parent=“.” instance=ExtResource( 4 )]
position = Vector2( 104, 489 )
collision_layer = 4
[node name=“Bullet” parent=“.” instance=ExtResource( 2 )]
position = Vector2( 1044, 33 )
collision_layer = 2
[node name=“Timer1” parent=“.” instance=ExtResource( 7 )]
self_modulate = Color( 0, 0, 0, 1 )
margin_left = 72.0
margin_top = -413.0
margin_right = 136.0
margin_bottom = -262.0
align = 1
valign = 1
[node name=“Highscore” type=“Label” parent=“.”]
margin_left = -199.0
margin_top = 234.0
margin_right = 107.0
margin_bottom = 385.0
custom_fonts/font = SubResource( 1 )
text = "Highscore "
align = 1
valign = 1
script = ExtResource( 10 )
[node name=“Background” parent=“.” instance=ExtResource( 3 )]
position = Vector2( -396, -439 )
z_index = -5
meta = {
“edit_lock”: true
}