21 lines
797 B
Plaintext
21 lines
797 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ch3ncwkrhv38n"]
|
|
|
|
[ext_resource type="Script" uid="uid://d2pjirchmmx8w" path="res://scripts/crate.gd" id="1_b66cd"]
|
|
[ext_resource type="Texture2D" uid="uid://73f0d8cxsqgs" path="res://assets/graphics/objects/crate.png" id="2_dwt0d"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
size = Vector2(144, 44)
|
|
|
|
[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.82094, 0.38733, 0.296015, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(1, 3)
|
|
scale = Vector2(0.520002, 0.16)
|
|
texture = ExtResource("2_dwt0d")
|