2024-05-12 01:17:58 -04:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://bdarunpk3c2eh"]
|
2024-05-09 22:42:55 -04:00
|
|
|
|
2024-05-12 01:17:58 -04:00
|
|
|
[ext_resource type="Script" path="res://scenes/game.gd" id="1_6727i"]
|
2024-05-09 22:42:55 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cbo47ftx0vcro" path="res://scenes/ship.tscn" id="1_esyqo"]
|
2024-05-12 00:47:14 -04:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bsonrs8vhtly8" path="res://scenes/comet.tscn" id="2_b37uv"]
|
2024-05-09 22:42:55 -04:00
|
|
|
|
|
|
|
[node name="Game" type="Node2D"]
|
2024-05-12 01:17:58 -04:00
|
|
|
script = ExtResource("1_6727i")
|
2024-05-09 22:42:55 -04:00
|
|
|
|
2024-05-10 20:42:22 -04:00
|
|
|
[node name="Background" type="CanvasLayer" parent="."]
|
|
|
|
layer = -1
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Background"]
|
|
|
|
z_index = -1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
|
2024-05-09 22:42:55 -04:00
|
|
|
[node name="Ship" parent="." instance=ExtResource("1_esyqo")]
|
2024-05-10 20:42:22 -04:00
|
|
|
z_index = 1
|
|
|
|
position = Vector2(622, 309)
|
2024-05-12 00:47:14 -04:00
|
|
|
|
|
|
|
[node name="Comet" parent="." instance=ExtResource("2_b37uv")]
|
|
|
|
position = Vector2(276, 249)
|