2024-08-18 02:48:09 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://br6fngf5208j0"]
|
|
|
|
|
2024-08-18 21:18:52 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bqyd0blnkls1g" path="res://textures/block-blue.png" id="1_ejp7j"]
|
2024-08-18 02:48:09 +02:00
|
|
|
[ext_resource type="Script" path="res://scripts/resizable_block.gd" id="1_j40bu"]
|
|
|
|
|
2024-08-18 20:13:49 +02:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sgemy"]
|
|
|
|
size = Vector2(59, 59)
|
2024-08-18 02:48:09 +02:00
|
|
|
|
|
|
|
[node name="Block" type="StaticBody2D"]
|
|
|
|
collision_layer = 17
|
|
|
|
collision_mask = 22
|
|
|
|
input_pickable = true
|
|
|
|
script = ExtResource("1_j40bu")
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture = ExtResource("1_ejp7j")
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2024-08-18 20:13:49 +02:00
|
|
|
shape = SubResource("RectangleShape2D_sgemy")
|
2024-08-18 02:48:09 +02:00
|
|
|
|
|
|
|
[connection signal="input_event" from="." to="." method="_on_input_event"]
|