Refactor background and starry sky layer scripts; move to new directory structure

This commit is contained in:
Kirill
2026-08-20 21:19:47 +03:00
parent b2a18c9c41
commit 0db24fec60
6 changed files with 3 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
[gd_scene format=3 uid="uid://icbk3la71t7h"]
[ext_resource type="Script" uid="uid://bq7xkdvq4iejn" path="res://world/background/starry_sky_layer.gd" id="1_st4ay"]
[node name="StarrySkyLayer" type="Parallax2D"]
scroll_offset = Vector2(1080, 1920)
repeat_size = Vector2(1080, 1920)
repeat_times = 3
script = ExtResource("1_st4ay")