24 lines
856 B
Text
24 lines
856 B
Text
[gd_scene load_steps=2 format=3 uid="uid://bq06tih243hte"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cbjkurbgojqac" path="res://scenes/NewBlocks/block.tscn" id="1_wcbl2"]
|
|
|
|
[node name="1x1" instance=ExtResource("1_wcbl2")]
|
|
modulate = Color(0.690196, 0, 1, 1)
|
|
|
|
[node name="CollisionPolygon2D" parent="." index="0"]
|
|
position = Vector2(-8, -8)
|
|
polygon = PackedVector2Array(40, -24, 40, 40, -24, 40, -24, -24)
|
|
|
|
[node name="Marker2D" type="Marker2D" parent="PartPoints" index="0"]
|
|
|
|
[node name="CollisionRayContainer#RayCast2D" type="RayCast2D" parent="." index="4"]
|
|
position = Vector2(-16, -24)
|
|
target_position = Vector2(0, 48)
|
|
collision_mask = 3
|
|
hit_from_inside = true
|
|
|
|
[node name="CollisionRayContainer#RayCast2D2" type="RayCast2D" parent="." index="5"]
|
|
position = Vector2(16, -24)
|
|
target_position = Vector2(0, 48)
|
|
collision_mask = 3
|
|
hit_from_inside = true
|