-
Notifications
You must be signed in to change notification settings - Fork 0
/
Player.tscn
41 lines (31 loc) · 1.67 KB
/
Player.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[gd_scene load_steps=8 format=3 uid="uid://dcxs6lviy8iqy"]
[ext_resource type="Script" path="res://Player.gd" id="1_mmxc6"]
[ext_resource type="Texture2D" uid="uid://khcrw27tkbxr" path="res://Resources/Sprites/Cars/WhiteCar.png" id="2_bybg5"]
[ext_resource type="AudioStream" uid="uid://cu2hvgi25elb0" path="res://VDS sounds/Car Horn - Sound Effect.mp3" id="3_k3pdj"]
[ext_resource type="AudioStream" uid="uid://o36fwr741vd3" path="res://VDS sounds/Hit Sounds - Sound Effects for editing.mp3" id="4_bp3tu"]
[ext_resource type="AudioStream" uid="uid://dvemrmeuq2uhr" path="res://VDS sounds/Car engine start sound effect.mp3" id="5_uwsym"]
[ext_resource type="AudioStream" uid="uid://dmm6syn60bknv" path="res://VDS sounds/Initial D - Deja Vu.mp3" id="6_17o4q"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_wn46o"]
radius = 27.0
height = 116.0
[node name="Player" type="CharacterBody2D"]
position = Vector2(218, 220)
collision_mask = 6
script = ExtResource("1_mmxc6")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_wn46o")
metadata/_edit_lock_ = true
[node name="WhiteCar" type="Sprite2D" parent="."]
position = Vector2(4.76837e-07, -4.76837e-07)
scale = Vector2(0.4, 0.4)
texture = ExtResource("2_bybg5")
[node name="CarHorn" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("3_k3pdj")
[node name="CarStart" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("5_uwsym")
[node name="Crash" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("4_bp3tu")
[node name="SoundTrack" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("6_17o4q")
[node name="Timer" type="Timer" parent="."]
one_shot = true