Files
colors-path/Scenes/parallax.tscn
T

46 lines
1.7 KiB
Plaintext

[gd_scene format=3 uid="uid://dcp5t2l3twyfe"]
[ext_resource type="Texture2D" uid="uid://cbjoh7l7ryda8" path="res://Assets/Layers/back.png" id="1_acil8"]
[ext_resource type="Texture2D" uid="uid://ducpimksauhjr" path="res://Assets/Layers/far.png" id="2_1rrkq"]
[ext_resource type="Texture2D" uid="uid://dlm06gr578dx1" path="res://Assets/tiles and background_foreground (new)/fg_1.png" id="3_acil8"]
[ext_resource type="Texture2D" uid="uid://dq4bewsc3fx27" path="res://Assets/Layers/middle.png" id="3_ngbw4"]
[node name="Parallax" type="Node2D" unique_id=294865399]
[node name="Background" type="Parallax2D" parent="." unique_id=1430177573]
scroll_scale = Vector2(0.3, 0)
repeat_size = Vector2(144, 0)
autoscroll = Vector2(1, 0)
repeat_times = 6
[node name="Sprite2D" type="Sprite2D" parent="Background" unique_id=277623484]
texture_filter = 1
texture = ExtResource("1_acil8")
[node name="Farground" type="Parallax2D" parent="." unique_id=1616983777]
scroll_scale = Vector2(0.3, 0)
repeat_size = Vector2(176, 0)
repeat_times = 7
[node name="Sprite2D" type="Sprite2D" parent="Farground" unique_id=2095101245]
texture_filter = 1
texture = ExtResource("2_1rrkq")
[node name="Midground" type="Parallax2D" parent="." unique_id=2007318895]
scroll_scale = Vector2(0.6, 0)
repeat_size = Vector2(192, 0)
repeat_times = 6
[node name="Sprite2D" type="Sprite2D" parent="Midground" unique_id=1823581272]
texture_filter = 1
texture = ExtResource("3_ngbw4")
[node name="Foreground" type="Parallax2D" parent="." unique_id=904903704]
visible = false
scroll_scale = Vector2(0.9, 0)
repeat_size = Vector2(480, 0)
[node name="Sprite2D" type="Sprite2D" parent="Foreground" unique_id=966079327]
texture_filter = 1
texture = ExtResource("3_acil8")