mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
add train
This commit is contained in:
@@ -1,9 +1,30 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://rtuidkgefekc"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://db0pxwq1hvs45"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Logic/Game.gd" id="1_iox18"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqe8ucbruto1j" path="res://Nodes/StartNode.tscn" id="2_61aog"]
|
||||
[ext_resource type="PackedScene" uid="uid://lvlbpfnwlngv" path="res://player.tscn" id="3_kknxo"]
|
||||
[ext_resource type="PackedScene" uid="uid://lvlbpfnwlngv" path="res://Nodes/Train_P1.tscn" id="3_0be5n"]
|
||||
[ext_resource type="PackedScene" uid="uid://cys06pnxfjl2m" path="res://Nodes/UI.tscn" id="4_kxuy0"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckkn7rha3voqv" path="res://Nodes/Train_P2.tscn" id="4_lmu0s"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ghq3e"]
|
||||
sky_top_color = Color(0.662745, 0.356863, 0.129412, 1)
|
||||
sky_horizon_color = Color(0.815686, 0.145098, 0.254902, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_y00o5"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_ghq3e")
|
||||
process_mode = 1
|
||||
|
||||
[sub_resource type="Environment" id="Environment_t4j8q"]
|
||||
background_mode = 2
|
||||
background_energy_multiplier = 1.17
|
||||
sky = SubResource("Sky_y00o5")
|
||||
ambient_light_source = 3
|
||||
tonemap_mode = 2
|
||||
ssao_enabled = true
|
||||
ssao_power = 9.0943
|
||||
ssao_detail = 1.31
|
||||
ssao_horizon = 0.21
|
||||
ssil_enabled = true
|
||||
|
||||
[node name="Game" type="Node"]
|
||||
script = ExtResource("1_iox18")
|
||||
@@ -11,16 +32,22 @@ script = ExtResource("1_iox18")
|
||||
[node name="StartNode" parent="." instance=ExtResource("2_61aog")]
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 20, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 43, 26.0132)
|
||||
current = true
|
||||
fov = 30.0
|
||||
size = 32.0
|
||||
near = 0.041
|
||||
|
||||
[node name="Player1" parent="." instance=ExtResource("3_kknxo")]
|
||||
transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -12, -1, 0)
|
||||
[node name="Train1" parent="." instance=ExtResource("3_0be5n")]
|
||||
transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -10, 0, 0)
|
||||
|
||||
[node name="Player2" parent="." instance=ExtResource("3_kknxo")]
|
||||
transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, 12, 0, 0)
|
||||
[node name="Train2" parent="." instance=ExtResource("4_lmu0s")]
|
||||
transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, 10, 0, 0)
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0)
|
||||
transform = Transform3D(0.875944, -0.294781, 0.381872, -0.0210188, 0.767515, 0.640687, -0.481955, -0.569232, 0.666104, 0, 8.25958, 0)
|
||||
|
||||
[node name="Control" parent="." instance=ExtResource("4_kxuy0")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_t4j8q")
|
||||
|
||||
Reference in New Issue
Block a user