2025-08-26 01:09:19 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dlihpyr58tqqq"]
|
2025-08-12 01:04:36 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://c5gjsxgxmjfki" path="res://scripts/crate.gd" id="1_b66cd"]
|
2025-08-26 01:09:19 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bnhycmkyqxdiu" path="res://assets/graphics/objects/crate.png" id="2_dwt0d"]
|
2025-08-12 01:04:36 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
|
|
|
|
[node name="Crate" type="RigidBody2D" groups=["pushables", "shootables"]]
|
|
|
|
script = ExtResource("1_b66cd")
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-08-26 01:09:19 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
scale = Vector2(0.08, 0.08)
|
|
|
|
texture = ExtResource("2_dwt0d")
|
|
|
|
|
2025-08-12 01:04:36 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
|
|
debug_color = Color(0.817443, 0.400008, 0.177458, 0.42)
|