Enemy
This commit is contained in:
14
scenes/Game/Background/parallax_background.tscn
Normal file
14
scenes/Game/Background/parallax_background.tscn
Normal 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")
|
Reference in New Issue
Block a user