end
This commit is contained in:
parent
e09f05b566
commit
8486b56d12
21 changed files with 1867 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=19 format=4 uid="uid://sve344ewyp08"]
|
||||
[gd_scene load_steps=21 format=4 uid="uid://sve344ewyp08"]
|
||||
|
||||
[ext_resource type="PhysicsMaterial" uid="uid://xghhl0tserq3" path="res://entities/road/road_phy_mat.tres" id="1_hgky1"]
|
||||
[ext_resource type="Script" uid="uid://bgt66573ipmub" path="res://entities/road/road.gd" id="2_b4tpv"]
|
||||
|
@ -15,6 +15,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dlmjehxav11dx" path="res://entities/pauseMenu/pauseMenu.tscn" id="11_ida7w"]
|
||||
[ext_resource type="PackedScene" uid="uid://n4qqt180m2fo" path="res://entities/winMenu/winMenu.tscn" id="12_4wmb1"]
|
||||
[ext_resource type="PackedScene" uid="uid://cu5r7oxtqa2c0" path="res://entities/checkpoint/CheckPointManager.tscn" id="13_5qtw0"]
|
||||
[ext_resource type="PackedScene" uid="uid://bekj6dd00lqgm" path="res://3d_cool_things/saturn_planet/scene.gltf" id="16_f3b2k"]
|
||||
[ext_resource type="Script" uid="uid://dlrn4dviqqsdl" path="res://entities/mainMenu/moto_rotate.gd" id="17_sqrei"]
|
||||
|
||||
[sub_resource type="Curve3D" id="Curve3D_p7e7j"]
|
||||
closed = true
|
||||
|
@ -112,6 +114,11 @@ visible = false
|
|||
|
||||
[node name="CheckPointManager" parent="." instance=ExtResource("13_5qtw0")]
|
||||
|
||||
[node name="Sketchfab_Scene" parent="." instance=ExtResource("16_f3b2k")]
|
||||
transform = Transform3D(23.1765, 0, 97.2772, 0, 100, 0, -97.2772, 0, 23.1765, 156.196, -50.3346, -379.958)
|
||||
script = ExtResource("17_sqrei")
|
||||
rotating_speed = 0.1
|
||||
|
||||
[connection signal="end_track" from="CheckPointManager" to="WinMenu" method="_on_check_point_manager_end_track"]
|
||||
[connection signal="new_lap" from="CheckPointManager" to="GameUi" method="_on_check_point_manager_new_lap"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue