Added new settings
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
[ext_resource type="Script" path="res://world/Sun.gd" id="11_4jb08"]
|
||||
[ext_resource type="Environment" uid="uid://dixa0yso2s1u3" path="res://world/Environment.tres" id="12_cscto"]
|
||||
[ext_resource type="PackedScene" uid="uid://hnn0n1xc2qt7" path="res://assets/tree/Tree.blend" id="14_7jtdl"]
|
||||
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://world/CameraPractical.tres" id="14_e2m00"]
|
||||
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://world/CameraPractical.tres" id="15_6h2nx"]
|
||||
[ext_resource type="PackedScene" uid="uid://cb2t7bvvf3gwh" path="res://enemy/slime/Slime.tscn" id="15_hgl78"]
|
||||
[ext_resource type="Script" path="res://world/PlayerManager.gd" id="16_dp6bj"]
|
||||
[ext_resource type="PackedScene" uid="uid://dagn5bf7ou3sd" path="res://ui/UI.tscn" id="17_43qhq"]
|
||||
@ -32,8 +32,9 @@ size = Vector2(25, 25)
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_yg2lt"]
|
||||
size = Vector3(100, 1, 100)
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
[node name="Main" type="Node" node_paths=PackedStringArray("world_environment")]
|
||||
script = ExtResource("1_cw3ws")
|
||||
world_environment = NodePath("World/Environment")
|
||||
|
||||
[node name="Client" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
@ -90,6 +91,21 @@ autostart = true
|
||||
|
||||
[node name="World" type="Node3D" parent="."]
|
||||
|
||||
[node name="Follow" type="Node3D" parent="World"]
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="World/Follow"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
|
||||
[node name="Camera" type="Camera3D" parent="World/Follow/Pivot" node_paths=PackedStringArray("follow_node", "pivot_node")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.5, 7.5)
|
||||
current = true
|
||||
fov = 30.0
|
||||
size = 10.0
|
||||
far = 1000.0
|
||||
script = ExtResource("18_wogcj")
|
||||
follow_node = NodePath("../..")
|
||||
pivot_node = NodePath("..")
|
||||
|
||||
[node name="Sun" type="DirectionalLight3D" parent="World"]
|
||||
transform = Transform3D(0.984808, 0.122788, -0.122788, 0, 0.707107, 0.707107, 0.173648, -0.696364, 0.696364, 0, 3, 0)
|
||||
light_energy = 0.1
|
||||
@ -98,7 +114,7 @@ script = ExtResource("11_4jb08")
|
||||
|
||||
[node name="Environment" type="WorldEnvironment" parent="World"]
|
||||
environment = ExtResource("12_cscto")
|
||||
camera_attributes = ExtResource("14_e2m00")
|
||||
camera_attributes = ExtResource("15_6h2nx")
|
||||
|
||||
[node name="Trees" type="Node3D" parent="World"]
|
||||
|
||||
@ -133,21 +149,6 @@ material_override = ExtResource("18_tja64")
|
||||
cast_shadow = 0
|
||||
multimesh = ExtResource("19_ae26a")
|
||||
|
||||
[node name="Follow" type="Node3D" parent="World"]
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="World/Follow"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
|
||||
[node name="Camera" type="Camera3D" parent="World/Follow/Pivot" node_paths=PackedStringArray("follow_node", "pivot_node")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.5, 7.5)
|
||||
current = true
|
||||
fov = 30.0
|
||||
size = 10.0
|
||||
far = 1000.0
|
||||
script = ExtResource("18_wogcj")
|
||||
follow_node = NodePath("../..")
|
||||
pivot_node = NodePath("..")
|
||||
|
||||
[node name="Players" type="Node3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("16_dp6bj")
|
||||
|
Reference in New Issue
Block a user