175 lines
6.5 KiB
Text
175 lines
6.5 KiB
Text
[gd_scene load_steps=19 format=3 uid="uid://bx0bbrwdr0h40"]
|
|
|
|
[ext_resource type="Script" path="res://HexGrid3D/HexGrid3D.gd" id="2_xcbqy"]
|
|
[ext_resource type="Script" path="res://WebLightChecker.gd" id="6_uu0ab"]
|
|
[ext_resource type="Texture2D" uid="uid://cilgpyanfb3a8" path="res://Testbed/textures/wood_table_001_diff_4k.jpg" id="6_x76sf"]
|
|
[ext_resource type="Texture2D" uid="uid://diamo44e2x4if" path="res://Testbed/textures/wood_table_001_disp_4k.png" id="7_xr322"]
|
|
[ext_resource type="Script" path="res://PlayerInventory.gd" id="8_kqchc"]
|
|
[ext_resource type="Script" path="res://BuildMenu.gd" id="8_lxt1e"]
|
|
[ext_resource type="Texture2D" uid="uid://b6ejmikbfrprs" path="res://Testbed/textures/wood_table_001_rough_4k.jpg" id="8_wvt2u"]
|
|
[ext_resource type="PackedScene" uid="uid://bo8hgq66dbbb6" path="res://UI/insect_button.tscn" id="11_pmmaq"]
|
|
[ext_resource type="Script" path="res://Misc/RTSCamera3D.gd" id="12_o7k50"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u8oxs"]
|
|
albedo_texture = ExtResource("6_x76sf")
|
|
roughness_texture = ExtResource("8_wvt2u")
|
|
roughness_texture_channel = 4
|
|
normal_enabled = true
|
|
normal_scale = 0.1
|
|
normal_texture = ExtResource("7_xr322")
|
|
heightmap_scale = 1.0
|
|
heightmap_deep_parallax = true
|
|
heightmap_min_layers = 1
|
|
heightmap_max_layers = 1
|
|
heightmap_texture = ExtResource("7_xr322")
|
|
refraction_scale = 0.28
|
|
refraction_texture = ExtResource("7_xr322")
|
|
texture_filter = 5
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_cu5ir"]
|
|
material = SubResource("StandardMaterial3D_u8oxs")
|
|
size = Vector2(50, 50)
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_dv0dt"]
|
|
|
|
[sub_resource type="Sky" id="Sky_v4pi7"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_dv0dt")
|
|
|
|
[sub_resource type="Environment" id="Environment_xoohw"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_v4pi7")
|
|
tonemap_mode = 1
|
|
ssao_enabled = true
|
|
|
|
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_41x5h"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_pctcs"]
|
|
interpolation_mode = 2
|
|
offsets = PackedFloat32Array(0, 0.839465)
|
|
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 0)
|
|
|
|
[sub_resource type="GradientTexture2D" id="GradientTexture2D_tjcjh"]
|
|
gradient = SubResource("Gradient_pctcs")
|
|
width = 1
|
|
height = 256
|
|
fill_from = Vector2(1, 1)
|
|
fill_to = Vector2(1, 0.1)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_sfja1"]
|
|
texture = SubResource("GradientTexture2D_tjcjh")
|
|
axis_stretch_vertical = 2
|
|
modulate_color = Color(1, 1, 1, 0.639216)
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 6, 5)
|
|
script = ExtResource("12_o7k50")
|
|
edge_panning_enabled = false
|
|
|
|
[node name="HexGrid" type="Node3D" parent="."]
|
|
script = ExtResource("2_xcbqy")
|
|
|
|
[node name="PlacementVisualizer" type="Node3D" parent="HexGrid"]
|
|
|
|
[node name="Tiles" type="Node3D" parent="HexGrid"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("PlaneMesh_cu5ir")
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_xoohw")
|
|
camera_attributes = SubResource("CameraAttributesPractical_41x5h")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.843961, -0.46784, 0.262404, -0.0775016, 0.377705, 0.922677, -0.530777, -0.79904, 0.28251, 0.262159, 3.27869, -0.104568)
|
|
light_color = Color(1, 0.941176, 0.823529, 1)
|
|
shadow_enabled = true
|
|
directional_shadow_blend_splits = true
|
|
script = ExtResource("6_uu0ab")
|
|
|
|
[node name="BuildMenu" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("8_lxt1e")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="BuildMenu"]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_sfja1")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="BuildMenu/PanelContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 15
|
|
theme_override_constants/margin_top = 15
|
|
theme_override_constants/margin_right = 15
|
|
theme_override_constants/margin_bottom = 15
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="BuildMenu/PanelContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="Label" type="Label" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "You"
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
self_modulate = Color(1, 1, 1, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
|
|
[node name="Label2" type="Label" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Enemy"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
alignment = 1
|
|
|
|
[node name="LocalPlayerInsects" type="HBoxContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
mouse_filter = 0
|
|
script = ExtResource("8_kqchc")
|
|
|
|
[node name="InsectButton" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2/LocalPlayerInsects" instance=ExtResource("11_pmmaq")]
|
|
layout_mode = 2
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2/LocalPlayerInsects"]
|
|
layout_mode = 2
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
modulate = Color(1, 1, 1, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
|
|
[node name="RemotePlayerInsects" type="HBoxContainer" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
mouse_filter = 0
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2/RemotePlayerInsects"]
|
|
layout_mode = 2
|
|
|
|
[node name="InsectButton2" parent="BuildMenu/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer2/RemotePlayerInsects" instance=ExtResource("11_pmmaq")]
|
|
layout_mode = 2
|
|
is_black = true
|