21 lines
830 B
Plaintext
21 lines
830 B
Plaintext
[gd_scene format=3 uid="uid://xvv1nyl3ny2g"]
|
|
|
|
[ext_resource type="Script" uid="uid://cpf87uoihnnqf" path="res://scripts/crate.gd" id="1_b66cd"]
|
|
[ext_resource type="Texture2D" uid="uid://cqyb4071qeuil" path="res://assets/graphics/objects/crate.png" id="2_dwt0d"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
[node name="Crate" type="RigidBody2D" unique_id=1307809047]
|
|
position = Vector2(0, 4)
|
|
script = ExtResource("1_b66cd")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=511603323]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.8327547, 0.384747, 0.1945984, 0.41960785)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=267630351]
|
|
scale = Vector2(0.07, 0.07)
|
|
texture = ExtResource("2_dwt0d")
|
|
offset = Vector2(2, 15)
|