16 lines
503 B
Text
16 lines
503 B
Text
[gd_scene load_steps=3 format=3 uid="uid://ibyhtfpc52vc"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/Grid/row_test.gd" id="1_2nxxe"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_t04sr"]
|
|
size = Vector2(624, 48)
|
|
|
|
[node name="RowTest" type="Area2D"]
|
|
collision_layer = 16
|
|
collision_mask = 8
|
|
input_pickable = false
|
|
script = ExtResource("1_2nxxe")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(320, 32)
|
|
shape = SubResource("RectangleShape2D_t04sr")
|