made background into its own scene
parent
f8c78deed4
commit
e3f8e114a8
File diff suppressed because one or more lines are too long
|
|
@ -4,6 +4,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://biph6yi4hjdbi" path="res://assets/tileset/Tiled_files/Ground_rocks.png" id="2_lbhrr"]
|
||||
[ext_resource type="Texture2D" uid="uid://0xu8ohipv2mj" path="res://assets/tileset/Tiled_files/Objects.png" id="3_iywne"]
|
||||
[ext_resource type="Texture2D" uid="uid://c4i3fnr6gpjp" path="res://assets/tileset/Tiled_files/details.png" id="4_p57ef"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfmfvahk6gua1" path="res://scenes/background.tscn" id="5_iywne"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_u5sy4"]
|
||||
texture = ExtResource("2_lbhrr")
|
||||
|
|
@ -3417,3 +3418,6 @@ tile_set = SubResource("TileSet_vtaks")
|
|||
[node name="Camera2D" type="Camera2D" parent="." unique_id=866207293]
|
||||
anchor_mode = 0
|
||||
zoom = Vector2(1.9, 1.9)
|
||||
|
||||
[node name="Background" parent="." unique_id=909153226 instance=ExtResource("5_iywne")]
|
||||
z_index = -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue