20 lines
673 B
Plaintext
20 lines
673 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c0tjxqfvsxh5a"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://4nqpycrddg6h" path="res://assets/graphics/Objects/crate.png" id="1_kwx7y"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gv8hf"]
|
|
size = Vector2(40, 52)
|
|
|
|
[node name="crate1" type="RigidBody2D"]
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_gv8hf")
|
|
debug_color = Color(0.850993, 0.368517, 0.134324, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
position = Vector2(0, -4)
|
|
scale = Vector2(-0.144321, -0.17212)
|
|
texture = ExtResource("1_kwx7y")
|