neon-sprawl/client/scenes/main.tscn

340 lines
15 KiB
Plaintext

[gd_scene format=3 uid="uid://dg2g1nd82lyxm"]
[ext_resource type="Script" uid="uid://bh04b3iify0hd" path="res://scripts/main.gd" id="1_main"]
[ext_resource type="Script" uid="uid://1jimgt3d4bjj" path="res://scripts/player.gd" id="2_player"]
[ext_resource type="Script" uid="uid://v0xpntk6uumr" path="res://scripts/ground_pick.gd" id="3_ground"]
[ext_resource type="Script" uid="uid://ds5fkbscljkxi" path="res://scripts/position_authority_client.gd" id="4_auth"]
[ext_resource type="Script" uid="uid://bv0xprp660hib" path="res://scripts/interaction_request_client.gd" id="5_ix"]
[ext_resource type="Script" uid="uid://n3p4f3fky3nv" path="res://scripts/interaction_radius_indicators.gd" id="6_rad"]
[ext_resource type="Script" uid="uid://b8x7c4m3r5t8t2" path="res://scripts/isometric_follow_camera.gd" id="7_iso_cam"]
[ext_resource type="Resource" path="res://resources/isometric_zoom_bands.tres" id="8_zoom_bands"]
[ext_resource type="Resource" path="res://resources/isometric_occlusion_policy.tres" id="9_occ_pol"]
[sub_resource type="NavigationMesh" id="NavigationMesh_district"]
vertices = PackedVector3Array()
polygons = []
geometry_collision_mask = 1
cell_size = 0.15
cell_height = 0.15
border_size = 0.15
agent_height = 1.0
agent_radius = 0.4
agent_max_climb = 0.35
[sub_resource type="BoxMesh" id="BoxMesh_floor"]
size = Vector3(45, 0.2, 45)
[sub_resource type="BoxShape3D" id="BoxShape3D_floor"]
size = Vector3(45, 0.2, 45)
[sub_resource type="BoxMesh" id="BoxMesh_terminal"]
size = Vector3(0.9, 1, 0.4)
[sub_resource type="StandardMaterial3D" id="Mat_terminal"]
albedo_color = Color(0.28, 0.38, 0.45, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_terminal"]
size = Vector3(0.9, 1, 0.4)
[sub_resource type="BoxMesh" id="BoxMesh_move_reject_pedestal"]
size = Vector3(1.5, 2.5, 1.5)
[sub_resource type="StandardMaterial3D" id="Mat_move_reject_pedestal"]
albedo_color = Color(0.92, 0.42, 0.12, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_move_reject_pedestal"]
size = Vector3(1.5, 2.5, 1.5)
[sub_resource type="BoxMesh" id="BoxMesh_move_reject_farpad"]
size = Vector3(2.5, 0.12, 2.5)
[sub_resource type="StandardMaterial3D" id="Mat_move_reject_farpad"]
albedo_color = Color(0.32, 0.38, 0.55, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_move_reject_farpad"]
size = Vector3(2.5, 0.12, 2.5)
[sub_resource type="BoxMesh" id="BoxMesh_obstacle"]
size = Vector3(2, 2, 2)
[sub_resource type="BoxShape3D" id="BoxShape3D_obstacle"]
size = Vector3(2, 2, 2)
[sub_resource type="BoxMesh" id="BoxMesh_marker"]
size = Vector3(0.22, 0.35, 0.22)
[sub_resource type="StandardMaterial3D" id="Mat_marker_base"]
albedo_color = Color(0.15, 0.4, 1, 1)
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_player"]
radius = 0.4
height = 1.0
[sub_resource type="CapsuleMesh" id="CapsuleMesh_player"]
radius = 0.4
height = 1.0
[sub_resource type="StandardMaterial3D" id="Mat_player_capsule"]
specular_mode = 2
albedo_color = Color(0.42, 0.52, 0.7, 1)
[sub_resource type="BoxMesh" id="BoxMesh_obstacle_b"]
size = Vector3(3, 3, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_obstacle_b"]
size = Vector3(3, 3, 3)
[sub_resource type="BoxMesh" id="BoxMesh_obstacle_c"]
size = Vector3(2, 4, 2)
[sub_resource type="BoxShape3D" id="BoxShape3D_obstacle_c"]
size = Vector3(2, 4, 2)
[sub_resource type="BoxMesh" id="BoxMesh_obstacle_d"]
size = Vector3(3, 2, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_obstacle_d"]
size = Vector3(3, 2, 3)
[sub_resource type="StandardMaterial3D" id="Mat_terrace"]
albedo_color = Color(0.55, 0.52, 0.48, 1)
[sub_resource type="BoxMesh" id="BoxMesh_terrace_a"]
size = Vector3(10, 0.3, 10)
[sub_resource type="BoxShape3D" id="BoxShape3D_terrace_a"]
size = Vector3(10, 0.3, 10)
[sub_resource type="BoxMesh" id="BoxMesh_terrace_b_step"]
size = Vector3(6, 0.3, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_terrace_b_step"]
size = Vector3(6, 0.3, 3)
[sub_resource type="BoxMesh" id="BoxMesh_terrace_b_platform"]
size = Vector3(6, 0.6, 6)
[sub_resource type="BoxShape3D" id="BoxShape3D_terrace_b_platform"]
size = Vector3(6, 0.6, 6)
[sub_resource type="BoxMesh" id="BoxMesh_terrace_c"]
size = Vector3(8, 0.3, 8)
[sub_resource type="BoxShape3D" id="BoxShape3D_terrace_c"]
size = Vector3(8, 0.3, 8)
[node name="Main" type="Node3D" unique_id=1358372723]
script = ExtResource("1_main")
[node name="World" type="Node3D" parent="." unique_id=1042212190]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World" unique_id=201819776]
transform = Transform3D(0.866025, -0.353553, 0.353553, 0, 0.707107, 0.707107, -0.5, -0.612372, 0.612372, 0, 6, 0)
light_specular = 0.0
shadow_enabled = true
[node name="IsometricFollowCamera" type="Node3D" parent="World" unique_id=1124088856]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 10, 12)
script = ExtResource("7_iso_cam")
zoom_band_config = ExtResource("8_zoom_bands")
occlusion_policy = ExtResource("9_occ_pol")
[node name="Camera3D" type="Camera3D" parent="World/IsometricFollowCamera" unique_id=1124088857]
current = true
fov = 50.0
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="World" unique_id=8880001]
navigation_mesh = SubResource("NavigationMesh_district")
[node name="Floor" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1800743112 groups=["walkable"]]
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/Floor" unique_id=152652175]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0)
mesh = SubResource("BoxMesh_floor")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/Floor" unique_id=409532142]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0)
shape = SubResource("BoxShape3D_floor")
[node name="PrototypeTerminal" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1700001 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/PrototypeTerminal" unique_id=1700002]
mesh = SubResource("BoxMesh_terminal")
surface_material_override/0 = SubResource("Mat_terminal")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/PrototypeTerminal" unique_id=1700006]
shape = SubResource("BoxShape3D_terminal")
[node name="MoveRejectPedestal" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1900021 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.5, 0, -6.5)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/MoveRejectPedestal" unique_id=1900022]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0)
mesh = SubResource("BoxMesh_move_reject_pedestal")
surface_material_override/0 = SubResource("Mat_move_reject_pedestal")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/MoveRejectPedestal" unique_id=1900023]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0)
shape = SubResource("BoxShape3D_move_reject_pedestal")
[node name="MoveRejectFarPad" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1900031 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0.06, 9)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/MoveRejectFarPad" unique_id=1900032]
mesh = SubResource("BoxMesh_move_reject_farpad")
surface_material_override/0 = SubResource("Mat_move_reject_farpad")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/MoveRejectFarPad" unique_id=1900033]
shape = SubResource("BoxShape3D_move_reject_farpad")
[node name="Obstacle" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=1638845763 groups=["occluder"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, 5)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/Obstacle" unique_id=750473628]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("BoxMesh_obstacle")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/Obstacle" unique_id=1344302688]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("BoxShape3D_obstacle")
[node name="ObstacleB" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000001 groups=["occluder"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 0, 5)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/ObstacleB" unique_id=3000002]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
mesh = SubResource("BoxMesh_obstacle_b")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/ObstacleB" unique_id=3000003]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
shape = SubResource("BoxShape3D_obstacle_b")
[node name="ObstacleC" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000004 groups=["occluder"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0, -12)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/ObstacleC" unique_id=3000005]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
mesh = SubResource("BoxMesh_obstacle_c")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/ObstacleC" unique_id=3000006]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
shape = SubResource("BoxShape3D_obstacle_c")
[node name="ObstacleD" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000007 groups=["occluder"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, -16)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/ObstacleD" unique_id=3000008]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("BoxMesh_obstacle_d")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/ObstacleD" unique_id=3000009]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("BoxShape3D_obstacle_d")
[node name="TerracePlatformA" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000010 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13, 0, -14)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/TerracePlatformA" unique_id=3000011]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
mesh = SubResource("BoxMesh_terrace_a")
surface_material_override/0 = SubResource("Mat_terrace")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/TerracePlatformA" unique_id=3000012]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
shape = SubResource("BoxShape3D_terrace_a")
[node name="TerraceStepB" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000013 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -15, 0, 8.5)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/TerraceStepB" unique_id=3000014]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
mesh = SubResource("BoxMesh_terrace_b_step")
surface_material_override/0 = SubResource("Mat_terrace")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/TerraceStepB" unique_id=3000015]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
shape = SubResource("BoxShape3D_terrace_b_step")
[node name="TerracePlatformB" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000016 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -15, 0, 13)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/TerracePlatformB" unique_id=3000017]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
mesh = SubResource("BoxMesh_terrace_b_platform")
surface_material_override/0 = SubResource("Mat_terrace")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/TerracePlatformB" unique_id=3000018]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
shape = SubResource("BoxShape3D_terrace_b_platform")
[node name="TerracePlatformC" type="StaticBody3D" parent="World/NavigationRegion3D" unique_id=3000019 groups=["walkable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 14)
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/NavigationRegion3D/TerracePlatformC" unique_id=3000020]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
mesh = SubResource("BoxMesh_terrace_c")
surface_material_override/0 = SubResource("Mat_terrace")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/NavigationRegion3D/TerracePlatformC" unique_id=3000021]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.15, 0)
shape = SubResource("BoxShape3D_terrace_c")
[node name="InteractionMarkers" type="Node3D" parent="World" unique_id=1700003]
script = ExtResource("6_rad")
[node name="MarkerA" type="MeshInstance3D" parent="World/InteractionMarkers" unique_id=1700004]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.1, 0.25, 0.9)
mesh = SubResource("BoxMesh_marker")
surface_material_override/0 = SubResource("Mat_marker_base")
[node name="MarkerB" type="MeshInstance3D" parent="World/InteractionMarkers" unique_id=1700005]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.95, 0.22, -1.05)
mesh = SubResource("BoxMesh_marker")
surface_material_override/0 = SubResource("Mat_marker_base")
[node name="Player" type="CharacterBody3D" parent="World" unique_id=352931696]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0.9, -5)
collision_layer = 2
floor_max_angle = 0.872665
floor_snap_length = 0.22
safe_margin = 0.055
script = ExtResource("2_player")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/Player" unique_id=1695755590]
shape = SubResource("CapsuleShape3D_player")
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="World/Player" unique_id=8880002]
path_desired_distance = 0.35
target_desired_distance = 0.35
radius = 0.4
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/Player" unique_id=2027034386]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.034, 0)
cast_shadow = 0
mesh = SubResource("CapsuleMesh_player")
surface_material_override/0 = SubResource("Mat_player_capsule")
[node name="GroundPick" type="Node3D" parent="." unique_id=2500001]
script = ExtResource("3_ground")
[node name="PositionAuthorityClient" type="Node" parent="." unique_id=2500002]
script = ExtResource("4_auth")
[node name="InteractionRequestClient" type="Node" parent="." unique_id=2500003]
script = ExtResource("5_ix")
[node name="UICanvas" type="CanvasLayer" parent="." unique_id=9000001]
[node name="MoveRejectLabel" type="Label" parent="UICanvas" unique_id=9000002]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 12.0
offset_top = -44.0
offset_right = -12.0
offset_bottom = -8.0
grow_horizontal = 2
autowrap_mode = 3