20 lines
843 B
Plaintext
20 lines
843 B
Plaintext
|
|
[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)
|