mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2024-11-24 21:18:21 -05:00
22 lines
566 B
Plaintext
22 lines
566 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bdarunpk3c2eh"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cbo47ftx0vcro" path="res://scenes/ship.tscn" id="1_esyqo"]
|
|
|
|
[node name="Game" type="Node2D"]
|
|
|
|
[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)
|
|
|
|
[node name="Ship" parent="." instance=ExtResource("1_esyqo")]
|
|
z_index = 1
|
|
position = Vector2(622, 309)
|