summaryrefslogtreecommitdiff
path: root/Game/Selection/MultiSelectArea.tscn
blob: 9e6bd433de940c0985bc8fcb6b080773e169df6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[gd_scene load_steps=3 format=3 uid="uid://bmi8eb80wghjs"]

[ext_resource type="Script" path="res://Game/Selection/multi_select_area.gd" id="1_g76x3"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_8io84"]

[node name="MultiSelectArea" type="Area2D"]
collision_layer = 0
collision_mask = 0
script = ExtResource("1_g76x3")

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_8io84")