File size: 2,919 Bytes
36f316b |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
[gd_scene load_steps=7 format=3 uid="uid://mwsee7v5ksaq"]
[ext_resource type="PackedScene" uid="uid://bsp37y3hehf5y" path="res://scenes/game_scene/game_scene.tscn" id="1_0cco7"]
[ext_resource type="Script" path="res://training_scene/SyncOverride.gd" id="2_m5uj8"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_1igdm"]
sky_top_color = Color(0.384314, 0.454902, 0.54902, 1)
sky_horizon_color = Color(0.6, 0.616667, 0.640196, 1)
[sub_resource type="Sky" id="Sky_smiub"]
sky_material = SubResource("ProceduralSkyMaterial_1igdm")
[sub_resource type="Environment" id="Environment_ljxuh"]
background_mode = 2
sky = SubResource("Sky_smiub")
tonemap_mode = 2
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_cs0bj"]
[node name="TrainingScene" type="Node3D"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_ljxuh")
[node name="FallDownDetector" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -10.437, -143.42)
collision_layer = 512
collision_mask = 7
[node name="CollisionShape3D" type="CollisionShape3D" parent="FallDownDetector"]
shape = SubResource("WorldBoundaryShape3D_cs0bj")
[node name="GameScene" parent="." instance=ExtResource("1_0cco7")]
[node name="GameScene2" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -100, 0, 0)
visible = false
[node name="GameScene3" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -200, 0, 0)
visible = false
[node name="GameScene4" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -300, 0, 0)
visible = false
[node name="GameScene5" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -400, 0, 0)
visible = false
[node name="GameScene6" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -500, 0, 0)
visible = false
[node name="GameScene7" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -600, 0, 0)
visible = false
[node name="GameScene8" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -700, 0, 0)
visible = false
[node name="GameScene9" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -800, 0, 0)
visible = false
[node name="GameScene10" parent="." instance=ExtResource("1_0cco7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -900, 0, 0)
visible = false
[node name="Sync" type="Node" parent="."]
script = ExtResource("2_m5uj8")
action_repeat = 10
speed_up = 2
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-4.37114e-08, -0.707107, 0.707107, 0, 0.707107, 0.707107, -1, 3.09086e-08, -3.09086e-08, 0, 0, 0)
|