19 lines
690 B
Plaintext
19 lines
690 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dnarbab7jjqmk"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://7jy7xuy24fug" path="res://graphics/tiles/crate-100-custom.png" id="1_b66cd"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
size = Vector2(50, 50)
|
|
|
|
[node name="Crate" type="RigidBody2D"]
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(9.536743e-07, 1.9073486e-06)
|
|
scale = Vector2(0.50000006, 0.50000006)
|
|
texture = ExtResource("1_b66cd")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.8745098, 0.23137255, 0.654902, 0.078431375)
|