21 lines
875 B
Plaintext
21 lines
875 B
Plaintext
[gd_scene format=3 uid="uid://bsroh4vsjwblh"]
|
|
|
|
[ext_resource type="Script" uid="uid://eb5ucqehuof" path="res://Scripts/crate.gd" id="1_wp72f"]
|
|
[ext_resource type="Texture2D" uid="uid://by11sgqh2p1n0" path="res://assets/graphics/objects/Crate.png" id="2_i4r3v"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ebmjs"]
|
|
|
|
[node name="Crate" type="RigidBody2D" unique_id=1164994368 groups=["Destructable"]]
|
|
script = ExtResource("1_wp72f")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=839343056]
|
|
shape = SubResource("RectangleShape2D_ebmjs")
|
|
debug_color = Color(0.8535397, 0.36730364, 0.11225829, 0.41960785)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=664397442]
|
|
texture_filter = 1
|
|
position = Vector2(5.9604645e-08, 5.9604645e-08)
|
|
scale = Vector2(0.55, 0.55)
|
|
texture = ExtResource("2_i4r3v")
|