15 lines
707 B
Plaintext
15 lines
707 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://5bcs7peqaotp"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/Game/Background/parallax_background.gd" id="1_8gnjn"]
|
|
[ext_resource type="Texture2D" uid="uid://pevtm2psr3ap" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Environments/Forest of Illusion/Forest of Illusion Expansion Pack/Layers/back.png" id="1_hlk2w"]
|
|
|
|
[node name="ParallaxBackground" type="ParallaxBackground"]
|
|
script = ExtResource("1_8gnjn")
|
|
|
|
[node name="ParallaxLayer" type="ParallaxLayer" parent="."]
|
|
|
|
[node name="Back" type="Sprite2D" parent="ParallaxLayer"]
|
|
position = Vector2(575.5, 326.5)
|
|
scale = Vector2(1.99479, 2.37868)
|
|
texture = ExtResource("1_hlk2w")
|