15 lines
550 B
Plaintext
15 lines
550 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://by6fag0gnv0r4"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://boay68qas1gpa" path="res://scripts/crate.gd" id="1_b66cd"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
||
|
|
||
|
[node name="crate" type="RigidBody2D" groups=["shootable", "shovable"]]
|
||
|
rotation = -0.698132
|
||
|
script = ExtResource("1_b66cd")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_uwrxv")
|
||
|
debug_color = Color(0.841123, 0.368839, 0.275526, 0.42)
|