-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.tscn
43 lines (32 loc) · 1.79 KB
/
Main.tscn
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
[gd_scene load_steps=8 format=3 uid="uid://m6y446t0sadi"]
[ext_resource type="PackedScene" uid="uid://b62w0fm25jrs0" path="res://Map/Map.tscn" id="1_u7ov3"]
[ext_resource type="Script" path="res://Main.gd" id="1_ybr70"]
[ext_resource type="PackedScene" uid="uid://dykunhocgt6mr" path="res://Map/Village.tscn" id="2_q44hr"]
[ext_resource type="PackedScene" uid="uid://1r1t71hits1d" path="res://Character/Char.tscn" id="3_fyrox"]
[ext_resource type="PackedScene" uid="uid://vxbcgijnwukf" path="res://MainCam.tscn" id="6_kbuh7"]
[ext_resource type="PackedScene" uid="uid://ddn10m5d3ys5r" path="res://ui.tscn" id="8_lbl87"]
[sub_resource type="Environment" id="Environment_fxl0a"]
fog_enabled = true
fog_light_color = Color(0.517647, 0.552941, 0.607843, 1)
fog_light_energy = 0.0
fog_density = 0.005
[node name="Node3D" type="Node3D"]
script = ExtResource("1_ybr70")
spawn_radius = 450.0
spawn_time = 45.0
[node name="Map" parent="." instance=ExtResource("1_u7ov3")]
[node name="Village" parent="." instance=ExtResource("2_q44hr")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
[node name="Char" parent="." instance=ExtResource("3_fyrox")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.731142, 60.1205)
[node name="MainCam" parent="Char" instance=ExtResource("6_kbuh7")]
transform = Transform3D(1, 0, 0, 0, 0.358368, 0.93358, 0, -0.93358, 0.358368, 0, 55, 22)
current = true
fov = 75.0
[node name="UI" parent="Char/MainCam" instance=ExtResource("8_lbl87")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_fxl0a")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -0.880022, 0.474933, 0, -0.474933, -0.880022, 0, 54.1794, 0)
shadow_enabled = true
[node name="Enemies" type="Node3D" parent="."]