35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://cgsmfi2s51cbd"]
|
|
|
|
[ext_resource type="Script" uid="uid://br2udyi6t8yvf" path="res://Scripts/World.cs" id="1_xkndl"]
|
|
[ext_resource type="Script" uid="uid://dqrdb3bvws6b6" path="res://Scripts/SteamworksHandler.cs" id="2_xkndl"]
|
|
[ext_resource type="Script" uid="uid://c7khr6oist3ku" path="res://Scripts/Camera3d.cs" id="3_u44n3"]
|
|
|
|
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_u44n3"]
|
|
|
|
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_u44n3"]
|
|
panorama = SubResource("CompressedTexture2D_u44n3")
|
|
|
|
[sub_resource type="Sky" id="Sky_u44n3"]
|
|
sky_material = SubResource("PanoramaSkyMaterial_u44n3")
|
|
|
|
[sub_resource type="Environment" id="Environment_sb48q"]
|
|
background_mode = 1
|
|
background_color = Color(0.27141052, 0.1874483, 0.13788113, 1)
|
|
sky = SubResource("Sky_u44n3")
|
|
|
|
[node name="Main" type="Node3D" unique_id=234207355]
|
|
|
|
[node name="World" type="Node3D" parent="." unique_id=770208789]
|
|
script = ExtResource("1_xkndl")
|
|
|
|
[node name="SteamworksHandler" type="Node" parent="." unique_id=1183440473]
|
|
script = ExtResource("2_xkndl")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=161504606]
|
|
transform = Transform3D(1, 0, 0, 0, 0.25881907, 0.9659258, 0, -0.9659258, 0.25881907, 30, 20, 30)
|
|
current = true
|
|
script = ExtResource("3_u44n3")
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=377970686]
|
|
environment = SubResource("Environment_sb48q")
|