2026-07-30 10:46:15 -04:00
|
|
|
[gd_scene load_steps=4 format=3]
|
2026-07-29 21:31:42 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/profile_preview.gd" id="1"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Environment" id="Environment"]
|
|
|
|
|
background_mode = 1
|
|
|
|
|
background_color = Color(0.075, 0.13, 0.16, 1)
|
|
|
|
|
ambient_light_source = 3
|
|
|
|
|
ambient_light_color = Color(0.72, 0.82, 0.86, 1)
|
|
|
|
|
ambient_light_energy = 0.65
|
|
|
|
|
|
|
|
|
|
[sub_resource type="World3D" id="PreviewWorld"]
|
|
|
|
|
environment = SubResource("Environment")
|
|
|
|
|
|
|
|
|
|
[node name="ProfilePreview" type="SubViewportContainer"]
|
2026-07-30 10:46:15 -04:00
|
|
|
custom_minimum_size = Vector2(300, 220)
|
2026-07-29 21:31:42 -04:00
|
|
|
stretch = true
|
|
|
|
|
script = ExtResource("1")
|
|
|
|
|
|
|
|
|
|
[node name="Viewport" type="SubViewport" parent="."]
|
2026-08-03 00:43:43 -04:00
|
|
|
transparent_bg = true
|
2026-07-30 10:46:15 -04:00
|
|
|
size = Vector2i(320, 330)
|
2026-07-29 21:31:42 -04:00
|
|
|
render_target_update_mode = 4
|
|
|
|
|
world_3d = SubResource("PreviewWorld")
|
|
|
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="Viewport"]
|
|
|
|
|
environment = SubResource("Environment")
|
|
|
|
|
|
|
|
|
|
[node name="KeyLight" type="DirectionalLight3D" parent="Viewport"]
|
|
|
|
|
rotation_degrees = Vector3(-38, -32, 0)
|
|
|
|
|
light_energy = 1.15
|
|
|
|
|
shadow_enabled = true
|
|
|
|
|
|
|
|
|
|
[node name="FillLight" type="OmniLight3D" parent="Viewport"]
|
|
|
|
|
position = Vector3(-1.8, 1.6, 2.2)
|
|
|
|
|
light_color = Color(0.72, 0.84, 1, 1)
|
|
|
|
|
omni_range = 5.0
|
|
|
|
|
light_energy = 1.3
|
|
|
|
|
|
|
|
|
|
[node name="PreviewRoot" type="Node3D" parent="Viewport"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="Viewport"]
|
2026-07-30 10:46:15 -04:00
|
|
|
position = Vector3(0, 0.95, 1.9)
|
2026-07-29 21:31:42 -04:00
|
|
|
current = true
|