aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/car.tscn
blob: 25505a0a9256b6ee772597ce58795e4ed66a3f5d (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="RectangleShape2D" id="RectangleShape2D_wvlyu"]

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

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

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

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