2024-08-18 20:24:38 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dki3ft77fr3tc"]
|
2024-08-18 18:41:22 +02:00
|
|
|
|
|
|
|
[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")
|