[gd_scene load_steps=4 format=3 uid="uid://dki3ft77fr3tc"] [ext_resource type="Script" path="res://scripts/crumble.gd" id="1_5jikw"] [ext_resource type="Texture2D" uid="uid://buqgl7x10et1f" path="res://temp_assets/img.png" id="1_d52wv"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_246ea"] size = Vector2(31, 31) [node name="BreakableBlock" type="CharacterBody2D"] collision_mask = 22 script = ExtResource("1_5jikw") [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("1_d52wv") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(-0.5, -0.5) shape = SubResource("RectangleShape2D_246ea")