This commit is contained in:
Crizomb 2025-08-03 06:43:51 +02:00
parent e09f05b566
commit 8486b56d12
21 changed files with 1867 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -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"]

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=19 format=4 uid="uid://cbl3nqlevsk8k"]
[gd_scene load_steps=21 format=4 uid="uid://cbl3nqlevsk8k"]
[ext_resource type="PhysicsMaterial" uid="uid://xghhl0tserq3" path="res://entities/road/road_phy_mat.tres" id="1_522sc"]
[ext_resource type="Script" uid="uid://bgt66573ipmub" path="res://entities/road/road.gd" id="2_a82vw"]
@ -15,6 +15,8 @@
[ext_resource type="PackedScene" uid="uid://n4qqt180m2fo" path="res://entities/winMenu/winMenu.tscn" id="13_yc51k"]
[ext_resource type="PackedScene" uid="uid://cu5r7oxtqa2c0" path="res://entities/checkpoint/CheckPointManager.tscn" id="14_ojkn5"]
[ext_resource type="PackedScene" uid="uid://6i2l1pc0hcxd" path="res://world_env/directional_light_3d.tscn" id="15_a82vw"]
[ext_resource type="PackedScene" uid="uid://c6mvajuq3ggvb" path="res://3d_cool_things/mars/scene.gltf" id="16_t14x3"]
[ext_resource type="Script" uid="uid://dlrn4dviqqsdl" path="res://entities/mainMenu/moto_rotate.gd" id="17_ahaer"]
[sub_resource type="Curve3D" id="Curve3D_p7e7j"]
closed = true
@ -112,6 +114,11 @@ visible = false
[node name="DirectionalLight3D" parent="." instance=ExtResource("15_a82vw")]
transform = Transform3D(0.903903, -0.229357, 0.361046, 0, 0.844085, 0.53621, -0.427737, -0.484682, 0.762971, 14.3944, 0, 17.42)
[node name="Sketchfab_Scene" parent="." instance=ExtResource("16_t14x3")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 178.896, 15.5414, 282.578)
script = ExtResource("17_ahaer")
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"]