aboutsummaryrefslogtreecommitdiff
path: root/client/game.tscn
blob: 2b9a1b9f8b27ebd4e000631d486627c1cbe836fc (plain)
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
[gd_scene load_steps=9 format=3 uid="uid://c6krh36hoqfg8"]

[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"]
[ext_resource type="Script" path="res://game.gd" id="1_sftfn"]
[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"]
[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://player/marker.tscn" id="4_igl0o"]
[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="5_yg6cl"]

[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"]

[sub_resource type="Sky" id="Sky_ultpf"]
sky_material = SubResource("PhysicalSkyMaterial_mvn2w")

[sub_resource type="Environment" id="Environment_m4dli"]
background_mode = 2
sky = SubResource("Sky_ultpf")

[node name="Game" type="Node3D"]
script = ExtResource("1_sftfn")

[node name="Map" parent="." instance=ExtResource("1_ex12v")]

[node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")]
transform = Transform3D(0.728777, 0.294253, -0.618303, 0, 0.902961, 0.429723, 0.684751, -0.313173, 0.658057, -2.36537, 1.99403, 3.29507)

[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_m4dli")

[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0)

[node name="Marker" parent="." instance=ExtResource("4_igl0o")]
visible = false

[node name="SceneTransition" parent="." instance=ExtResource("5_yg6cl")]
ingame = true