48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://cc2adfb3sfrep"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://snjgu4yp5swd" path="res://objects/player.tscn" id="1_mhgjp"]
|
|
[ext_resource type="PackedScene" uid="uid://dllho5nkq2smw" path="res://maps/industrial_area_map.tscn" id="2_41t38"]
|
|
[ext_resource type="PackedScene" uid="uid://bt054d3ic71rf" path="res://menus/pause_menu.tscn" id="2_ien74"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ien74"]
|
|
sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1)
|
|
ground_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_41t38"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_ien74")
|
|
|
|
[sub_resource type="Environment" id="Environment_uqqn3"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_41t38")
|
|
tonemap_mode = 2
|
|
glow_enabled = true
|
|
|
|
[node name="Node" type="Node"]
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_uqqn3")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0)
|
|
shadow_enabled = true
|
|
|
|
[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
stretch = true
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer"]
|
|
handle_input_locally = false
|
|
size = Vector2i(1152, 648)
|
|
render_target_update_mode = 4
|
|
|
|
[node name="PlayerBody" parent="SubViewportContainer/SubViewport" instance=ExtResource("1_mhgjp")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -24.381037, 0.39286697, -0.4163785)
|
|
|
|
[node name="Map" parent="SubViewportContainer/SubViewport" instance=ExtResource("2_41t38")]
|
|
|
|
[node name="PauseMenu" parent="." instance=ExtResource("2_ien74")]
|