20 lines
602 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ukvcgdjxtkqw"]
[ext_resource type="Texture2D" uid="uid://cds01w4trqeei" path="res://assets/police_car.png" id="1_7822p"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_37kl0"]
size = Vector2(604, 1300)
[node name="Car" type="Car"]
mass = 1300.0
inertia = 5e+07
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0.5, -0.5)
scale = Vector2(0.25, 0.25)
shape = SubResource("RectangleShape2D_37kl0")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.25, 0.25)
texture = ExtResource("1_7822p")