Enemy
This commit is contained in:
23
scenes/Game/Background/background.tscn
Normal file
23
scenes/Game/Background/background.tscn
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://by4cti43klsp2"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://5bcs7peqaotp" path="res://scenes/Game/Background/parallax_background.tscn" id="1_ofe3s"]
|
||||
[ext_resource type="Texture2D" uid="uid://csqkeotrgdjmn" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Environments/Forest of Illusion/Forest of Illusion Expansion Pack/Layers/tiles.png" id="2_dhtsg"]
|
||||
|
||||
[node name="Background" type="Node2D"]
|
||||
|
||||
[node name="ParallaxBackground" parent="." instance=ExtResource("1_ofe3s")]
|
||||
|
||||
[node name="ParallaxBackground2" type="ParallaxBackground" parent="."]
|
||||
|
||||
[node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground2"]
|
||||
|
||||
[node name="Tiles" type="Sprite2D" parent="ParallaxBackground2"]
|
||||
position = Vector2(575.5, 298.5)
|
||||
scale = Vector2(1.99479, 2.57721)
|
||||
texture = ExtResource("2_dhtsg")
|
||||
|
||||
[node name="Tiles2" type="Sprite2D" parent="ParallaxBackground2"]
|
||||
position = Vector2(575.5, 349)
|
||||
rotation = 3.14159
|
||||
scale = Vector2(1.99479, 2.57721)
|
||||
texture = ExtResource("2_dhtsg")
|
Reference in New Issue
Block a user