aboutsummaryrefslogblamecommitdiffstats
path: root/Nodes/car.tscn
blob: 98b68acbbaa6c7b332293bd8bbcef77aa2611037 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                               

                                                            
                                                                  
 

                                        



                                                 


                                                                 
                                                          
[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")
debug_color = Color(0.916191, 7.77793e-05, 0.710129, 0.42)