2025-11-15 08:22:49 +03:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://bv384dpmvjv8o"]
|
2025-11-12 13:28:57 +03:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://d2wrwichuoncd" path="res://world/Background/background.gd" id="1_fj7yv"]
|
2025-11-15 08:22:49 +03:00
|
|
|
[ext_resource type="PackedScene" uid="uid://icbk3la71t7h" path="res://world/Background/starry_sky_layer.tscn" id="3_aqk2v"]
|
2025-11-12 13:28:57 +03:00
|
|
|
[ext_resource type="Script" uid="uid://b823gkreu47t3" path="res://world/Background/starry_sky_dynamic_bg.gd" id="3_tlwt5"]
|
|
|
|
|
|
|
|
|
|
[node name="World" type="Node2D"]
|
|
|
|
|
|
2025-11-15 08:22:49 +03:00
|
|
|
[node name="BackgroundLayer" type="Node2D" parent="." node_paths=PackedStringArray("Parallax_2d")]
|
2025-11-12 13:28:57 +03:00
|
|
|
script = ExtResource("1_fj7yv")
|
2025-11-15 08:22:49 +03:00
|
|
|
STARRY_SKY_LAYER = ExtResource("3_aqk2v")
|
2025-11-12 13:28:57 +03:00
|
|
|
Parallax_2d = NodePath("Parallax2D")
|
|
|
|
|
|
|
|
|
|
[node name="Parallax2D" type="Parallax2D" parent="BackgroundLayer"]
|
|
|
|
|
repeat_size = Vector2(2048, 2048)
|
|
|
|
|
|
|
|
|
|
[node name="StarrySkyDynamicBG" type="Node2D" parent="BackgroundLayer/Parallax2D"]
|
2025-11-15 08:22:49 +03:00
|
|
|
visible = false
|
2025-11-12 13:28:57 +03:00
|
|
|
script = ExtResource("3_tlwt5")
|
|
|
|
|
Star_Count = 2000
|
|
|
|
|
Background_Image_Size = Vector2(2048, 2048)
|