diff --git a/components/Scenes/World.tscn b/components/Scenes/World.tscn index 6574526..d4c9707 100644 --- a/components/Scenes/World.tscn +++ b/components/Scenes/World.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://dmxi1ikn6avig"] +[gd_scene format=3 uid="uid://dmxi1ikn6avig"] [ext_resource type="Script" uid="uid://d2oyyyg0b4qqd" path="res://scripts/Tools/Managers/WorldManager.gd" id="1_lxsxj"] [ext_resource type="PackedScene" uid="uid://dfwg750a47ggx" path="res://components/Scenes/UI.tscn" id="2_04cdd"] @@ -66,57 +66,59 @@ _data = { [sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_lu72f"] normal = Vector2(0, 1) -[node name="world" type="Node2D"] +[node name="world" type="Node2D" unique_id=1992792389] y_sort_enabled = true texture_filter = 1 script = ExtResource("1_lxsxj") metadata/_edit_vertical_guides_ = [-1.0, 57.0] -[node name="spawner" type="MultiplayerSpawner" parent="."] +[node name="spawner" type="MultiplayerSpawner" parent="." unique_id=1891214291] unique_name_in_owner = true spawn_path = NodePath("..") -[node name="UI" parent="." instance=ExtResource("2_04cdd")] +[node name="UI" parent="." unique_id=1312059514 instance=ExtResource("2_04cdd")] -[node name="camera" type="Camera2D" parent="."] +[node name="camera" type="Camera2D" parent="." unique_id=996511427] process_mode = 3 process_callback = 0 -position_smoothing_enabled = true +limit_left = -2400 +limit_top = -1800 +limit_right = 2400 +limit_bottom = 1800 +editor_draw_limits = true script = ExtResource("5_mk7bv") constantOffset = Vector2(0, -80) -[node name="animator" type="AnimationPlayer" parent="camera"] +[node name="animator" type="AnimationPlayer" parent="camera" unique_id=619200978] unique_name_in_owner = true -libraries = { -&"": SubResource("AnimationLibrary_44ixa") -} +libraries/ = SubResource("AnimationLibrary_44ixa") -[node name="map" type="StaticBody2D" parent="." groups=["map"]] +[node name="map" type="StaticBody2D" parent="." unique_id=385091617 groups=["map"]] collision_layer = 6 collision_mask = 6 metadata/_edit_lock_ = true -[node name="background" type="Sprite2D" parent="map"] +[node name="background" type="Sprite2D" parent="map" unique_id=792319336] z_index = -100 scale = Vector2(5, 5) texture = ExtResource("4_oy4jj") metadata/_edit_lock_ = true -[node name="borderTop" type="CollisionShape2D" parent="map"] +[node name="borderTop" type="CollisionShape2D" parent="map" unique_id=320842136] position = Vector2(0, -1800) shape = SubResource("WorldBoundaryShape2D_lu72f") -[node name="borderTop2" type="CollisionShape2D" parent="map"] +[node name="borderTop2" type="CollisionShape2D" parent="map" unique_id=1208131017] position = Vector2(0, 1800) rotation = 3.1415927 shape = SubResource("WorldBoundaryShape2D_lu72f") -[node name="borderTop3" type="CollisionShape2D" parent="map"] +[node name="borderTop3" type="CollisionShape2D" parent="map" unique_id=585247179] position = Vector2(2400, 0) rotation = 1.5707964 shape = SubResource("WorldBoundaryShape2D_lu72f") -[node name="borderTop4" type="CollisionShape2D" parent="map"] +[node name="borderTop4" type="CollisionShape2D" parent="map" unique_id=320391894] position = Vector2(-2400, 0) rotation = -1.5707964 shape = SubResource("WorldBoundaryShape2D_lu72f")