18 lines
753 B
Plaintext
18 lines
753 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b1vxl6rs5odt1"]
|
|
|
|
[ext_resource type="Script" uid="uid://cts6e8xmnqsax" path="res://scripts/galaxy.gd" id="1_jxn3g"]
|
|
[ext_resource type="Texture2D" uid="uid://dvydsg5o77wdm" path="res://assets/background/galaxy_background.jpg" id="1_n7ltq"]
|
|
[ext_resource type="AudioStream" uid="uid://c8xg32p8lbltw" path="res://assets/sounds/music/game_music.mp3" id="3_mlxib"]
|
|
|
|
[node name="Galaxy" type="Node2D"]
|
|
script = ExtResource("1_jxn3g")
|
|
|
|
[node name="Background" type="Sprite2D" parent="."]
|
|
position = Vector2(576.00006, 323.99994)
|
|
scale = Vector2(0.3, 0.30000004)
|
|
texture = ExtResource("1_n7ltq")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("3_mlxib")
|
|
autoplay = true
|