23 lines
766 B
Plaintext
23 lines
766 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bsyvwetid4lqe"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ca10uvbdbj86b" path="res://assets/Textures/Cart.png" id="1_krp3o"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_akbkk"]
|
|
size = Vector2(223, 144)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_86wjl"]
|
|
size = Vector2(88, 188)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
|
|
[node name="Cart" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_krp3o")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-53.5, -1)
|
|
shape = SubResource("RectangleShape2D_akbkk")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-60, 0)
|
|
shape = SubResource("RectangleShape2D_86wjl")
|