2025-10-21 01:05:01 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://qv8blu8wkqvq"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://coi8g37b0f7es" path="res://assets/graphics/objects/crate.png" id="1_b66cd"]
|
2025-09-30 01:11:01 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
|
|
|
|
|
|
[node name="Crate" type="RigidBody2D"]
|
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
|
|
|
debug_color = Color(0.90240496, 0.29881617, 0.21305403, 0.41960785)
|
2025-10-21 01:05:01 +00:00
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
|
position = Vector2(0, 1)
|
|
|
|
|
scale = Vector2(0.07, 0.07)
|
|
|
|
|
texture = ExtResource("1_b66cd")
|