15 lines
534 B
Plaintext
15 lines
534 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://lwju71dirkcy"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://diuug3xgjo1se" path="res://scripts/crate.gd" id="1_qgfyo"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_r8wv2"]
|
||
|
|
||
|
[node name="Crate" type="RigidBody2D" groups=["pushable"]]
|
||
|
rotation = 0.90108
|
||
|
script = ExtResource("1_qgfyo")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_r8wv2")
|
||
|
debug_color = Color(0.875314, 0.341029, 0.122297, 0.42)
|