23 lines
1021 B
Plaintext
23 lines
1021 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b40y7iuskv1ar"]
|
|
|
|
[ext_resource type="Script" path="res://world/World.gd" id="1_2lci4"]
|
|
[ext_resource type="Environment" uid="uid://dixa0yso2s1u3" path="res://world/Environment.tres" id="1_qb8w4"]
|
|
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://world/CameraAttributes.tres" id="2_1nt3m"]
|
|
[ext_resource type="PackedScene" uid="uid://bxotvk73tbgw0" path="res://ui/UI.tscn" id="4_c6x8y"]
|
|
|
|
[node name="World" type="Node"]
|
|
script = ExtResource("1_2lci4")
|
|
|
|
[node name="UI" parent="." instance=ExtResource("4_c6x8y")]
|
|
|
|
[node name="Camera" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5)
|
|
fov = 90.0
|
|
|
|
[node name="Sun" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.904299, 0.26004, -0.33856, 0, 0.793066, 0.609135, 0.4269, -0.55084, 0.717169, 0, 0, 0)
|
|
|
|
[node name="Environment" type="WorldEnvironment" parent="."]
|
|
environment = ExtResource("1_qb8w4")
|
|
camera_attributes = ExtResource("2_1nt3m")
|