2024-08-13 01:21:31 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://ukuu7p7vhlq"]
|
2024-07-23 01:20:27 +00:00
|
|
|
|
2024-08-13 01:21:31 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://ddxm7hj323fta" path="res://graphics/items/cannister.png" id="1_oikxn"]
|
2024-07-23 01:20:27 +00:00
|
|
|
|
2024-08-13 01:21:31 +00:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_iuom5"]
|
|
|
|
size = Vector2(16, 16)
|
2024-07-23 01:20:27 +00:00
|
|
|
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D" groups=["boxes"]]
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
2024-08-13 01:21:31 +00:00
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(0, -3)
|
|
|
|
scale = Vector2(0.625, 0.625)
|
|
|
|
texture = ExtResource("1_oikxn")
|
2024-07-23 01:20:27 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2024-08-13 01:21:31 +00:00
|
|
|
shape = SubResource("RectangleShape2D_iuom5")
|
2024-07-23 01:20:27 +00:00
|
|
|
debug_color = Color(0.815686, 0.4, 0.207843, 0.419608)
|