18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cqew2pkk5en21"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://s0vco3jt5y8m" path="res://assets/trash_bag.png" id="1_mr4i5"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_4fcy4"]
|
|
radius = 42.0
|
|
height = 128.0
|
|
|
|
[node name="Waste" type="StaticBody2D" groups=["waste"]]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("1_mr4i5")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(0.5, 0.5)
|
|
shape = SubResource("CapsuleShape2D_4fcy4")
|