JanuaryGodotGame/januaryproject/scenes/crate.tscn

19 lines
686 B
Plaintext
Raw Normal View History

2025-01-21 01:43:55 +00:00
[gd_scene load_steps=3 format=3 uid="uid://di3tq4f0xmdqc"]
[ext_resource type="Texture2D" uid="uid://dh1d2qkxwg3vt" path="res://assets/graphics/destructables/crate.png" id="1_vh3j5"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jqoba"]
2025-01-14 01:58:50 +00:00
[node name="RigidBody2D" type="RigidBody2D" groups=["destructable"]]
metadata/_edit_group_ = true
2025-01-21 01:43:55 +00:00
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, 2)
scale = Vector2(0.0719266, 0.0719266)
texture = ExtResource("1_vh3j5")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_jqoba")
debug_color = Color(0.801265, 0.412511, 0.212642, 0.42)