The_Dark_Side_of_Earth/background/background.tscn
2025-09-18 17:47:49 +02:00

49 lines
1.9 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://bcph46qvs6s1"]
[ext_resource type="Script" uid="uid://c6q1tgl7kag67" path="res://background/background.gd" id="1_gsnt7"]
[ext_resource type="Texture2D" uid="uid://bk0lxjv2qjxnp" path="res://world/Background Prototype/Background Prototype Layer 1.png" id="1_qjy44"]
[ext_resource type="Texture2D" uid="uid://b3d276mpm5mqr" path="res://world/Background Prototype/Background Prototype Layer 4.png" id="2_eva80"]
[ext_resource type="Texture2D" uid="uid://b6fkgig57ki5j" path="res://world/Background Prototype/Background Prototype Layer 2.png" id="2_gsnt7"]
[ext_resource type="Texture2D" uid="uid://tctuwr3rmof4" path="res://world/Background Prototype/Background Prototype Layer 3.png" id="3_3phoi"]
[node name="Background" type="Node2D"]
script = ExtResource("1_gsnt7")
[node name="Parallax2D" type="Parallax2D" parent="."]
scroll_scale = Vector2(0.1, 0.1)
repeat_size = Vector2(1920, 1080)
repeat_times = 2
[node name="Sprite2D" type="Sprite2D" parent="Parallax2D"]
position = Vector2(960, 540)
scale = Vector2(2, 2)
texture = ExtResource("1_qjy44")
[node name="Parallax2D2" type="Parallax2D" parent="."]
scroll_scale = Vector2(0.4, 0.4)
repeat_size = Vector2(1920, 1080)
repeat_times = 2
[node name="Sprite2D" type="Sprite2D" parent="Parallax2D2"]
position = Vector2(960, 540)
scale = Vector2(2, 2)
texture = ExtResource("2_gsnt7")
[node name="Parallax2D3" type="Parallax2D" parent="."]
scroll_scale = Vector2(0.7, 0.7)
repeat_size = Vector2(1920, 1080)
repeat_times = 2
[node name="Sprite2D" type="Sprite2D" parent="Parallax2D3"]
position = Vector2(960, 540)
scale = Vector2(2, 2)
texture = ExtResource("3_3phoi")
[node name="Parallax2D4" type="Parallax2D" parent="."]
repeat_size = Vector2(1920, 1080)
repeat_times = 2
[node name="Sprite2D" type="Sprite2D" parent="Parallax2D4"]
position = Vector2(960, 540)
scale = Vector2(2, 2)
texture = ExtResource("2_eva80")