18 lines
651 B
Plaintext
18 lines
651 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://flumvyk8tafw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bchghynte2y6e" path="res://assets/graphics/crate.png" id="1_4werq"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_c58s7"]
|
|
size = Vector2(46, 42)
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D" groups=["box", "shootable"]]
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_c58s7")
|
|
debug_color = Color(0.816792, 0.399035, 0.20363, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.173255, 0.171077)
|
|
texture = ExtResource("1_4werq")
|