SeptemberGameAB/scenes/small_crate.tscn

18 lines
594 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://yr1iqtid2ihb"]
[ext_resource type="Texture2D" uid="uid://d1tnil82cldxk" path="res://assets/graphics/objects/25-10-27-small-crate.png" id="2_8vkwr"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hy8m8"]
size = Vector2(46, 48)
[node name="SmallCrate" type="RigidBody2D"]
collision_layer = 4
collision_mask = 15
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_8vkwr")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_hy8m8")