aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/car.tscn
blob: dbfb4e14e1b6ac7ab4e890a2f9cf1337e1ae71f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gd_scene load_steps=4 format=3 uid="uid://c1mvbh2fwqtkb"]

[ext_resource type="Script" path="res://Scripts/car_behaviour.gd" id="1_0e4ux"]

[sub_resource type="CanvasTexture" id="CanvasTexture_aacgf"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_wvlyu"]

[node name="Car" type="CharacterBody2D"]
script = ExtResource("1_0e4ux")

[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(19.92, 19.76)
texture = SubResource("CanvasTexture_aacgf")

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_wvlyu")