2025-01-21 01:44:30 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://63qb2drh1l33"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b283wfk58dltk" path="res://assets/graphics/destructables/crate.png" id="1_hy1ys"]
|
2025-01-10 20:42:10 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jflwv"]
|
|
|
|
|
2025-01-14 01:58:52 +00:00
|
|
|
[node name="RigidBody2D" type="RigidBody2D" groups=["box", "destructable"]]
|
2025-01-21 01:44:30 +00:00
|
|
|
rotation = -3.14159
|
2025-01-10 20:42:10 +00:00
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_jflwv")
|
|
|
|
debug_color = Color(0.968627, 0.117647, 0.345098, 0.419608)
|
2025-01-21 01:44:30 +00:00
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(-8.74228e-08, 1)
|
|
|
|
scale = Vector2(0.0686591, 0.0686591)
|
|
|
|
texture = ExtResource("1_hy1ys")
|