forked from kanium/starcheese
26 lines
912 B
Plaintext
26 lines
912 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://8ocp10j32f62"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_eedai"]
|
|
[ext_resource type="Texture2D" uid="uid://y6phkg4twpdm" path="res://images/bg_space_seamless.png" id="1_rpyi5"]
|
|
[ext_resource type="PackedScene" uid="uid://dej58eek7fudd" path="res://spaceship.tscn" id="3_h8rrl"]
|
|
[ext_resource type="Script" path="res://spawn_asteroid_button.gd" id="9_21dg0"]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource("1_eedai")
|
|
|
|
[node name="background" type="Sprite2D" parent="."]
|
|
position = Vector2(955, 537)
|
|
scale = Vector2(2, 2)
|
|
texture = ExtResource("1_rpyi5")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="spaceship" parent="." instance=ExtResource("3_h8rrl")]
|
|
|
|
[node name="SpawnAsteroidButton" type="Button" parent="."]
|
|
offset_left = 72.0
|
|
offset_top = 993.0
|
|
offset_right = 249.0
|
|
offset_bottom = 1049.0
|
|
text = "SPAWN ASTEROID"
|
|
script = ExtResource("9_21dg0")
|