1- [gd_scene load_steps =6 format =3 uid ="uid://cydmo2lbnj1de" ]
1+ [gd_scene load_steps =7 format =3 uid ="uid://cydmo2lbnj1de" ]
22
33[ext_resource type ="Script" uid ="uid://dtlpiwt4n3pta" path ="res://Scenes/Maps/Scripts/Cartographer.cs" id ="1_u4q3n" ]
44[ext_resource type ="Texture2D" uid ="uid://qhwve7fik4do" path ="res://SharedAssets/BackGround_Full.png" id ="2_5g6at" ]
55[ext_resource type ="Script" uid ="uid://pl57giqyhckb" path ="res://Scenes/UI/Scripts/MenuModule.cs" id ="2_cl7v0" ]
66[ext_resource type ="Theme" uid ="uid://bcejp4llrb3m0" path ="res://Scenes/UI/Assets/EmptyButton.tres" id ="2_rnj1y" ]
77[ext_resource type ="Texture2D" uid ="uid://cmc7gcplqnebx" path ="res://SharedAssets/Player.png" id ="3_qiprp" ]
8+ [ext_resource type ="Script" uid ="uid://cp6t6haqyef7o" path ="res://Scenes/AreaBasedBackground.cs" id ="5_taedj" ]
89
910[node name ="Cartographer" type ="Node2D" node_paths =PackedStringArray ("BackgroundSprite" , "PlayerSprite" , "Camera" )]
1011process_mode = 1
1112script = ExtResource ("1_u4q3n" )
12- BackgroundSprite = NodePath ("BG " )
13+ BackgroundSprite = NodePath ("" )
1314PlayerSprite = NodePath ("Player" )
1415ButtonTheme = ExtResource ("2_rnj1y" )
1516Camera = NodePath ("TheView" )
@@ -23,11 +24,15 @@ limit_top = -10
2324script = ExtResource ("2_cl7v0" )
2425CurSceneNode = NodePath (".." )
2526
26- [node name ="BG" type ="Sprite2D " parent ="." ]
27+ [node name ="BG" type ="TextureRect " parent ="." ]
2728modulate = Color (0.462 , 0.462 , 0.66 , 1 )
28- position = Vector2 (175 , 240 )
29+ offset_left = -557.0
30+ offset_top = -84.0
31+ offset_right = 83.0
32+ offset_bottom = 96.0
2933scale = Vector2 (3 , 3 )
3034texture = ExtResource ("2_5g6at" )
35+ script = ExtResource ("5_taedj" )
3136
3237[node name ="Player" type ="Sprite2D" parent ="." ]
3338z_index = 2
0 commit comments