gamejam-march-28/box_art.tscn
2025-03-30 18:43:56 -06:00

27 lines
1.1 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://bcbgdhxac3ll5"]
[ext_resource type="PackedScene" uid="uid://cj7l76arpv3ib" path="res://terrain.tscn" id="1_cw6mu"]
[ext_resource type="PackedScene" uid="uid://cg7vjpjmg60ti" path="res://vole.glb" id="2_cuf48"]
[sub_resource type="Environment" id="Environment_cw6mu"]
background_mode = 1
background_color = Color(0.56685, 0.797711, 1, 1)
volumetric_fog_density = 0.07
volumetric_fog_emission = Color(1, 1, 1, 1)
volumetric_fog_length = 15.0
[node name="BoxArt" type="Node3D"]
[node name="terrain" parent="." instance=ExtResource("1_cw6mu")]
[node name="vole" parent="terrain" instance=ExtResource("2_cuf48")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.56748, 12.0074, -0.381833)
[node name="Camera3D" type="Camera3D" parent="terrain/vole"]
transform = Transform3D(1, 0, 0, 0, 0.992463, 0.122545, 0, -0.122545, 0.992463, 0, 0.493698, 1.15394)
[node name="WorldEnvironment" type="WorldEnvironment" parent="terrain/vole/Camera3D"]
environment = SubResource("Environment_cw6mu")
[node name="OmniLight3D" type="OmniLight3D" parent="terrain/vole"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.80256, 0)