15 lines
525 B
Plaintext
15 lines
525 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d0mw3eh00s3kr"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/crate.gd" id="1_j2btj"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
[node name="Crate" type="RigidBody2D" groups=["pushables", "shootables"]]
|
|
rotation = 0.602841
|
|
script = ExtResource("1_j2btj")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.820447, 0.391315, 0.259417, 0.42)
|