22 lines
867 B
Plaintext
22 lines
867 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(2603.9998, 1474.0001)
|
|
scale = Vector2(1.3562499, 1.3685186)
|
|
texture = ExtResource("1_n7ltq")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("3_mlxib")
|
|
autoplay = true
|
|
|
|
[node name="Kamera" type="Camera2D" parent="."]
|
|
position = Vector2(2632, 1472)
|
|
zoom = Vector2(-0.22, -0.22)
|