This commit is contained in:
2024-10-20 10:31:07 +02:00
parent fa51e53d7d
commit 0e9cdb9af5
12 changed files with 845 additions and 44 deletions

View File

@@ -3,7 +3,7 @@
[ext_resource type="Texture2D" uid="uid://cdunb77p5rpwa" path="res://model/Car1.png" id="1_yrf7o"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5e1gk"]
size = Vector2(83, 47)
size = Vector2(84, 47)
[node name="Car" type="CharacterBody2D"]
@@ -11,5 +11,5 @@ size = Vector2(83, 47)
texture = ExtResource("1_yrf7o")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-0.5, 0.5)
position = Vector2(0, 0.5)
shape = SubResource("RectangleShape2D_5e1gk")