made background into its own scene

pull/1/head
Jaro Winkelhausen 2026-04-12 15:28:18 +02:00
parent f8c78deed4
commit e3f8e114a8
2 changed files with 1106 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -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