DariusGodotGame/dariusgodotproject/scenes/crate.tscn

18 lines
659 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://d1ej2kiy7jcpv"]
[ext_resource type="Texture2D" uid="uid://b0fqd8r8n4ptj" path="res://assets/graphics/destructables/crate.png" id="1_odabg"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ixlbc"]
[node name="RigidBody2D" type="RigidBody2D" groups=["destructable"]]
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ixlbc")
debug_color = Color(0, 0.545098, 0.0431373, 0.419608)
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
scale = Vector2(0.0947823, 0.0840096)
texture = ExtResource("1_odabg")