[gd_scene load_steps=3 format=3 uid="uid://br6fngf5208j0"] [ext_resource type="Script" path="res://scripts/resizable_block.gd" id="1_j40bu"] [ext_resource type="Texture2D" uid="uid://bb8vdlgwpj8oc" path="res://textures/antivirus-block-big.png" id="3_lb374"] [node name="Block" type="StaticBody2D"] collision_mask = 22 input_pickable = true script = ExtResource("1_j40bu") [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("3_lb374") [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] polygon = PackedVector2Array(-32, -20, -28, -20, -28, -24, -24, -24, -24, -28, -20, -28, -20, -32, 20, -32, 20, -28, 24, -28, 24, -24, 28, -24, 28, -20, 32, -20, 32, 20, 28, 20, 28, 24, 24, 24, 24, 28, 20, 28, 20, 32, -20, 32, -20, 28, -24, 28, -24, 24, -28, 24, -28, 20, -32, 20) [connection signal="input_event" from="." to="." method="_on_input_event"]