Files
2026-09-01 22:41:37 +02:00

70 lines
3.1 KiB
Plaintext

[gd_scene format=3 uid="uid://c72xmokv2cooh"]
[ext_resource type="Script" uid="uid://duwl2xplogkr8" path="res://scenes/game/game.gd" id="1_5i0tg"]
[ext_resource type="PackedScene" uid="uid://0t1qprxnrxpw" path="res://entities/mecha/mecha.tscn" id="1_27f8m"]
[ext_resource type="PackedScene" uid="uid://nlli5ju37ghy" path="res://objects/dome/dome.tscn" id="3_fusjd"]
[ext_resource type="Script" uid="uid://da00pdn0rf7t5" path="res://objects/map/hex_map.gd" id="4_xayjg"]
[ext_resource type="PackedScene" uid="uid://brr2idsr7qmpf" path="res://entities/alien/alien_horde_manager/alien_horde_manager.tscn" id="5_apimt"]
[ext_resource type="PackedScene" uid="uid://bimqv18m7axjk" path="res://gui/game_gui/game_gui.tscn" id="6_5y3pt"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_omx8k"]
sky_top_color = Color(1.5281513e-06, 0.05061449, 0.19047657, 1)
sky_horizon_color = Color(0.22352941, 0.03529412, 0.2784314, 1)
sky_curve = 0.025613217
ground_bottom_color = Color(0.22352941, 0.03529412, 0.2784314, 1)
ground_horizon_color = Color(0.22352941, 0.03529412, 0.2784314, 1)
[sub_resource type="Sky" id="Sky_jb5pf"]
sky_material = SubResource("ProceduralSkyMaterial_omx8k")
[sub_resource type="Environment" id="Environment_g4v7s"]
background_mode = 2
sky = SubResource("Sky_jb5pf")
ambient_light_source = 2
ambient_light_color = Color(1, 1, 1, 1)
tonemap_mode = 2
adjustment_enabled = true
adjustment_brightness = 0.86
adjustment_contrast = 1.075
adjustment_saturation = 1.3
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_6rjad"]
[node name="Game" type="Node" unique_id=1001231740]
script = ExtResource("1_5i0tg")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=842873254]
transform = Transform3D(-0.589464, 0.5635923, -0.5787023, -0.047807492, 0.69080204, 0.7214618, 0.8063788, 0.45294192, -0.3802589, 0, 9.893875, 0)
light_energy = 2.023
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=505736504]
environment = SubResource("Environment_g4v7s")
camera_attributes = SubResource("CameraAttributesPhysical_6rjad")
[node name="Mecha" parent="." unique_id=608967332 instance=ExtResource("1_27f8m")]
unique_name_in_owner = true
[node name="Dome" parent="." unique_id=166719047 instance=ExtResource("3_fusjd")]
unique_name_in_owner = true
transform = Transform3D(600, 0, 0, 0, 600, 0, 0, 0, 600, 0, 0, 0)
size = 600.0
[node name="HexMap" type="Node3D" parent="." unique_id=1608265666]
unique_name_in_owner = true
script = ExtResource("4_xayjg")
radius = 8
metadata/_custom_type_script = "uid://da00pdn0rf7t5"
[node name="AlienHordeManager" parent="." unique_id=1604717993 node_paths=PackedStringArray("hex_map", "mecha") instance=ExtResource("5_apimt")]
unique_name_in_owner = true
hex_map = NodePath("../HexMap")
mecha = NodePath("../Mecha")
[node name="GameGui" parent="." unique_id=638603976 node_paths=PackedStringArray("mecha") instance=ExtResource("6_5y3pt")]
unique_name_in_owner = true
mecha = NodePath("../Mecha")
[node name="Spawners" type="Node" parent="." unique_id=2119144288]
unique_name_in_owner = true