You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
808 B
23 lines
808 B
[gd_scene load_steps=3 format=3 uid="uid://deycsko30abup"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dywcxh6kdp6ll" path="res://nodes/parallax/jungle-bg.jpg" id="1_afm01"]
|
|
[ext_resource type="Texture2D" uid="uid://5xxmyp4gcuyf" path="res://nodes/parallax/jungle-fg.png" id="2_mtiwd"]
|
|
|
|
[node name="ParallaxBackground" type="ParallaxBackground"]
|
|
|
|
[node name="bg" type="ParallaxLayer" parent="."]
|
|
motion_scale = Vector2(0.5, 0.5)
|
|
motion_mirroring = Vector2(384, 216)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="bg"]
|
|
texture_filter = 1
|
|
texture = ExtResource("1_afm01")
|
|
centered = false
|
|
|
|
[node name="fg" type="ParallaxLayer" parent="."]
|
|
motion_scale = Vector2(0.6, 0.6)
|
|
motion_mirroring = Vector2(384, 216)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="fg"]
|
|
texture = ExtResource("2_mtiwd")
|
|
centered = false
|
|
|