This commit is contained in:
2024-10-27 18:43:35 +01:00
parent f1eec54972
commit e242f59c0b
5082 changed files with 66034 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[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")