40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://7713s03g7nxw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ukvcgdjxtkqw" path="res://car.tscn" id="1_80nbo"]
|
|
[ext_resource type="PackedScene" uid="uid://drkq82mmv8ofa" path="res://test_track.tscn" id="1_e2o6t"]
|
|
[ext_resource type="Script" uid="uid://bic64vi6lpelp" path="res://car.gd" id="4_7jktm"]
|
|
[ext_resource type="Texture2D" uid="uid://bxwhirvk4jjpl" path="res://assets/textures/curb_1.png" id="4_fc0e3"]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Node2D" parent="." instance=ExtResource("1_e2o6t")]
|
|
position = Vector2(1024, -7680)
|
|
rotation = 1.57079
|
|
|
|
[node name="Node2D2" parent="." instance=ExtResource("1_e2o6t")]
|
|
position = Vector2(1024, -17920)
|
|
rotation = 1.57079
|
|
|
|
[node name="Node2D3" parent="." instance=ExtResource("1_e2o6t")]
|
|
position = Vector2(1024, -28160)
|
|
rotation = 1.57079
|
|
|
|
[node name="Curb1" type="Sprite2D" parent="."]
|
|
position = Vector2(-1024, 1022.44)
|
|
rotation = 1.57079
|
|
scale = Vector2(1.99747, 0.147406)
|
|
texture = ExtResource("4_fc0e3")
|
|
|
|
[node name="Car" parent="." instance=ExtResource("1_80nbo")]
|
|
controlled_by_player = true
|
|
script = ExtResource("4_7jktm")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="Car"]
|
|
position = Vector2(0, -1)
|
|
scale = Vector2(0.1, 0.1)
|
|
zoom = Vector2(0.36, 0.36)
|
|
|
|
[node name="Car2" parent="." instance=ExtResource("1_80nbo")]
|
|
position = Vector2(512, -1536)
|
|
rotation = -1.0472
|