FebruaryGame/februarygodotgame/scenes/crate.tscn

21 lines
700 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://celwbq1syhdoa"]
[ext_resource type="Texture2D" uid="uid://di215h0o7ybli" path="res://assets/graphics/objects/crate.png" id="1_2vv2l"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0u5k2"]
2025-03-24 21:59:39 +00:00
size = Vector2(20, 21)
[node name="crate1" type="RigidBody2D"]
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2025-03-24 21:59:39 +00:00
position = Vector2(0, 1.5)
shape = SubResource("RectangleShape2D_0u5k2")
debug_color = Color(0.868673, 0.347634, 0.15033, 0.42)
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, 3)
2025-03-24 21:59:39 +00:00
scale = Vector2(0.0728571, 0.0728571)
texture = ExtResource("1_2vv2l")