2025-06-17 01:01:29 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cd7fv3pwgr880"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://m685ffchmchr" path="res://Assets/Graphics/Objects/crate.png" id="1_wp72f"]
|
2025-06-03 00:57:16 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ebmjs"]
|
|
|
|
|
|
|
|
[node name="RigidBody2D3" type="RigidBody2D"]
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-06-17 01:01:29 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(0, 1)
|
|
|
|
scale = Vector2(0.0754011, 0.0688039)
|
|
|
|
texture = ExtResource("1_wp72f")
|
|
|
|
|
2025-06-03 00:57:16 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_ebmjs")
|
|
|
|
debug_color = Color(0.796822, 0.420181, 0.140254, 0.42)
|