18 lines
544 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ukvcgdjxtkqw"]
[ext_resource type="Texture2D" uid="uid://by4cbmcpktbmf" path="res://assets/car.png" id="1_7822p"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_37kl0"]
size = Vector2(194, 493)
[node name="Car" type="Car"]
mass = 1300.0
inertia = 5e+07
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_37kl0")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.265446, 0.265446)
texture = ExtResource("1_7822p")