initial and starry sky

This commit is contained in:
Kirill
2025-11-12 13:28:57 +03:00
commit 7c5867f606
12 changed files with 307 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=3 uid="uid://bv384dpmvjv8o"]
[ext_resource type="Script" uid="uid://d2wrwichuoncd" path="res://world/Background/background.gd" id="1_fj7yv"]
[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", "Node_2d")]
script = ExtResource("1_fj7yv")
Parallax_2d = NodePath("Parallax2D")
Node_2d = NodePath("Parallax2D/StarrySkyDynamicBG")
[node name="Parallax2D" type="Parallax2D" parent="BackgroundLayer"]
repeat_size = Vector2(2048, 2048)
[node name="StarrySkyDynamicBG" type="Node2D" parent="BackgroundLayer/Parallax2D"]
script = ExtResource("3_tlwt5")
Star_Count = 2000
Background_Image_Size = Vector2(2048, 2048)