20 lines
805 B
Plaintext
20 lines
805 B
Plaintext
[gd_scene format=3 uid="uid://b5y6rb2t0eaqr"]
|
|
|
|
[ext_resource type="Script" uid="uid://1f7oldcrygg1" path="res://Scripts/crate.gd" id="1_wp72f"]
|
|
[ext_resource type="Texture2D" uid="uid://dovvf1uuqso4p" path="res://Assets/Destructables/crate.png" id="2_i4r3v"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ebmjs"]
|
|
|
|
[node name="Crate" type="RigidBody2D" unique_id=38246509]
|
|
script = ExtResource("1_wp72f")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=762463145]
|
|
shape = SubResource("RectangleShape2D_ebmjs")
|
|
debug_color = Color(0.6966804, 0.33116472, 0.12741977, 0.41960785)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=294363864]
|
|
position = Vector2(0, 1)
|
|
scale = Vector2(0.07, 0.068)
|
|
texture = ExtResource("2_i4r3v")
|