14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dbg8j3e6xwnil"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://dknsbg2xfjd1q" path="res://scripts/crate.gd" id="1_b66cd"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
||
|
|
||
|
[node name="Crate" type="RigidBody2D" groups=["pushables"]]
|
||
|
script = ExtResource("1_b66cd")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_uwrxv")
|
||
|
debug_color = Color(0.888982, 0.327148, 7.70092e-07, 0.42)
|