15 lines
552 B
Plaintext
15 lines
552 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dlihpyr58tqqq"]
|
|
|
|
[ext_resource type="Script" uid="uid://c5gjsxgxmjfki" path="res://scripts/crate.gd" id="1_b66cd"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
[node name="Crate" type="RigidBody2D" groups=["pushables", "shootables"]]
|
|
rotation = -0.301036
|
|
script = ExtResource("1_b66cd")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.817443, 0.400008, 0.177458, 0.42)
|