2025-07-08 01:01:48 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dm0s1wei11x43"]
|
2025-06-17 00:58:14 +00:00
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bupa7vw3dnbia" path="res://assets/graphics/objects/crate.png" id="1_b66cd"]
|
2025-07-08 01:01:48 +00:00
|
|
|
[ext_resource type="Script" uid="uid://cb5w1tpwn7cn0" path="res://scripts/crate.gd" id="1_dwt0d"]
|
2025-06-03 00:57:07 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
|
|
|
|
[node name="RigidBody2D3" type="RigidBody2D"]
|
2025-07-08 01:01:48 +00:00
|
|
|
script = ExtResource("1_dwt0d")
|
2025-06-03 00:57:07 +00:00
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-06-17 00:58:14 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(0.500001, 0.515201)
|
|
|
|
scale = Vector2(0.07, 0.069)
|
|
|
|
texture = ExtResource("1_b66cd")
|
|
|
|
|
2025-06-03 00:57:07 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
|
|
debug_color = Color(0.869503, 0.340519, 0.233585, 0.42)
|