15 lines
542 B
Plaintext
15 lines
542 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cym46ub26gs80"]
|
|
|
|
[ext_resource type="Script" uid="uid://dqvbrplt605am" path="res://scripts/crate.gd" id="1_b66cd"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gk4xx"]
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D" groups=["pushables"]]
|
|
rotation = 1.13734
|
|
script = ExtResource("1_b66cd")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_gk4xx")
|
|
debug_color = Color(0.854534, 0.360936, 0.197499, 0.42)
|