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