2024-09-17 01:13:05 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://bq1tvv23y61by"]
|
2024-08-27 01:19:01 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Sripts/crate.gd" id="1_4l5o6"]
|
2024-09-17 01:13:05 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dsv73ksok5b4" path="res://Assets/Graphics/Object/crate.png" id="2_5w0ot"]
|
2024-08-27 01:19:01 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_amdo7"]
|
|
|
|
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D"]
|
|
|
|
script = ExtResource("1_4l5o6")
|
2024-09-17 01:13:05 +00:00
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(0, 1)
|
|
|
|
scale = Vector2(0.0754018, 0.0754018)
|
|
|
|
texture = ExtResource("2_5w0ot")
|
2024-08-27 01:19:01 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_amdo7")
|
|
|
|
debug_color = Color(0.941176, 0.454902, 0, 0.796078)
|