diff --git a/scenes/game/main_game.tscn b/scenes/game/main_game.tscn index 7ee58c3..ba7eb3a 100644 --- a/scenes/game/main_game.tscn +++ b/scenes/game/main_game.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=3 uid="uid://cxj5aud02f40j"] +[gd_scene load_steps=8 format=3 uid="uid://cxj5aud02f40j"] [ext_resource type="Script" path="res://scenes/game/main_game.gd" id="1_wiglu"] [ext_resource type="PackedScene" uid="uid://dm068vaseh45n" path="res://scenes/game/game_camera.tscn" id="2_db5xs"] @@ -9,9 +9,6 @@ [sub_resource type="TileSet" id="TileSet_g2dkm"] -[sub_resource type="RectangleShape2D" id="RectangleShape2D_p1lg5"] -size = Vector2(1280, 720) - [node name="MainGame" type="Node2D"] script = ExtResource("1_wiglu") @@ -19,12 +16,6 @@ script = ExtResource("1_wiglu") tile_set = SubResource("TileSet_g2dkm") format = 2 -[node name="PlayArea" type="Area2D" parent="."] - -[node name="Shape" type="CollisionShape2D" parent="PlayArea"] -shape = SubResource("RectangleShape2D_p1lg5") -debug_color = Color(1, 1, 1, 0) - [node name="GameCamera" parent="." instance=ExtResource("2_db5xs")] [node name="CursorMagnet" parent="." instance=ExtResource("3_xbolm")]