diff --git a/src/entities/buildings/flag_stand.tscn b/entities/buildings/flag_stand.tscn similarity index 100% rename from src/entities/buildings/flag_stand.tscn rename to entities/buildings/flag_stand.tscn diff --git a/src/entities/components/explosive_damage_component.gd b/entities/components/explosive_damage_component.gd similarity index 100% rename from src/entities/components/explosive_damage_component.gd rename to entities/components/explosive_damage_component.gd diff --git a/src/entities/components/flag_carry_component.gd b/entities/components/flag_carry_component.gd similarity index 100% rename from src/entities/components/flag_carry_component.gd rename to entities/components/flag_carry_component.gd diff --git a/src/entities/components/health_component.gd b/entities/components/health_component.gd similarity index 100% rename from src/entities/components/health_component.gd rename to entities/components/health_component.gd diff --git a/src/entities/components/inventory.gd b/entities/components/inventory.gd similarity index 88% rename from src/entities/components/inventory.gd rename to entities/components/inventory.gd index 55cf3a6..7e0ddc1 100644 --- a/src/entities/components/inventory.gd +++ b/entities/components/inventory.gd @@ -38,6 +38,22 @@ func _unhandled_input(event : InputEvent) -> void: cycle(1) if event.button_index == MOUSE_BUTTON_WHEEL_DOWN and event.pressed: cycle(-1) + if event is InputEventKey: + match event.keycode: + KEY_1: select(0) + KEY_2: select(1) + KEY_3: select(2) + +func select(index : int) -> void: + if selected: + selected.hide() + selected = get_child(index) + if selected: + selected.show() + else: + selected = get_child(index) + if selected: + selected.show() ## This method overrides [method Node.add_child] method to make sure not to exceed the inventory capacity func _add_child(node: Node, force_readable_name: bool = false, internal: InternalMode = InternalMode.INTERNAL_MODE_DISABLED) -> void: diff --git a/src/entities/components/match_participant_component.gd b/entities/components/match_participant_component.gd similarity index 100% rename from src/entities/components/match_participant_component.gd rename to entities/components/match_participant_component.gd diff --git a/src/entities/target_dummy/assets/models/.gdignore b/entities/dummy_target/assets/models/.gdignore similarity index 100% rename from src/entities/target_dummy/assets/models/.gdignore rename to entities/dummy_target/assets/models/.gdignore diff --git a/src/entities/target_dummy/assets/models/player_mesh.blend b/entities/dummy_target/assets/models/player_mesh.blend similarity index 100% rename from src/entities/target_dummy/assets/models/player_mesh.blend rename to entities/dummy_target/assets/models/player_mesh.blend diff --git a/src/entities/target_dummy/assets/player_mesh.glb b/entities/dummy_target/assets/player_mesh.glb similarity index 100% rename from src/entities/target_dummy/assets/player_mesh.glb rename to entities/dummy_target/assets/player_mesh.glb diff --git a/src/entities/target_dummy/assets/player_mesh.glb.import b/entities/dummy_target/assets/player_mesh.glb.import similarity index 71% rename from src/entities/target_dummy/assets/player_mesh.glb.import rename to entities/dummy_target/assets/player_mesh.glb.import index 781a69b..60fb86e 100644 --- a/src/entities/target_dummy/assets/player_mesh.glb.import +++ b/entities/dummy_target/assets/player_mesh.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://chuein4frnvwt" -path="res://.godot/imported/player_mesh.glb-e04f813b01e0d89f826988e7bd9bf90a.scn" +path="res://.godot/imported/player_mesh.glb-8a1e1c6070971fc6184d85747185f28c.scn" [deps] -source_file="res://src/entities/target_dummy/assets/player_mesh.glb" -dest_files=["res://.godot/imported/player_mesh.glb-e04f813b01e0d89f826988e7bd9bf90a.scn"] +source_file="res://entities/dummy_target/assets/player_mesh.glb" +dest_files=["res://.godot/imported/player_mesh.glb-8a1e1c6070971fc6184d85747185f28c.scn"] [params] diff --git a/src/entities/target_dummy/target_dummy.gd b/entities/dummy_target/dummy_target.gd similarity index 100% rename from src/entities/target_dummy/target_dummy.gd rename to entities/dummy_target/dummy_target.gd diff --git a/entities/dummy_target/dummy_target.tscn b/entities/dummy_target/dummy_target.tscn new file mode 100644 index 0000000..62806d3 --- /dev/null +++ b/entities/dummy_target/dummy_target.tscn @@ -0,0 +1,68 @@ +[gd_scene load_steps=5 format=3 uid="uid://dpnu1lvfncx6q"] + +[ext_resource type="Script" path="res://entities/dummy_target/dummy_target.gd" id="1_iup5v"] +[ext_resource type="Shape3D" uid="uid://cb8esdlnottdn" path="res://entities/player/collision_shape.tres" id="2_i5k5j"] +[ext_resource type="PackedScene" uid="uid://chuein4frnvwt" path="res://entities/dummy_target/assets/player_mesh.glb" id="4_fuync"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_b0142"] +friction = 0.5 +bounce = 0.5 + +[node name="DummyTarget" type="RigidBody3D"] +collision_layer = 2147483649 +collision_mask = 2147483649 +axis_lock_angular_x = true +axis_lock_angular_y = true +axis_lock_angular_z = true +mass = 75.0 +physics_material_override = SubResource("PhysicsMaterial_b0142") +center_of_mass_mode = 1 +center_of_mass = Vector3(0, 1, 0) +continuous_cd = true +script = ExtResource("1_iup5v") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) +shape = ExtResource("2_i5k5j") + +[node name="TargetMesh" parent="." instance=ExtResource("4_fuync")] +transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0) + +[node name="playerrig" parent="TargetMesh" index="2"] +transform = Transform3D(2.56873e-07, 0, 1.31928, 0, 1.31928, 0, -1.31928, 0, 2.56873e-07, 0, 0, 0) + +[node name="Skeleton3D" parent="TargetMesh/playerrig" index="0"] +bones/6/rotation = Quaternion(-0.605155, -0.345862, -0.356135, 0.622363) +bones/7/rotation = Quaternion(0.18188, 0.221628, -0.929157, 0.233384) +bones/8/rotation = Quaternion(0.128862, -0.709864, -0.133277, 0.679504) +bones/9/rotation = Quaternion(0.126866, -0.0346058, -0.00662176, 0.991294) +bones/11/rotation = Quaternion(-0.0630718, -0.16283, 0.0971492, 0.979832) +bones/13/rotation = Quaternion(0.0299552, -0.545663, -0.00259936, 0.837465) +bones/14/rotation = Quaternion(-0.0636278, -0.0624373, 0.0299354, 0.995569) +bones/17/rotation = Quaternion(0.0486079, -0.0407852, 0.014286, 0.997883) +bones/19/rotation = Quaternion(-0.12453, -0.526036, 0.129609, 0.831252) +bones/20/rotation = Quaternion(-0.0225172, -0.0668488, 0.0231689, 0.99724) +bones/21/rotation = Quaternion(-0.00114936, 0.0252308, -0.0174874, 0.999528) +bones/25/rotation = Quaternion(-0.608395, 0.196282, 0.258426, 0.724254) +bones/26/rotation = Quaternion(0.161981, -0.321612, 0.619315, 0.697694) +bones/27/rotation = Quaternion(0.426391, 0.0868582, 0.53013, 0.727742) +bones/28/rotation = Quaternion(-0.217102, 0.0422089, 0.0230506, 0.974963) +bones/33/rotation = Quaternion(-0.0636278, 0.0624373, -0.0299354, 0.995569) +bones/36/rotation = Quaternion(-0.4266, 0.0977703, 0.332942, 0.835226) +bones/37/rotation = Quaternion(-0.632018, -0.129105, 0.241206, 0.725055) +bones/39/rotation = Quaternion(-0.479327, 0.030236, 0.338389, 0.809212) +bones/40/rotation = Quaternion(-0.540176, -0.0581251, 0.395197, 0.740709) +bones/42/rotation = Quaternion(-0.451682, -0.0170105, 0.326969, 0.829931) +bones/43/rotation = Quaternion(-0.512965, -0.0942157, 0.391943, 0.757873) +bones/44/rotation = Quaternion(0.986515, -3.3762e-16, 1.34771e-25, 0.163672) +bones/46/rotation = Quaternion(-0.574131, 2.92207e-06, -4.58343e-06, 0.818763) +bones/49/rotation = Quaternion(0.986515, -3.3762e-16, 1.34771e-25, 0.163672) +bones/51/rotation = Quaternion(-0.574131, -2.92207e-06, 4.58343e-06, 0.818763) + +[node name="AnimationPlayer" parent="TargetMesh" index="4"] +autoplay = "gunTwoHanded" + +[node name="Marker3D" type="Marker3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0) + +[editable path="TargetMesh"] diff --git a/src/entities/flag/assets/flag.glb b/entities/flag/assets/flag.glb similarity index 100% rename from src/entities/flag/assets/flag.glb rename to entities/flag/assets/flag.glb diff --git a/src/entities/flag/assets/flag.glb.import b/entities/flag/assets/flag.glb.import similarity index 73% rename from src/entities/flag/assets/flag.glb.import rename to entities/flag/assets/flag.glb.import index 39b89fb..6f3bf9d 100644 --- a/src/entities/flag/assets/flag.glb.import +++ b/entities/flag/assets/flag.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d3l7fvbdg6m5g" -path="res://.godot/imported/flag.glb-d872a6b5005907515bca9245eda66e81.scn" +path="res://.godot/imported/flag.glb-0a51d316969707bbb012f3287265227f.scn" [deps] -source_file="res://src/entities/flag/assets/flag.glb" -dest_files=["res://.godot/imported/flag.glb-d872a6b5005907515bca9245eda66e81.scn"] +source_file="res://entities/flag/assets/flag.glb" +dest_files=["res://.godot/imported/flag.glb-0a51d316969707bbb012f3287265227f.scn"] [params] diff --git a/src/entities/flag/flag.gd b/entities/flag/flag.gd similarity index 100% rename from src/entities/flag/flag.gd rename to entities/flag/flag.gd diff --git a/src/entities/flag/flag.tscn b/entities/flag/flag.tscn similarity index 91% rename from src/entities/flag/flag.tscn rename to entities/flag/flag.tscn index d42f259..c1a5337 100644 --- a/src/entities/flag/flag.tscn +++ b/entities/flag/flag.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=8 format=3 uid="uid://c88l3h0ph00c7"] -[ext_resource type="Script" path="res://src/entities/flag/flag.gd" id="1_y7d3d"] +[ext_resource type="Script" path="res://entities/flag/flag.gd" id="1_y7d3d"] [ext_resource type="Script" path="res://addons/smoothing/smoothing.gd" id="2_es4ce"] -[ext_resource type="PackedScene" uid="uid://d3l7fvbdg6m5g" path="res://src/entities/flag/assets/flag.glb" id="2_i78em"] -[ext_resource type="PackedScene" uid="uid://bcgkc5fhhyauv" path="res://src/entities/flag/waypoint.tscn" id="3_tu6jg"] +[ext_resource type="PackedScene" uid="uid://d3l7fvbdg6m5g" path="res://entities/flag/assets/flag.glb" id="2_i78em"] +[ext_resource type="PackedScene" uid="uid://bcgkc5fhhyauv" path="res://entities/flag/waypoint.tscn" id="3_tu6jg"] [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_4ymrw"] friction = 0.5 diff --git a/src/entities/flag/waypoint.gd b/entities/flag/waypoint.gd similarity index 100% rename from src/entities/flag/waypoint.gd rename to entities/flag/waypoint.gd diff --git a/src/entities/flag/waypoint.tscn b/entities/flag/waypoint.tscn similarity index 89% rename from src/entities/flag/waypoint.tscn rename to entities/flag/waypoint.tscn index 743c17c..a3f5cc5 100644 --- a/src/entities/flag/waypoint.tscn +++ b/entities/flag/waypoint.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bcgkc5fhhyauv"] -[ext_resource type="Script" path="res://src/entities/flag/waypoint.gd" id="1_gmnl6"] +[ext_resource type="Script" path="res://entities/flag/waypoint.gd" id="1_gmnl6"] [node name="IFF" type="Control"] layout_mode = 3 diff --git a/src/entities/player/assets/jetpackfx/Particle01.png b/entities/player/assets/jetpackfx/Particle01.png similarity index 100% rename from src/entities/player/assets/jetpackfx/Particle01.png rename to entities/player/assets/jetpackfx/Particle01.png diff --git a/src/entities/player/assets/jetpackfx/Particle01.png.import b/entities/player/assets/jetpackfx/Particle01.png.import similarity index 69% rename from src/entities/player/assets/jetpackfx/Particle01.png.import rename to entities/player/assets/jetpackfx/Particle01.png.import index 7521d13..edbb4dd 100644 --- a/src/entities/player/assets/jetpackfx/Particle01.png.import +++ b/entities/player/assets/jetpackfx/Particle01.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmf12llra7aq5" -path.s3tc="res://.godot/imported/Particle01.png-91a221b05ac784633d634ee4ff59bc49.s3tc.ctex" +path.s3tc="res://.godot/imported/Particle01.png-789728e4e363d58f11747b3cf3c5d5a3.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/entities/player/assets/jetpackfx/Particle01.png" -dest_files=["res://.godot/imported/Particle01.png-91a221b05ac784633d634ee4ff59bc49.s3tc.ctex"] +source_file="res://entities/player/assets/jetpackfx/Particle01.png" +dest_files=["res://.godot/imported/Particle01.png-789728e4e363d58f11747b3cf3c5d5a3.s3tc.ctex"] [params] diff --git a/src/entities/player/assets/jetpackfx/smoke_01.png b/entities/player/assets/jetpackfx/smoke_01.png similarity index 100% rename from src/entities/player/assets/jetpackfx/smoke_01.png rename to entities/player/assets/jetpackfx/smoke_01.png diff --git a/src/entities/player/assets/jetpackfx/smoke_01.png.import b/entities/player/assets/jetpackfx/smoke_01.png.import similarity index 69% rename from src/entities/player/assets/jetpackfx/smoke_01.png.import rename to entities/player/assets/jetpackfx/smoke_01.png.import index 5f5747a..f895109 100644 --- a/src/entities/player/assets/jetpackfx/smoke_01.png.import +++ b/entities/player/assets/jetpackfx/smoke_01.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ct1v5iadtpadm" -path.s3tc="res://.godot/imported/smoke_01.png-947639cde10498cdb127ff45ce477e02.s3tc.ctex" +path.s3tc="res://.godot/imported/smoke_01.png-5c3d69bc74b2f317eac64d37cd67aed3.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/entities/player/assets/jetpackfx/smoke_01.png" -dest_files=["res://.godot/imported/smoke_01.png-947639cde10498cdb127ff45ce477e02.s3tc.ctex"] +source_file="res://entities/player/assets/jetpackfx/smoke_01.png" +dest_files=["res://.godot/imported/smoke_01.png-5c3d69bc74b2f317eac64d37cd67aed3.s3tc.ctex"] [params] diff --git a/src/entities/player/assets/jetpackfx/smoke_02.png b/entities/player/assets/jetpackfx/smoke_02.png similarity index 100% rename from src/entities/player/assets/jetpackfx/smoke_02.png rename to entities/player/assets/jetpackfx/smoke_02.png diff --git a/src/entities/player/assets/jetpackfx/smoke_02.png.import b/entities/player/assets/jetpackfx/smoke_02.png.import similarity index 69% rename from src/entities/player/assets/jetpackfx/smoke_02.png.import rename to entities/player/assets/jetpackfx/smoke_02.png.import index 042d240..b9e266f 100644 --- a/src/entities/player/assets/jetpackfx/smoke_02.png.import +++ b/entities/player/assets/jetpackfx/smoke_02.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://doxo4vfn0bjlp" -path.s3tc="res://.godot/imported/smoke_02.png-ecd8b2fbdcf6dc556befc84f1840a170.s3tc.ctex" +path.s3tc="res://.godot/imported/smoke_02.png-a5343a97ff1cefeebcd82e41218739ca.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/entities/player/assets/jetpackfx/smoke_02.png" -dest_files=["res://.godot/imported/smoke_02.png-ecd8b2fbdcf6dc556befc84f1840a170.s3tc.ctex"] +source_file="res://entities/player/assets/jetpackfx/smoke_02.png" +dest_files=["res://.godot/imported/smoke_02.png-a5343a97ff1cefeebcd82e41218739ca.s3tc.ctex"] [params] diff --git a/src/entities/player/assets/jetpackfx/smoke_05.png b/entities/player/assets/jetpackfx/smoke_05.png similarity index 100% rename from src/entities/player/assets/jetpackfx/smoke_05.png rename to entities/player/assets/jetpackfx/smoke_05.png diff --git a/src/entities/player/assets/jetpackfx/smoke_05.png.import b/entities/player/assets/jetpackfx/smoke_05.png.import similarity index 70% rename from src/entities/player/assets/jetpackfx/smoke_05.png.import rename to entities/player/assets/jetpackfx/smoke_05.png.import index f58b668..482ef49 100644 --- a/src/entities/player/assets/jetpackfx/smoke_05.png.import +++ b/entities/player/assets/jetpackfx/smoke_05.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dg8jhudb2pp5" -path="res://.godot/imported/smoke_05.png-70d6db4430021c614703a9482bb52d05.ctex" +path="res://.godot/imported/smoke_05.png-0e09dd48bb034f353433668dafb91bd9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/entities/player/assets/jetpackfx/smoke_05.png" -dest_files=["res://.godot/imported/smoke_05.png-70d6db4430021c614703a9482bb52d05.ctex"] +source_file="res://entities/player/assets/jetpackfx/smoke_05.png" +dest_files=["res://.godot/imported/smoke_05.png-0e09dd48bb034f353433668dafb91bd9.ctex"] [params] diff --git a/src/entities/player/assets/jetpackfx/smoke_06.png b/entities/player/assets/jetpackfx/smoke_06.png similarity index 100% rename from src/entities/player/assets/jetpackfx/smoke_06.png rename to entities/player/assets/jetpackfx/smoke_06.png diff --git a/src/entities/player/assets/jetpackfx/smoke_06.png.import b/entities/player/assets/jetpackfx/smoke_06.png.import similarity index 70% rename from src/entities/player/assets/jetpackfx/smoke_06.png.import rename to entities/player/assets/jetpackfx/smoke_06.png.import index be830cd..34260f4 100644 --- a/src/entities/player/assets/jetpackfx/smoke_06.png.import +++ b/entities/player/assets/jetpackfx/smoke_06.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj3byo4v71rub" -path="res://.godot/imported/smoke_06.png-ac5fb056c885382926cf2257132d24c1.ctex" +path="res://.godot/imported/smoke_06.png-551015dc27729e05438bc76194d0b9c3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/entities/player/assets/jetpackfx/smoke_06.png" -dest_files=["res://.godot/imported/smoke_06.png-ac5fb056c885382926cf2257132d24c1.ctex"] +source_file="res://entities/player/assets/jetpackfx/smoke_06.png" +dest_files=["res://.godot/imported/smoke_06.png-551015dc27729e05438bc76194d0b9c3.ctex"] [params] diff --git a/src/entities/player/assets/vanguard.glb b/entities/player/assets/vanguard.glb similarity index 100% rename from src/entities/player/assets/vanguard.glb rename to entities/player/assets/vanguard.glb diff --git a/src/entities/player/assets/vanguard.glb.import b/entities/player/assets/vanguard.glb.import similarity index 99% rename from src/entities/player/assets/vanguard.glb.import rename to entities/player/assets/vanguard.glb.import index 1272eb2..c3629ae 100644 --- a/src/entities/player/assets/vanguard.glb.import +++ b/entities/player/assets/vanguard.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4naw661fqmjg" -path="res://.godot/imported/vanguard.glb-fc8e6f96ea4fae530d4397b5c8b98a01.scn" +path="res://.godot/imported/vanguard.glb-cadeef0df4a787cdbb2a53b5a94a5c23.scn" [deps] -source_file="res://src/entities/player/assets/vanguard.glb" -dest_files=["res://.godot/imported/vanguard.glb-fc8e6f96ea4fae530d4397b5c8b98a01.scn"] +source_file="res://entities/player/assets/vanguard.glb" +dest_files=["res://.godot/imported/vanguard.glb-cadeef0df4a787cdbb2a53b5a94a5c23.scn"] [params] diff --git a/src/entities/player/assets/vanguard_0.png b/entities/player/assets/vanguard_0.png similarity index 100% rename from src/entities/player/assets/vanguard_0.png rename to entities/player/assets/vanguard_0.png diff --git a/src/entities/player/assets/vanguard_0.png.import b/entities/player/assets/vanguard_0.png.import similarity index 71% rename from src/entities/player/assets/vanguard_0.png.import rename to entities/player/assets/vanguard_0.png.import index 94ed484..f6e35c1 100644 --- a/src/entities/player/assets/vanguard_0.png.import +++ b/entities/player/assets/vanguard_0.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ia3bdpe4rm1m" -path.bptc="res://.godot/imported/vanguard_0.png-64957e4bbafcdc02f90db1244f91c618.bptc.ctex" +path.bptc="res://.godot/imported/vanguard_0.png-601f36bc664114e126d425d5f45085ef.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -12,8 +12,8 @@ generator_parameters={} [deps] -source_file="res://src/entities/player/assets/vanguard_0.png" -dest_files=["res://.godot/imported/vanguard_0.png-64957e4bbafcdc02f90db1244f91c618.bptc.ctex"] +source_file="res://entities/player/assets/vanguard_0.png" +dest_files=["res://.godot/imported/vanguard_0.png-601f36bc664114e126d425d5f45085ef.bptc.ctex"] [params] diff --git a/src/entities/player/assets/vanguard_1.png b/entities/player/assets/vanguard_1.png similarity index 100% rename from src/entities/player/assets/vanguard_1.png rename to entities/player/assets/vanguard_1.png diff --git a/src/entities/player/assets/vanguard_1.png.import b/entities/player/assets/vanguard_1.png.import similarity index 72% rename from src/entities/player/assets/vanguard_1.png.import rename to entities/player/assets/vanguard_1.png.import index 59f890b..7aedb2f 100644 --- a/src/entities/player/assets/vanguard_1.png.import +++ b/entities/player/assets/vanguard_1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvgfmpb2l1juf" -path.bptc="res://.godot/imported/vanguard_1.png-5b636398aa3d94ff381564cffba3a483.bptc.ctex" +path.bptc="res://.godot/imported/vanguard_1.png-39b5712c4c4119a42b3540a159f8b3f2.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -12,8 +12,8 @@ generator_parameters={} [deps] -source_file="res://src/entities/player/assets/vanguard_1.png" -dest_files=["res://.godot/imported/vanguard_1.png-5b636398aa3d94ff381564cffba3a483.bptc.ctex"] +source_file="res://entities/player/assets/vanguard_1.png" +dest_files=["res://.godot/imported/vanguard_1.png-39b5712c4c4119a42b3540a159f8b3f2.bptc.ctex"] [params] diff --git a/src/entities/player/assets/vanguard_2.png b/entities/player/assets/vanguard_2.png similarity index 100% rename from src/entities/player/assets/vanguard_2.png rename to entities/player/assets/vanguard_2.png diff --git a/src/entities/player/assets/vanguard_2.png.import b/entities/player/assets/vanguard_2.png.import similarity index 72% rename from src/entities/player/assets/vanguard_2.png.import rename to entities/player/assets/vanguard_2.png.import index fe1c028..f04e9f9 100644 --- a/src/entities/player/assets/vanguard_2.png.import +++ b/entities/player/assets/vanguard_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://vtrbc3eja3df" -path.bptc="res://.godot/imported/vanguard_2.png-6729401188d55838373c08fb093c1c93.bptc.ctex" +path.bptc="res://.godot/imported/vanguard_2.png-986e3665904b0d4758f584d5d3b7b726.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -12,8 +12,8 @@ generator_parameters={} [deps] -source_file="res://src/entities/player/assets/vanguard_2.png" -dest_files=["res://.godot/imported/vanguard_2.png-6729401188d55838373c08fb093c1c93.bptc.ctex"] +source_file="res://entities/player/assets/vanguard_2.png" +dest_files=["res://.godot/imported/vanguard_2.png-986e3665904b0d4758f584d5d3b7b726.bptc.ctex"] [params] diff --git a/src/entities/player/collision_shape.tres b/entities/player/collision_shape.tres similarity index 100% rename from src/entities/player/collision_shape.tres rename to entities/player/collision_shape.tres diff --git a/src/entities/player/player.gd b/entities/player/player.gd similarity index 97% rename from src/entities/player/player.gd rename to entities/player/player.gd index f1a3a3e..114e21b 100644 --- a/src/entities/player/player.gd +++ b/entities/player/player.gd @@ -70,7 +70,7 @@ func _ready() -> void: health_component.health_zeroed.connect(die) energy_changed.connect(hud._on_energy_changed) - input.fired_primary.connect(_trigger.bind(inventory.selected)) + input.fired_primary.connect(_trigger) input.jumped.connect(_jump) input.throwed_flag.connect(_throw_flag) @@ -88,9 +88,12 @@ func _is_pawn() -> bool: var peer_is_pawn : bool = multiplayer.get_unique_id() == match_participant_component.player_id return game.mode is Singleplayer or peer_is_pawn -func _trigger(weapon : Weapon) -> void: - if not _is_player_dead() and weapon != null: - weapon.trigger() +func _trigger() -> void: + if not _is_player_dead() and inventory.selected: + if inventory.selected.has_method("trigger"): + inventory.selected.trigger() + else: + push_warning("cannot trigger weapon") func _jump() -> void: if _is_player_dead(): diff --git a/entities/player/player.tscn b/entities/player/player.tscn new file mode 100644 index 0000000..ba7efd0 --- /dev/null +++ b/entities/player/player.tscn @@ -0,0 +1,334 @@ +[gd_scene load_steps=44 format=3 uid="uid://cbhx1xme0sb7k"] + +[ext_resource type="Script" path="res://entities/player/player.gd" id="1_mk68k"] +[ext_resource type="Shape3D" uid="uid://cb8esdlnottdn" path="res://entities/player/collision_shape.tres" id="2_vjqny"] +[ext_resource type="PackedScene" uid="uid://bcv81ku26xo" path="res://interfaces/hud/hud.tscn" id="3_ccety"] +[ext_resource type="Script" path="res://entities/components/match_participant_component.gd" id="6_lrose"] +[ext_resource type="Script" path="res://entities/player/player_input.gd" id="6_ymcrr"] +[ext_resource type="PackedScene" uid="uid://dsysi2rd3bu76" path="res://interfaces/hud/iffs/iff.tscn" id="7_8hc80"] +[ext_resource type="Script" path="res://entities/components/inventory.gd" id="8_768qh"] +[ext_resource type="PackedScene" uid="uid://drbefw6akui2v" path="res://entities/player/vanguard.tscn" id="8_eiy7q"] +[ext_resource type="Script" path="res://entities/components/flag_carry_component.gd" id="8_pdfbn"] +[ext_resource type="Texture2D" uid="uid://ct1v5iadtpadm" path="res://entities/player/assets/jetpackfx/smoke_01.png" id="9_4pant"] +[ext_resource type="PackedScene" uid="uid://c8co0qa2omjmh" path="res://entities/weapons/space_gun/space_gun.tscn" id="9_achlo"] +[ext_resource type="Texture2D" uid="uid://doxo4vfn0bjlp" path="res://entities/player/assets/jetpackfx/smoke_02.png" id="10_5b1bx"] +[ext_resource type="Texture2D" uid="uid://dmf12llra7aq5" path="res://entities/player/assets/jetpackfx/Particle01.png" id="11_6ndfi"] +[ext_resource type="Script" path="res://addons/smoothing/smoothing.gd" id="11_k330l"] +[ext_resource type="Script" path="res://entities/components/health_component.gd" id="14_ctgxn"] +[ext_resource type="PackedScene" uid="uid://b0xql5hi0b52y" path="res://entities/weapons/chaingun/chaingun.tscn" id="15_io0a3"] +[ext_resource type="PackedScene" uid="uid://cstl7yxc75572" path="res://entities/weapons/grenade_launcher/grenade_launcher.tscn" id="16_4xs2j"] +[ext_resource type="PackedScene" uid="uid://d3l7fvbdg6m5g" path="res://entities/flag/assets/flag.glb" id="18_7nkei"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_clur0"] +resource_local_to_scene = true +bounce = 1.0 +absorbent = true + +[sub_resource type="SphereShape3D" id="SphereShape3D_hwe6e"] +radius = 0.2 + +[sub_resource type="Animation" id="Animation_yqgrk"] +resource_name = "death" +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Smoothing/Pivot:rotation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 0.5), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0, 0, 0), Vector3(-1.35254, 0, 0)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Smoothing/Pivot:position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.5), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0, 0.5, 0), Vector3(0, -0.114794, 0)] +} + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_hg307"] +_data = { +"death": SubResource("Animation_yqgrk") +} + +[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_rqdp6"] +properties/0/path = NodePath(".:linear_velocity") +properties/0/spawn = true +properties/0/replication_mode = 1 +properties/1/path = NodePath(".:position") +properties/1/spawn = true +properties/1/replication_mode = 1 +properties/2/path = NodePath("HealthComponent:health") +properties/2/spawn = true +properties/2/replication_mode = 2 +properties/3/path = NodePath(".:player_state") +properties/3/spawn = true +properties/3/replication_mode = 2 + +[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_5j4ew"] +properties/0/path = NodePath(".:direction") +properties/0/spawn = false +properties/0/replication_mode = 1 +properties/1/path = NodePath(".:jetting") +properties/1/spawn = false +properties/1/replication_mode = 2 +properties/2/path = NodePath(".:camera_rotation") +properties/2/spawn = false +properties/2/replication_mode = 1 +properties/3/path = NodePath(".:skiing") +properties/3/spawn = false +properties/3/replication_mode = 2 + +[sub_resource type="Gradient" id="Gradient_3u0pn"] +offsets = PackedFloat32Array(0, 0.872727) +colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_wjoiw"] +gradient = SubResource("Gradient_3u0pn") + +[sub_resource type="Curve" id="Curve_pmb0n"] +max_value = 2.0 +_data = [Vector2(0, 0.197802), 0.0, 0.0, 0, 0, Vector2(1, 2), 0.0, 0.0, 0, 0] +point_count = 2 + +[sub_resource type="CurveTexture" id="CurveTexture_cj8ky"] +curve = SubResource("Curve_pmb0n") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_v556h"] +emission_shape = 1 +emission_sphere_radius = 0.1 +angle_min = -381.7 +angle_max = 381.7 +gravity = Vector3(0, -5, 0) +tangential_accel_min = -5.0 +tangential_accel_max = 5.0 +scale_curve = SubResource("CurveTexture_cj8ky") +color_ramp = SubResource("GradientTexture1D_wjoiw") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_27esd"] +transparency = 1 +vertex_color_use_as_albedo = true +albedo_texture = ExtResource("9_4pant") +billboard_mode = 1 +billboard_keep_scale = true + +[sub_resource type="QuadMesh" id="QuadMesh_hegkl"] +material = SubResource("StandardMaterial3D_27esd") + +[sub_resource type="Gradient" id="Gradient_f4nyt"] +offsets = PackedFloat32Array(0, 0.972727) +colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_ovx5q"] +gradient = SubResource("Gradient_f4nyt") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_l8e6j"] +emission_shape = 1 +emission_sphere_radius = 0.1 +angle_min = -381.7 +angle_max = 381.7 +gravity = Vector3(0, -5, 0) +tangential_accel_min = -5.0 +tangential_accel_max = 5.0 +scale_curve = SubResource("CurveTexture_cj8ky") +color_ramp = SubResource("GradientTexture1D_ovx5q") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bknuu"] +transparency = 1 +vertex_color_use_as_albedo = true +albedo_texture = ExtResource("10_5b1bx") +billboard_mode = 1 +billboard_keep_scale = true +grow_amount = 1.506 + +[sub_resource type="QuadMesh" id="QuadMesh_aeure"] +material = SubResource("StandardMaterial3D_bknuu") + +[sub_resource type="Gradient" id="Gradient_t1nsw"] +offsets = PackedFloat32Array(0, 0.627273, 0.927273) +colors = PackedColorArray(1, 0.858824, 0.0784314, 1, 1, 0, 0, 1, 1, 0, 0, 0) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_x0y0j"] +gradient = SubResource("Gradient_t1nsw") + +[sub_resource type="Curve" id="Curve_fkrx7"] +max_value = 2.0 +_data = [Vector2(0, 0.197802), 0.0, 0.0, 0, 0, Vector2(0.594203, 0.395604), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_frkde"] +curve = SubResource("Curve_fkrx7") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_q1vdw"] +emission_shape = 1 +emission_sphere_radius = 0.05 +angle_min = -381.7 +angle_max = 381.7 +gravity = Vector3(0, -5, 0) +tangential_accel_min = -5.0 +tangential_accel_max = 5.0 +scale_curve = SubResource("CurveTexture_frkde") +color_ramp = SubResource("GradientTexture1D_x0y0j") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2jwv2"] +transparency = 1 +blend_mode = 1 +cull_mode = 2 +vertex_color_use_as_albedo = true +albedo_texture = ExtResource("11_6ndfi") +emission_enabled = true +emission = Color(1, 0.823529, 0.701961, 1) +billboard_mode = 3 +billboard_keep_scale = true +particles_anim_h_frames = 1 +particles_anim_v_frames = 1 +particles_anim_loop = false + +[sub_resource type="QuadMesh" id="QuadMesh_uc7ts"] +material = SubResource("StandardMaterial3D_2jwv2") + +[node name="Player" type="RigidBody3D" node_paths=PackedStringArray("iff", "inventory") groups=["Player"]] +collision_mask = 2147483649 +axis_lock_angular_x = true +axis_lock_angular_y = true +axis_lock_angular_z = true +mass = 75.0 +physics_material_override = SubResource("PhysicsMaterial_clur0") +can_sleep = false +continuous_cd = true +script = ExtResource("1_mk68k") +iff = NodePath("Smoothing/ThirdPerson/IFF") +inventory = NodePath("Smoothing/Pivot/Inventory") +jump_height = 1.5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +shape = ExtResource("2_vjqny") + +[node name="WalkableSurfaceSensor" type="ShapeCast3D" parent="."] +transform = Transform3D(1.05, 0, 0, 0, 1.05, 0, 0, 0, 1.05, 0, -0.85, 0) +shape = SubResource("SphereShape3D_hwe6e") +target_position = Vector3(0, 0, 0) +collision_mask = 2147483648 + +[node name="Sensor" type="Area3D" parent="."] +collision_layer = 0 +collision_mask = 8 +monitorable = false + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Sensor"] +shape = ExtResource("2_vjqny") + +[node name="HealthComponent" type="Area3D" parent="." node_paths=PackedStringArray("match_participant_component")] +script = ExtResource("14_ctgxn") +match_participant_component = NodePath("../MatchParticipantComponent") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="HealthComponent"] +shape = ExtResource("2_vjqny") + +[node name="HUD" parent="." instance=ExtResource("3_ccety")] + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +libraries = { +"": SubResource("AnimationLibrary_hg307") +} +autoplay = "shoot" +playback_default_blend_time = 0.05 + +[node name="ServerSynchronizer" type="MultiplayerSynchronizer" parent="."] +replication_config = SubResource("SceneReplicationConfig_rqdp6") + +[node name="PlayerInput" type="MultiplayerSynchronizer" parent="."] +root_path = NodePath(".") +replication_config = SubResource("SceneReplicationConfig_5j4ew") +script = ExtResource("6_ymcrr") + +[node name="MatchParticipantComponent" type="MultiplayerSynchronizer" parent="."] +script = ExtResource("6_lrose") + +[node name="Smoothing" type="Node3D" parent="."] +script = ExtResource("11_k330l") +target = NodePath("..") +flags = 3 + +[node name="ThirdPerson" type="Node3D" parent="Smoothing"] +visible = false + +[node name="PlayerMesh" parent="Smoothing/ThirdPerson" node_paths=PackedStringArray("spine_ik_target_attachment") instance=ExtResource("8_eiy7q")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) +spine_ik_target_attachment = NodePath("../../Pivot/SpineIKTarget") + +[node name="JetpackFX" type="Node3D" parent="Smoothing/ThirdPerson/PlayerMesh"] + +[node name="Smoke1" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.150648, 0) +emitting = false +lifetime = 0.5 +one_shot = true +process_material = SubResource("ParticleProcessMaterial_v556h") +draw_pass_1 = SubResource("QuadMesh_hegkl") + +[node name="Smoke2" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.108846, 0) +emitting = false +lifetime = 0.5 +one_shot = true +process_material = SubResource("ParticleProcessMaterial_l8e6j") +draw_pass_1 = SubResource("QuadMesh_aeure") + +[node name="Fire1" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] +emitting = false +amount = 16 +lifetime = 0.3 +one_shot = true +process_material = SubResource("ParticleProcessMaterial_q1vdw") +draw_pass_1 = SubResource("QuadMesh_uc7ts") + +[node name="IFFAttachment" type="Marker3D" parent="Smoothing/ThirdPerson"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.27457, 0) + +[node name="IFF" parent="Smoothing/ThirdPerson" node_paths=PackedStringArray("player", "match_participant_component", "attach_point") instance=ExtResource("7_8hc80")] +player = NodePath("../../..") +match_participant_component = NodePath("../../../MatchParticipantComponent") +attach_point = NodePath("../IFFAttachment") + +[node name="Pivot" type="Node3D" parent="Smoothing"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) + +[node name="Camera3D" type="Camera3D" parent="Smoothing/Pivot"] +fov = 90.0 +near = 0.1 + +[node name="Inventory" type="Node3D" parent="Smoothing/Pivot"] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0.15, -0.2, -0.45) +script = ExtResource("8_768qh") + +[node name="SpaceGun" parent="Smoothing/Pivot/Inventory" instance=ExtResource("9_achlo")] + +[node name="ChainGun" parent="Smoothing/Pivot/Inventory" instance=ExtResource("15_io0a3")] +transform = Transform3D(0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0, 0, 0.1) +visible = false + +[node name="GrenadeLauncher" parent="Smoothing/Pivot/Inventory" instance=ExtResource("16_4xs2j")] +visible = false + +[node name="FlagCarryComponent" type="Node3D" parent="Smoothing/Pivot" node_paths=PackedStringArray("sensor", "carrier")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) +visible = false +script = ExtResource("8_pdfbn") +sensor = NodePath("../../../Sensor") +carrier = NodePath("../../..") + +[node name="FlagMesh" parent="Smoothing/Pivot/FlagCarryComponent" instance=ExtResource("18_7nkei")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 1.559e-08, -0.462981, -0.178329) + +[node name="SpineIKTarget" type="Marker3D" parent="Smoothing/Pivot"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) diff --git a/src/entities/player/player_input.gd b/entities/player/player_input.gd similarity index 100% rename from src/entities/player/player_input.gd rename to entities/player/player_input.gd diff --git a/src/entities/player/assets/vanguard.gd b/entities/player/vanguard.gd similarity index 100% rename from src/entities/player/assets/vanguard.gd rename to entities/player/vanguard.gd diff --git a/src/entities/player/assets/vanguard.tscn b/entities/player/vanguard.tscn similarity index 99% rename from src/entities/player/assets/vanguard.tscn rename to entities/player/vanguard.tscn index d305940..c3f4000 100644 --- a/src/entities/player/assets/vanguard.tscn +++ b/entities/player/vanguard.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=28 format=3 uid="uid://drbefw6akui2v"] -[ext_resource type="PackedScene" uid="uid://4naw661fqmjg" path="res://src/entities/player/assets/vanguard.glb" id="1_d2ik6"] -[ext_resource type="Script" path="res://src/entities/player/assets/vanguard.gd" id="2_c22xr"] -[ext_resource type="PackedScene" uid="uid://bjcn37ops3bro" path="res://src/entities/weapons/space_gun/assets/disclauncher.glb" id="3_s13xh"] +[ext_resource type="PackedScene" uid="uid://4naw661fqmjg" path="res://entities/player/assets/vanguard.glb" id="1_d2ik6"] +[ext_resource type="Script" path="res://entities/player/vanguard.gd" id="2_c22xr"] +[ext_resource type="PackedScene" uid="uid://bjcn37ops3bro" path="res://entities/weapons/space_gun/assets/disclauncher.glb" id="3_s13xh"] [sub_resource type="Animation" id="Animation_bdd76"] resource_name = "t_pose" diff --git a/entities/weapons/chaingun/assets/chaingun.blend b/entities/weapons/chaingun/assets/chaingun.blend new file mode 100644 index 0000000..a4f4db0 Binary files /dev/null and b/entities/weapons/chaingun/assets/chaingun.blend differ diff --git a/entities/weapons/chaingun/assets/chaingun.glb b/entities/weapons/chaingun/assets/chaingun.glb new file mode 100644 index 0000000..9c1c5be Binary files /dev/null and b/entities/weapons/chaingun/assets/chaingun.glb differ diff --git a/entities/weapons/chaingun/assets/chaingun.glb.import b/entities/weapons/chaingun/assets/chaingun.glb.import new file mode 100644 index 0000000..d4c96e3 --- /dev/null +++ b/entities/weapons/chaingun/assets/chaingun.glb.import @@ -0,0 +1,34 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cumv8wij5uufk" +path="res://.godot/imported/chaingun.glb-16cef2303c058492773f5f33b566245e.scn" + +[deps] + +source_file="res://entities/weapons/chaingun/assets/chaingun.glb" +dest_files=["res://.godot/imported/chaingun.glb-16cef2303c058492773f5f33b566245e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/entities/weapons/chaingun/assets/tracer.blend b/entities/weapons/chaingun/assets/tracer.blend new file mode 100644 index 0000000..908af65 Binary files /dev/null and b/entities/weapons/chaingun/assets/tracer.blend differ diff --git a/entities/weapons/chaingun/chaingun.gd b/entities/weapons/chaingun/chaingun.gd new file mode 100644 index 0000000..1e680d9 --- /dev/null +++ b/entities/weapons/chaingun/chaingun.gd @@ -0,0 +1,6 @@ +class_name ChainGun extends Weapon + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + pass # Replace with function body. diff --git a/entities/weapons/chaingun/chaingun.tscn b/entities/weapons/chaingun/chaingun.tscn new file mode 100644 index 0000000..632a3f6 --- /dev/null +++ b/entities/weapons/chaingun/chaingun.tscn @@ -0,0 +1,30 @@ +[gd_scene load_steps=3 format=3 uid="uid://b0xql5hi0b52y"] + +[ext_resource type="PackedScene" uid="uid://cumv8wij5uufk" path="res://entities/weapons/chaingun/assets/chaingun.glb" id="1_d8tdv"] +[ext_resource type="Script" path="res://entities/weapons/chaingun/chaingun.gd" id="2_qsqeh"] + +[node name="ChainGun" node_paths=PackedStringArray("anim_player") instance=ExtResource("1_d8tdv")] +script = ExtResource("2_qsqeh") +anim_player = NodePath("AnimationPlayer") + +[node name="Skeleton3D" parent="Armature" index="0"] +bones/1/rotation = Quaternion(3.09086e-08, 0.707107, 0.707107, 3.09086e-08) +bones/2/rotation = Quaternion(3.09086e-08, 0.707107, 0.707107, -3.09086e-08) +bones/3/rotation = Quaternion(3.09086e-08, 0.707107, 0.707107, -3.09086e-08) + +[node name="BarrelsInner" parent="Armature/Skeleton3D" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.692504, 1.30946) + +[node name="BarrelsOuter" parent="Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.692504, 1.30946) + +[node name="Base" parent="Armature/Skeleton3D" index="2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.692504, 1.30946) + +[node name="Grip" parent="Armature/Skeleton3D" index="3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.692504, 1.30946) + +[node name="AnimationPlayer" parent="." index="1"] +autoplay = "idle" + +[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"] diff --git a/entities/weapons/grenade_launcher/assets/grenade_launcher.glb b/entities/weapons/grenade_launcher/assets/grenade_launcher.glb new file mode 100644 index 0000000..64489bd Binary files /dev/null and b/entities/weapons/grenade_launcher/assets/grenade_launcher.glb differ diff --git a/entities/weapons/grenade_launcher/assets/grenade_launcher.glb.import b/entities/weapons/grenade_launcher/assets/grenade_launcher.glb.import new file mode 100644 index 0000000..955018e --- /dev/null +++ b/entities/weapons/grenade_launcher/assets/grenade_launcher.glb.import @@ -0,0 +1,34 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bbp260t2qivxk" +path="res://.godot/imported/grenade_launcher.glb-de2ec3425486969fecbf31d608a94604.scn" + +[deps] + +source_file="res://entities/weapons/grenade_launcher/assets/grenade_launcher.glb" +dest_files=["res://.godot/imported/grenade_launcher.glb-de2ec3425486969fecbf31d608a94604.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/entities/weapons/grenade_launcher/assets/grenadelauncher.blend b/entities/weapons/grenade_launcher/assets/grenadelauncher.blend new file mode 100644 index 0000000..90d82dd Binary files /dev/null and b/entities/weapons/grenade_launcher/assets/grenadelauncher.blend differ diff --git a/entities/weapons/grenade_launcher/grenade_launcher.gd b/entities/weapons/grenade_launcher/grenade_launcher.gd new file mode 100644 index 0000000..5f6da55 --- /dev/null +++ b/entities/weapons/grenade_launcher/grenade_launcher.gd @@ -0,0 +1,28 @@ +class_name GrenadeLauncher extends Weapon + +@export var nozzle : Marker3D +@export var fire_rate : float = 1. # seconds +@export var reload_time : float = 1. # seconds + +@export_category("Projectile") +@export var PROJECTILE : PackedScene +@export var inheritance : float = .75 # ratio + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + pass # Replace with function body. + +func trigger() -> void: + ## play the fire animation + anim_player.play("fire") + ## init projectile + var inheritance_factor : float = clamp(inheritance, 0., 1.) + var projectile : Node = GrenadeLauncherProjectile.new_projectile(nozzle, owner.match_participant_component, owner.linear_velocity * inheritance_factor, PROJECTILE) + ## add to owner of player for now + owner.owner.add_sibling(projectile) + ## ensure projectile does not collide with owner + +func _on_visibility_changed() -> void: + if self.visible: + self.anim_player.play("equip") + #self.sounds.play("equip") diff --git a/entities/weapons/grenade_launcher/grenade_launcher.tscn b/entities/weapons/grenade_launcher/grenade_launcher.tscn new file mode 100644 index 0000000..e5703f8 --- /dev/null +++ b/entities/weapons/grenade_launcher/grenade_launcher.tscn @@ -0,0 +1,25 @@ +[gd_scene load_steps=4 format=3 uid="uid://cstl7yxc75572"] + +[ext_resource type="PackedScene" uid="uid://bbp260t2qivxk" path="res://entities/weapons/grenade_launcher/assets/grenade_launcher.glb" id="1_keuur"] +[ext_resource type="Script" path="res://entities/weapons/grenade_launcher/grenade_launcher.gd" id="2_38xn3"] +[ext_resource type="PackedScene" uid="uid://dak767xehqa6x" path="res://entities/weapons/grenade_launcher/grenade_launcher_projectile.tscn" id="3_rg5nk"] + +[node name="GrenadeLauncher" node_paths=PackedStringArray("nozzle", "anim_player") instance=ExtResource("1_keuur")] +script = ExtResource("2_38xn3") +nozzle = NodePath("Nozzle") +PROJECTILE = ExtResource("3_rg5nk") +anim_player = NodePath("AnimationPlayer") + +[node name="barrel" parent="Armature/Skeleton3D" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.19209e-07, 0) + +[node name="grip" parent="Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.082471, -0.0653242) + +[node name="main" parent="Armature/Skeleton3D" index="2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.19209e-07, 0) + +[node name="Nozzle" type="Marker3D" parent="." index="2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.260605) + +[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"] diff --git a/entities/weapons/grenade_launcher/grenade_launcher_projectile.gd b/entities/weapons/grenade_launcher/grenade_launcher_projectile.gd new file mode 100644 index 0000000..812e97b --- /dev/null +++ b/entities/weapons/grenade_launcher/grenade_launcher_projectile.gd @@ -0,0 +1,31 @@ +class_name GrenadeLauncherProjectile extends Node3D + +@export var collider : CollisionShape3D +@export var speed : float = 69.3 # m/s +@export var lifespan : float = 10.0 # in seconds + +var shooter : MatchParticipantComponent + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + var lifespan_timer : Timer = Timer.new() + lifespan_timer.wait_time = lifespan + lifespan_timer.one_shot = true + lifespan_timer.autostart = true + lifespan_timer.timeout.connect(queue_free) + add_child(lifespan_timer) + +## This method is a parameterized constructor for the [GrenadeLauncherProjectile] scene of the [GrenadeLauncher] +static func new_projectile(origin : Marker3D, _shooter : MatchParticipantComponent, inherited_velocity : Vector3, scene : PackedScene) -> GrenadeLauncherProjectile: + var projectile : GrenadeLauncherProjectile = scene.instantiate() + projectile.shooter = _shooter + projectile.transform = origin.global_transform + projectile.linear_velocity = origin.global_basis.z.normalized() * projectile.speed + inherited_velocity + return projectile + +func self_destruct() -> void: + explode(position) + +func explode(_spawn_position : Vector3) -> void: + #game.add_child(GrenadeLauncherProjectileExplosion.new_explosion(spawn_position, shooter, EXPLOSION)) + queue_free() diff --git a/entities/weapons/grenade_launcher/grenade_launcher_projectile.tscn b/entities/weapons/grenade_launcher/grenade_launcher_projectile.tscn new file mode 100644 index 0000000..c2e0561 --- /dev/null +++ b/entities/weapons/grenade_launcher/grenade_launcher_projectile.tscn @@ -0,0 +1,29 @@ +[gd_scene load_steps=5 format=3 uid="uid://dak767xehqa6x"] + +[ext_resource type="Script" path="res://entities/weapons/grenade_launcher/grenade_launcher_projectile.gd" id="1_i8v2u"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_r263x"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_kipwv"] +radius = 0.062 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_miu4v"] +albedo_color = Color(0.2, 0.2, 0.2, 1) + +[node name="GrenadeLauncherProjectile" type="RigidBody3D" node_paths=PackedStringArray("collider")] +collision_layer = 2147483649 +collision_mask = 2147483649 +physics_material_override = SubResource("PhysicsMaterial_r263x") +continuous_cd = true +contact_monitor = true +script = ExtResource("1_i8v2u") +collider = NodePath("CollisionShape3D") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +shape = SubResource("SphereShape3D_kipwv") + +[node name="Mesh" type="CSGSphere3D" parent="."] +radius = 0.062 +radial_segments = 24 +rings = 12 +material = SubResource("StandardMaterial3D_miu4v") diff --git a/src/entities/weapons/space_gun/assets/disclauncher.glb b/entities/weapons/space_gun/assets/disclauncher.glb similarity index 100% rename from src/entities/weapons/space_gun/assets/disclauncher.glb rename to entities/weapons/space_gun/assets/disclauncher.glb diff --git a/src/entities/weapons/space_gun/assets/disclauncher.glb.import b/entities/weapons/space_gun/assets/disclauncher.glb.import similarity index 70% rename from src/entities/weapons/space_gun/assets/disclauncher.glb.import rename to entities/weapons/space_gun/assets/disclauncher.glb.import index 65f939b..a79a2e5 100644 --- a/src/entities/weapons/space_gun/assets/disclauncher.glb.import +++ b/entities/weapons/space_gun/assets/disclauncher.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjcn37ops3bro" -path="res://.godot/imported/disclauncher.glb-6bdd246410d96484e4ed7479e30de867.scn" +path="res://.godot/imported/disclauncher.glb-e58edebbe444fad4554f8c76e8b18f06.scn" [deps] -source_file="res://src/entities/weapons/space_gun/assets/disclauncher.glb" -dest_files=["res://.godot/imported/disclauncher.glb-6bdd246410d96484e4ed7479e30de867.scn"] +source_file="res://entities/weapons/space_gun/assets/disclauncher.glb" +dest_files=["res://.godot/imported/disclauncher.glb-e58edebbe444fad4554f8c76e8b18f06.scn"] [params] diff --git a/src/entities/weapons/space_gun/assets/models/.gdignore b/entities/weapons/space_gun/assets/models/.gdignore similarity index 100% rename from src/entities/weapons/space_gun/assets/models/.gdignore rename to entities/weapons/space_gun/assets/models/.gdignore diff --git a/src/entities/weapons/space_gun/assets/models/disclauncher.blend b/entities/weapons/space_gun/assets/models/disclauncher.blend similarity index 100% rename from src/entities/weapons/space_gun/assets/models/disclauncher.blend rename to entities/weapons/space_gun/assets/models/disclauncher.blend diff --git a/src/entities/weapons/space_gun/projectile.gd b/entities/weapons/space_gun/projectile.gd similarity index 100% rename from src/entities/weapons/space_gun/projectile.gd rename to entities/weapons/space_gun/projectile.gd diff --git a/src/entities/weapons/space_gun/projectile.tscn b/entities/weapons/space_gun/projectile.tscn similarity index 85% rename from src/entities/weapons/space_gun/projectile.tscn rename to entities/weapons/space_gun/projectile.tscn index b5303bf..52f7c21 100644 --- a/src/entities/weapons/space_gun/projectile.tscn +++ b/entities/weapons/space_gun/projectile.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=8 format=3 uid="uid://dn1tcakam5egs"] -[ext_resource type="Script" path="res://src/entities/weapons/space_gun/projectile.gd" id="1_4j1dp"] -[ext_resource type="PackedScene" uid="uid://8atq41j7wd55" path="res://src/entities/weapons/space_gun/projectile_explosion.tscn" id="2_llml6"] +[ext_resource type="Script" path="res://entities/weapons/space_gun/projectile.gd" id="1_4j1dp"] +[ext_resource type="PackedScene" uid="uid://8atq41j7wd55" path="res://entities/weapons/space_gun/projectile_explosion.tscn" id="2_llml6"] [ext_resource type="Script" path="res://addons/smoothing/smoothing.gd" id="3_dmi64"] -[ext_resource type="Script" path="res://src/entities/weapons/space_gun/projectile_trail.gd" id="3_ygqbh"] +[ext_resource type="Script" path="res://entities/weapons/space_gun/projectile_trail.gd" id="3_ygqbh"] [sub_resource type="SphereShape3D" id="SphereShape3D_umtte"] radius = 0.15 diff --git a/src/entities/weapons/space_gun/projectile_explosion.gd b/entities/weapons/space_gun/projectile_explosion.gd similarity index 100% rename from src/entities/weapons/space_gun/projectile_explosion.gd rename to entities/weapons/space_gun/projectile_explosion.gd diff --git a/src/entities/weapons/space_gun/projectile_explosion.tscn b/entities/weapons/space_gun/projectile_explosion.tscn similarity index 87% rename from src/entities/weapons/space_gun/projectile_explosion.tscn rename to entities/weapons/space_gun/projectile_explosion.tscn index 425337c..e7391d6 100644 --- a/src/entities/weapons/space_gun/projectile_explosion.tscn +++ b/entities/weapons/space_gun/projectile_explosion.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=9 format=3 uid="uid://8atq41j7wd55"] -[ext_resource type="Script" path="res://src/entities/weapons/space_gun/projectile_explosion.gd" id="1_fp5td"] -[ext_resource type="Script" path="res://src/entities/components/explosive_damage_component.gd" id="2_28ymv"] +[ext_resource type="Script" path="res://entities/weapons/space_gun/projectile_explosion.gd" id="1_fp5td"] +[ext_resource type="Script" path="res://entities/components/explosive_damage_component.gd" id="2_28ymv"] [sub_resource type="Curve" id="Curve_rg204"] _data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] diff --git a/src/entities/weapons/space_gun/projectile_trail.gd b/entities/weapons/space_gun/projectile_trail.gd similarity index 100% rename from src/entities/weapons/space_gun/projectile_trail.gd rename to entities/weapons/space_gun/projectile_trail.gd diff --git a/src/entities/weapons/space_gun/space_gun.gd b/entities/weapons/space_gun/space_gun.gd similarity index 100% rename from src/entities/weapons/space_gun/space_gun.gd rename to entities/weapons/space_gun/space_gun.gd diff --git a/src/entities/weapons/space_gun/space_gun.tscn b/entities/weapons/space_gun/space_gun.tscn similarity index 87% rename from src/entities/weapons/space_gun/space_gun.tscn rename to entities/weapons/space_gun/space_gun.tscn index 17e663a..67ff928 100644 --- a/src/entities/weapons/space_gun/space_gun.tscn +++ b/entities/weapons/space_gun/space_gun.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://c8co0qa2omjmh"] -[ext_resource type="Script" path="res://src/entities/weapons/space_gun/space_gun.gd" id="1_6sm4s"] -[ext_resource type="PackedScene" uid="uid://dn1tcakam5egs" path="res://src/entities/weapons/space_gun/projectile.tscn" id="2_wvneg"] -[ext_resource type="PackedScene" uid="uid://bjcn37ops3bro" path="res://src/entities/weapons/space_gun/assets/disclauncher.glb" id="3_5k2xm"] +[ext_resource type="Script" path="res://entities/weapons/space_gun/space_gun.gd" id="1_6sm4s"] +[ext_resource type="PackedScene" uid="uid://dn1tcakam5egs" path="res://entities/weapons/space_gun/projectile.tscn" id="2_wvneg"] +[ext_resource type="PackedScene" uid="uid://bjcn37ops3bro" path="res://entities/weapons/space_gun/assets/disclauncher.glb" id="3_5k2xm"] [node name="SpaceGun" type="Node3D" node_paths=PackedStringArray("nozzle", "anim_player")] script = ExtResource("1_6sm4s") diff --git a/src/entities/weapons/weapon.gd b/entities/weapons/weapon.gd similarity index 88% rename from src/entities/weapons/weapon.gd rename to entities/weapons/weapon.gd index 13de2f4..a32f501 100644 --- a/src/entities/weapons/weapon.gd +++ b/entities/weapons/weapon.gd @@ -17,6 +17,10 @@ class_name Weapon extends Node3D ## The animation player responsible for the [Weapon] animation playback. @export var anim_player : AnimationPlayer +func _process(_delta : float) -> void: + if anim_player and not anim_player.is_playing(): + anim_player.play("idle") + func trigger() -> void: push_error("not implemented yet") diff --git a/src/environments/skyboxes/kloppenheim_06_puresky_2k.exr b/environments/skyboxes/kloppenheim_06_puresky_2k.exr similarity index 100% rename from src/environments/skyboxes/kloppenheim_06_puresky_2k.exr rename to environments/skyboxes/kloppenheim_06_puresky_2k.exr diff --git a/src/environments/skyboxes/kloppenheim_06_puresky_2k.exr.import b/environments/skyboxes/kloppenheim_06_puresky_2k.exr.import similarity index 74% rename from src/environments/skyboxes/kloppenheim_06_puresky_2k.exr.import rename to environments/skyboxes/kloppenheim_06_puresky_2k.exr.import index d82626f..9c1dd8d 100644 --- a/src/environments/skyboxes/kloppenheim_06_puresky_2k.exr.import +++ b/environments/skyboxes/kloppenheim_06_puresky_2k.exr.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btdbu0qbe1646" -path.bptc="res://.godot/imported/kloppenheim_06_puresky_2k.exr-93faddefe7138c6927d1fd8914ed5be0.bptc.ctex" +path.bptc="res://.godot/imported/kloppenheim_06_puresky_2k.exr-ec828ffc9b05b2c03fb35e84cd230d2d.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/environments/skyboxes/kloppenheim_06_puresky_2k.exr" -dest_files=["res://.godot/imported/kloppenheim_06_puresky_2k.exr-93faddefe7138c6927d1fd8914ed5be0.bptc.ctex"] +source_file="res://environments/skyboxes/kloppenheim_06_puresky_2k.exr" +dest_files=["res://.godot/imported/kloppenheim_06_puresky_2k.exr-ec828ffc9b05b2c03fb35e84cd230d2d.bptc.ctex"] [params] diff --git a/src/interfaces/hud/hud.tscn b/interfaces/hud/hud.tscn similarity index 97% rename from src/interfaces/hud/hud.tscn rename to interfaces/hud/hud.tscn index c3d0e36..7bed4de 100644 --- a/src/interfaces/hud/hud.tscn +++ b/interfaces/hud/hud.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=8 format=3 uid="uid://bcv81ku26xo"] -[ext_resource type="StyleBox" uid="uid://dcn1ll2ra4lwn" path="res://src/interfaces/hud/vitals/background.tres" id="1_gmv44"] -[ext_resource type="StyleBox" uid="uid://bq7rjpm38pao7" path="res://src/interfaces/hud/vitals/health_foreground.tres" id="2_6ejsl"] +[ext_resource type="StyleBox" uid="uid://dcn1ll2ra4lwn" path="res://interfaces/hud/vitals/background.tres" id="1_gmv44"] +[ext_resource type="StyleBox" uid="uid://bq7rjpm38pao7" path="res://interfaces/hud/vitals/health_foreground.tres" id="2_6ejsl"] [sub_resource type="GDScript" id="GDScript_2vxif"] script/source = "# This file is part of open-fpsz. diff --git a/src/interfaces/hud/iffs/health_foreground.tres b/interfaces/hud/iffs/health_foreground.tres similarity index 100% rename from src/interfaces/hud/iffs/health_foreground.tres rename to interfaces/hud/iffs/health_foreground.tres diff --git a/src/interfaces/hud/iffs/iff.gd b/interfaces/hud/iffs/iff.gd similarity index 100% rename from src/interfaces/hud/iffs/iff.gd rename to interfaces/hud/iffs/iff.gd diff --git a/src/interfaces/hud/iffs/iff.tscn b/interfaces/hud/iffs/iff.tscn similarity index 90% rename from src/interfaces/hud/iffs/iff.tscn rename to interfaces/hud/iffs/iff.tscn index c85c957..e26d442 100644 --- a/src/interfaces/hud/iffs/iff.tscn +++ b/interfaces/hud/iffs/iff.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://dsysi2rd3bu76"] -[ext_resource type="Script" path="res://src/interfaces/hud/iffs/iff.gd" id="1_g1wra"] -[ext_resource type="StyleBox" uid="uid://cgv081wfih7la" path="res://src/interfaces/hud/iffs/health_foreground.tres" id="2_e3xla"] -[ext_resource type="StyleBox" uid="uid://dcn1ll2ra4lwn" path="res://src/interfaces/hud/vitals/background.tres" id="2_jtos4"] +[ext_resource type="Script" path="res://interfaces/hud/iffs/iff.gd" id="1_g1wra"] +[ext_resource type="StyleBox" uid="uid://cgv081wfih7la" path="res://interfaces/hud/iffs/health_foreground.tres" id="2_e3xla"] +[ext_resource type="StyleBox" uid="uid://dcn1ll2ra4lwn" path="res://interfaces/hud/vitals/background.tres" id="2_jtos4"] [node name="IFF" type="Control"] layout_mode = 3 diff --git a/src/interfaces/hud/vitals/background.tres b/interfaces/hud/vitals/background.tres similarity index 100% rename from src/interfaces/hud/vitals/background.tres rename to interfaces/hud/vitals/background.tres diff --git a/src/interfaces/hud/vitals/health_foreground.tres b/interfaces/hud/vitals/health_foreground.tres similarity index 100% rename from src/interfaces/hud/vitals/health_foreground.tres rename to interfaces/hud/vitals/health_foreground.tres diff --git a/src/interfaces/menus/boot/background.webp b/interfaces/menus/boot/background.webp similarity index 100% rename from src/interfaces/menus/boot/background.webp rename to interfaces/menus/boot/background.webp diff --git a/src/interfaces/menus/boot/background.webp.import b/interfaces/menus/boot/background.webp.import similarity index 70% rename from src/interfaces/menus/boot/background.webp.import rename to interfaces/menus/boot/background.webp.import index 933ae5b..5b478ed 100644 --- a/src/interfaces/menus/boot/background.webp.import +++ b/interfaces/menus/boot/background.webp.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1tjamjm8qjog" -path="res://.godot/imported/background.webp-3afc239cb0209ca1f9f40cd7b3176d4d.ctex" +path="res://.godot/imported/background.webp-f3f369ebd80fe0ef765a073acba84e0f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/interfaces/menus/boot/background.webp" -dest_files=["res://.godot/imported/background.webp-3afc239cb0209ca1f9f40cd7b3176d4d.ctex"] +source_file="res://interfaces/menus/boot/background.webp" +dest_files=["res://.godot/imported/background.webp-f3f369ebd80fe0ef765a073acba84e0f.ctex"] [params] diff --git a/src/interfaces/menus/boot/boot.tscn b/interfaces/menus/boot/boot.tscn similarity index 99% rename from src/interfaces/menus/boot/boot.tscn rename to interfaces/menus/boot/boot.tscn index b19dc67..5da0d5c 100644 --- a/src/interfaces/menus/boot/boot.tscn +++ b/interfaces/menus/boot/boot.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=28 format=3 uid="uid://bjctlqvs33nqy"] -[ext_resource type="Texture2D" uid="uid://c1tjamjm8qjog" path="res://src/interfaces/menus/boot/background.webp" id="1_ph586"] +[ext_resource type="Texture2D" uid="uid://c1tjamjm8qjog" path="res://interfaces/menus/boot/background.webp" id="1_ph586"] [sub_resource type="GDScript" id="GDScript_jd8xf"] resource_name = "MainMenu" diff --git a/src/interfaces/scoreboard/scoreboard.gd b/interfaces/scoreboard/scoreboard.gd similarity index 100% rename from src/interfaces/scoreboard/scoreboard.gd rename to interfaces/scoreboard/scoreboard.gd diff --git a/src/interfaces/scoreboard/scoreboard.tscn b/interfaces/scoreboard/scoreboard.tscn similarity index 94% rename from src/interfaces/scoreboard/scoreboard.tscn rename to interfaces/scoreboard/scoreboard.tscn index b7b1bd1..119f412 100644 --- a/src/interfaces/scoreboard/scoreboard.tscn +++ b/interfaces/scoreboard/scoreboard.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://b8bosdd0o1lu7"] -[ext_resource type="Script" path="res://src/interfaces/scoreboard/scoreboard.gd" id="1_k2wav"] +[ext_resource type="Script" path="res://interfaces/scoreboard/scoreboard.gd" id="1_k2wav"] [node name="Scoreboard" type="Control"] layout_mode = 3 diff --git a/src/main.tscn b/main.tscn similarity index 95% rename from src/main.tscn rename to main.tscn index a7a5db4..c67118d 100644 --- a/src/main.tscn +++ b/main.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=5 format=3 uid="uid://ma1if3sjox6i"] -[ext_resource type="PackedScene" uid="uid://boviiugcnfyrj" path="res://src/modes/singleplayer/demo.tscn" id="1_vgk6g"] -[ext_resource type="PackedScene" uid="uid://bvwxfgygm2xb8" path="res://src/modes/multiplayer/multiplayer.tscn" id="2_iumx3"] -[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://src/interfaces/menus/boot/boot.tscn" id="3_s8c8j"] +[ext_resource type="PackedScene" uid="uid://boviiugcnfyrj" path="res://modes/singleplayer/demo.tscn" id="1_vgk6g"] +[ext_resource type="PackedScene" uid="uid://bvwxfgygm2xb8" path="res://modes/multiplayer/multiplayer.tscn" id="2_iumx3"] +[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://interfaces/menus/boot/boot.tscn" id="3_s8c8j"] [sub_resource type="GDScript" id="GDScript_e61dq"] script/source = "# This file is part of open-fpsz. diff --git a/src/maps/components/deathmatch_scoring_component.gd b/maps/components/deathmatch_scoring_component.gd similarity index 100% rename from src/maps/components/deathmatch_scoring_component.gd rename to maps/components/deathmatch_scoring_component.gd diff --git a/src/maps/components/rabbit_scoring_component.gd b/maps/components/rabbit_scoring_component.gd similarity index 100% rename from src/maps/components/rabbit_scoring_component.gd rename to maps/components/rabbit_scoring_component.gd diff --git a/src/maps/desert/assets/desert.r16 b/maps/desert/assets/desert.r16 similarity index 100% rename from src/maps/desert/assets/desert.r16 rename to maps/desert/assets/desert.r16 diff --git a/src/maps/desert/assets/textures/ground054_alb_ht.png b/maps/desert/assets/textures/ground054_alb_ht.png similarity index 100% rename from src/maps/desert/assets/textures/ground054_alb_ht.png rename to maps/desert/assets/textures/ground054_alb_ht.png diff --git a/src/maps/desert/assets/textures/ground054_alb_ht.png.import b/maps/desert/assets/textures/ground054_alb_ht.png.import similarity index 68% rename from src/maps/desert/assets/textures/ground054_alb_ht.png.import rename to maps/desert/assets/textures/ground054_alb_ht.png.import index 4747f95..ed56397 100644 --- a/src/maps/desert/assets/textures/ground054_alb_ht.png.import +++ b/maps/desert/assets/textures/ground054_alb_ht.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cngjywcua4vv8" -path.bptc="res://.godot/imported/ground054_alb_ht.png-70ea91effe4531981396a2d43275ea63.bptc.ctex" +path.bptc="res://.godot/imported/ground054_alb_ht.png-460d3ac5c09d7955ca61b8b57742b1a9.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/desert/assets/textures/ground054_alb_ht.png" -dest_files=["res://.godot/imported/ground054_alb_ht.png-70ea91effe4531981396a2d43275ea63.bptc.ctex"] +source_file="res://maps/desert/assets/textures/ground054_alb_ht.png" +dest_files=["res://.godot/imported/ground054_alb_ht.png-460d3ac5c09d7955ca61b8b57742b1a9.bptc.ctex"] [params] diff --git a/src/maps/desert/assets/textures/ground054_nrm_rgh.png b/maps/desert/assets/textures/ground054_nrm_rgh.png similarity index 100% rename from src/maps/desert/assets/textures/ground054_nrm_rgh.png rename to maps/desert/assets/textures/ground054_nrm_rgh.png diff --git a/src/maps/desert/assets/textures/ground054_nrm_rgh.png.import b/maps/desert/assets/textures/ground054_nrm_rgh.png.import similarity index 68% rename from src/maps/desert/assets/textures/ground054_nrm_rgh.png.import rename to maps/desert/assets/textures/ground054_nrm_rgh.png.import index 146c19f..2fb2555 100644 --- a/src/maps/desert/assets/textures/ground054_nrm_rgh.png.import +++ b/maps/desert/assets/textures/ground054_nrm_rgh.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbk7l6hs0yrcc" -path.bptc="res://.godot/imported/ground054_nrm_rgh.png-4145ca5fe0f4cfafd2ec70c01b03e47c.bptc.ctex" +path.bptc="res://.godot/imported/ground054_nrm_rgh.png-9ea209f1a7f6e48624db85005a037890.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/desert/assets/textures/ground054_nrm_rgh.png" -dest_files=["res://.godot/imported/ground054_nrm_rgh.png-4145ca5fe0f4cfafd2ec70c01b03e47c.bptc.ctex"] +source_file="res://maps/desert/assets/textures/ground054_nrm_rgh.png" +dest_files=["res://.godot/imported/ground054_nrm_rgh.png-9ea209f1a7f6e48624db85005a037890.bptc.ctex"] [params] diff --git a/src/maps/desert/assets/textures/rock029_alb_ht.png b/maps/desert/assets/textures/rock029_alb_ht.png similarity index 100% rename from src/maps/desert/assets/textures/rock029_alb_ht.png rename to maps/desert/assets/textures/rock029_alb_ht.png diff --git a/src/maps/desert/assets/textures/rock029_alb_ht.png.import b/maps/desert/assets/textures/rock029_alb_ht.png.import similarity index 68% rename from src/maps/desert/assets/textures/rock029_alb_ht.png.import rename to maps/desert/assets/textures/rock029_alb_ht.png.import index 6ab577d..0153cc5 100644 --- a/src/maps/desert/assets/textures/rock029_alb_ht.png.import +++ b/maps/desert/assets/textures/rock029_alb_ht.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwk8islw7ebab" -path.bptc="res://.godot/imported/rock029_alb_ht.png-926dc89f22cc2e648ae6ea04ac460eb4.bptc.ctex" +path.bptc="res://.godot/imported/rock029_alb_ht.png-dd746789bc129bafaa8d1cc908de0e3e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/desert/assets/textures/rock029_alb_ht.png" -dest_files=["res://.godot/imported/rock029_alb_ht.png-926dc89f22cc2e648ae6ea04ac460eb4.bptc.ctex"] +source_file="res://maps/desert/assets/textures/rock029_alb_ht.png" +dest_files=["res://.godot/imported/rock029_alb_ht.png-dd746789bc129bafaa8d1cc908de0e3e.bptc.ctex"] [params] diff --git a/src/maps/desert/assets/textures/rock029_nrm_rgh.png b/maps/desert/assets/textures/rock029_nrm_rgh.png similarity index 100% rename from src/maps/desert/assets/textures/rock029_nrm_rgh.png rename to maps/desert/assets/textures/rock029_nrm_rgh.png diff --git a/src/maps/desert/assets/textures/rock029_nrm_rgh.png.import b/maps/desert/assets/textures/rock029_nrm_rgh.png.import similarity index 68% rename from src/maps/desert/assets/textures/rock029_nrm_rgh.png.import rename to maps/desert/assets/textures/rock029_nrm_rgh.png.import index 5d5bf0d..0b1aa12 100644 --- a/src/maps/desert/assets/textures/rock029_nrm_rgh.png.import +++ b/maps/desert/assets/textures/rock029_nrm_rgh.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://lgfhdcsb2ryx" -path.bptc="res://.godot/imported/rock029_nrm_rgh.png-65b42c4b71af719b7b7e92274266dce0.bptc.ctex" +path.bptc="res://.godot/imported/rock029_nrm_rgh.png-3bf029664d0f58a1c79abd2d6666ba90.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/desert/assets/textures/rock029_nrm_rgh.png" -dest_files=["res://.godot/imported/rock029_nrm_rgh.png-65b42c4b71af719b7b7e92274266dce0.bptc.ctex"] +source_file="res://maps/desert/assets/textures/rock029_nrm_rgh.png" +dest_files=["res://.godot/imported/rock029_nrm_rgh.png-3bf029664d0f58a1c79abd2d6666ba90.bptc.ctex"] [params] diff --git a/src/maps/desert/desert.tscn b/maps/desert/desert.tscn similarity index 83% rename from src/maps/desert/desert.tscn rename to maps/desert/desert.tscn index 932a829..4f5e605 100644 --- a/src/maps/desert/desert.tscn +++ b/maps/desert/desert.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://btlkog4b87p4x"] -[ext_resource type="Terrain3DStorage" uid="uid://wgmg245njt8e" path="res://src/maps/desert/resources/storage.res" id="1_lmk23"] -[ext_resource type="Terrain3DMaterial" uid="uid://c3isipd4wqxpk" path="res://src/maps/desert/resources/material.tres" id="2_n44fh"] -[ext_resource type="Terrain3DTextureList" uid="uid://d1j24k8sq8qpj" path="res://src/maps/desert/resources/textures.tres" id="3_w1yus"] -[ext_resource type="Environment" uid="uid://nw62ce5cglvs" path="res://src/maps/desert/resources/env.tres" id="4_m7p64"] -[ext_resource type="PackedScene" uid="uid://brux62vritay" path="res://src/entities/buildings/flag_stand.tscn" id="5_7ta6y"] +[ext_resource type="Terrain3DStorage" uid="uid://wgmg245njt8e" path="res://maps/desert/resources/storage.res" id="1_lmk23"] +[ext_resource type="Terrain3DMaterial" uid="uid://c3isipd4wqxpk" path="res://maps/desert/resources/material.tres" id="2_n44fh"] +[ext_resource type="Terrain3DTextureList" uid="uid://d1j24k8sq8qpj" path="res://maps/desert/resources/textures.tres" id="3_w1yus"] +[ext_resource type="Environment" uid="uid://nw62ce5cglvs" path="res://maps/desert/resources/env.tres" id="4_m7p64"] +[ext_resource type="PackedScene" uid="uid://brux62vritay" path="res://entities/buildings/flag_stand.tscn" id="5_7ta6y"] [node name="Desert" type="Terrain3D"] storage = ExtResource("1_lmk23") diff --git a/src/maps/desert/resources/env.tres b/maps/desert/resources/env.tres similarity index 100% rename from src/maps/desert/resources/env.tres rename to maps/desert/resources/env.tres diff --git a/src/maps/desert/resources/material.tres b/maps/desert/resources/material.tres similarity index 100% rename from src/maps/desert/resources/material.tres rename to maps/desert/resources/material.tres diff --git a/src/maps/desert/resources/storage.res b/maps/desert/resources/storage.res similarity index 63% rename from src/maps/desert/resources/storage.res rename to maps/desert/resources/storage.res index f8cb353..7877177 100644 Binary files a/src/maps/desert/resources/storage.res and b/maps/desert/resources/storage.res differ diff --git a/src/maps/desert/resources/textures.tres b/maps/desert/resources/textures.tres similarity index 76% rename from src/maps/desert/resources/textures.tres rename to maps/desert/resources/textures.tres index 17a42e5..b705417 100644 --- a/src/maps/desert/resources/textures.tres +++ b/maps/desert/resources/textures.tres @@ -1,9 +1,9 @@ [gd_resource type="Terrain3DTextureList" load_steps=7 format=3 uid="uid://d1j24k8sq8qpj"] -[ext_resource type="Texture2D" uid="uid://dwk8islw7ebab" path="res://src/maps/desert/assets/textures/rock029_alb_ht.png" id="1_onshe"] -[ext_resource type="Texture2D" uid="uid://lgfhdcsb2ryx" path="res://src/maps/desert/assets/textures/rock029_nrm_rgh.png" id="2_ij8ws"] -[ext_resource type="Texture2D" uid="uid://cngjywcua4vv8" path="res://src/maps/desert/assets/textures/ground054_alb_ht.png" id="3_1p8kc"] -[ext_resource type="Texture2D" uid="uid://cbk7l6hs0yrcc" path="res://src/maps/desert/assets/textures/ground054_nrm_rgh.png" id="4_2trjt"] +[ext_resource type="Texture2D" uid="uid://dwk8islw7ebab" path="res://maps/desert/assets/textures/rock029_alb_ht.png" id="1_onshe"] +[ext_resource type="Texture2D" uid="uid://lgfhdcsb2ryx" path="res://maps/desert/assets/textures/rock029_nrm_rgh.png" id="2_ij8ws"] +[ext_resource type="Texture2D" uid="uid://cngjywcua4vv8" path="res://maps/desert/assets/textures/ground054_alb_ht.png" id="3_1p8kc"] +[ext_resource type="Texture2D" uid="uid://cbk7l6hs0yrcc" path="res://maps/desert/assets/textures/ground054_nrm_rgh.png" id="4_2trjt"] [sub_resource type="Terrain3DTexture" id="Terrain3DTexture_wue72"] name = "Rock" diff --git a/src/maps/genesis/assets/textures/ground037_alb_ht.png b/maps/genesis/assets/textures/ground037_alb_ht.png similarity index 100% rename from src/maps/genesis/assets/textures/ground037_alb_ht.png rename to maps/genesis/assets/textures/ground037_alb_ht.png diff --git a/src/maps/genesis/assets/textures/ground037_alb_ht.png.import b/maps/genesis/assets/textures/ground037_alb_ht.png.import similarity index 68% rename from src/maps/genesis/assets/textures/ground037_alb_ht.png.import rename to maps/genesis/assets/textures/ground037_alb_ht.png.import index f15c97c..7b0670d 100644 --- a/src/maps/genesis/assets/textures/ground037_alb_ht.png.import +++ b/maps/genesis/assets/textures/ground037_alb_ht.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddprscrpsofah" -path.bptc="res://.godot/imported/ground037_alb_ht.png-bc312da3f360ac157a805d559b911f89.bptc.ctex" +path.bptc="res://.godot/imported/ground037_alb_ht.png-b65037b7797c79d182d5e53b32e49a98.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/genesis/assets/textures/ground037_alb_ht.png" -dest_files=["res://.godot/imported/ground037_alb_ht.png-bc312da3f360ac157a805d559b911f89.bptc.ctex"] +source_file="res://maps/genesis/assets/textures/ground037_alb_ht.png" +dest_files=["res://.godot/imported/ground037_alb_ht.png-b65037b7797c79d182d5e53b32e49a98.bptc.ctex"] [params] diff --git a/src/maps/genesis/assets/textures/ground037_nrm_rgh.png b/maps/genesis/assets/textures/ground037_nrm_rgh.png similarity index 100% rename from src/maps/genesis/assets/textures/ground037_nrm_rgh.png rename to maps/genesis/assets/textures/ground037_nrm_rgh.png diff --git a/src/maps/genesis/assets/textures/ground037_nrm_rgh.png.import b/maps/genesis/assets/textures/ground037_nrm_rgh.png.import similarity index 68% rename from src/maps/genesis/assets/textures/ground037_nrm_rgh.png.import rename to maps/genesis/assets/textures/ground037_nrm_rgh.png.import index a354901..466ff1a 100644 --- a/src/maps/genesis/assets/textures/ground037_nrm_rgh.png.import +++ b/maps/genesis/assets/textures/ground037_nrm_rgh.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1ots7w6i0i1q" -path.bptc="res://.godot/imported/ground037_nrm_rgh.png-47815ab33f49f72c47be6bc5667c293e.bptc.ctex" +path.bptc="res://.godot/imported/ground037_nrm_rgh.png-9e25ec612e0ce15ff2c117ec4096a8f7.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/genesis/assets/textures/ground037_nrm_rgh.png" -dest_files=["res://.godot/imported/ground037_nrm_rgh.png-47815ab33f49f72c47be6bc5667c293e.bptc.ctex"] +source_file="res://maps/genesis/assets/textures/ground037_nrm_rgh.png" +dest_files=["res://.godot/imported/ground037_nrm_rgh.png-9e25ec612e0ce15ff2c117ec4096a8f7.bptc.ctex"] [params] diff --git a/src/maps/genesis/assets/textures/rock030_alb_ht.png b/maps/genesis/assets/textures/rock030_alb_ht.png similarity index 100% rename from src/maps/genesis/assets/textures/rock030_alb_ht.png rename to maps/genesis/assets/textures/rock030_alb_ht.png diff --git a/src/maps/genesis/assets/textures/rock030_alb_ht.png.import b/maps/genesis/assets/textures/rock030_alb_ht.png.import similarity index 68% rename from src/maps/genesis/assets/textures/rock030_alb_ht.png.import rename to maps/genesis/assets/textures/rock030_alb_ht.png.import index 6ad7a96..f681803 100644 --- a/src/maps/genesis/assets/textures/rock030_alb_ht.png.import +++ b/maps/genesis/assets/textures/rock030_alb_ht.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://br7bfxcxh60df" -path.bptc="res://.godot/imported/rock030_alb_ht.png-583eaf004c4766531c057f7ac95cfacf.bptc.ctex" +path.bptc="res://.godot/imported/rock030_alb_ht.png-264f70712792662fedd23fe3bac9e221.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/genesis/assets/textures/rock030_alb_ht.png" -dest_files=["res://.godot/imported/rock030_alb_ht.png-583eaf004c4766531c057f7ac95cfacf.bptc.ctex"] +source_file="res://maps/genesis/assets/textures/rock030_alb_ht.png" +dest_files=["res://.godot/imported/rock030_alb_ht.png-264f70712792662fedd23fe3bac9e221.bptc.ctex"] [params] diff --git a/src/maps/genesis/assets/textures/rock030_nrm_rgh.png b/maps/genesis/assets/textures/rock030_nrm_rgh.png similarity index 100% rename from src/maps/genesis/assets/textures/rock030_nrm_rgh.png rename to maps/genesis/assets/textures/rock030_nrm_rgh.png diff --git a/src/maps/genesis/assets/textures/rock030_nrm_rgh.png.import b/maps/genesis/assets/textures/rock030_nrm_rgh.png.import similarity index 68% rename from src/maps/genesis/assets/textures/rock030_nrm_rgh.png.import rename to maps/genesis/assets/textures/rock030_nrm_rgh.png.import index d928ab7..814d712 100644 --- a/src/maps/genesis/assets/textures/rock030_nrm_rgh.png.import +++ b/maps/genesis/assets/textures/rock030_nrm_rgh.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr72kjil43vgj" -path.bptc="res://.godot/imported/rock030_nrm_rgh.png-a59624b7da8ac43f21d6bcbe47d5897c.bptc.ctex" +path.bptc="res://.godot/imported/rock030_nrm_rgh.png-ca17d43269b25394f8e7aa1fa0631681.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/maps/genesis/assets/textures/rock030_nrm_rgh.png" -dest_files=["res://.godot/imported/rock030_nrm_rgh.png-a59624b7da8ac43f21d6bcbe47d5897c.bptc.ctex"] +source_file="res://maps/genesis/assets/textures/rock030_nrm_rgh.png" +dest_files=["res://.godot/imported/rock030_nrm_rgh.png-ca17d43269b25394f8e7aa1fa0631681.bptc.ctex"] [params] diff --git a/src/maps/genesis/assets/vortex.r16 b/maps/genesis/assets/vortex.r16 similarity index 100% rename from src/maps/genesis/assets/vortex.r16 rename to maps/genesis/assets/vortex.r16 diff --git a/src/maps/genesis/genesis.tscn b/maps/genesis/genesis.tscn similarity index 83% rename from src/maps/genesis/genesis.tscn rename to maps/genesis/genesis.tscn index 0b1fe19..53e804e 100644 --- a/src/maps/genesis/genesis.tscn +++ b/maps/genesis/genesis.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://chbno00ugl6te"] -[ext_resource type="Terrain3DStorage" uid="uid://dyon4xda4k40d" path="res://src/maps/genesis/resources/storage.res" id="1_a88qe"] -[ext_resource type="Terrain3DMaterial" uid="uid://bd4lr5sxu8xu" path="res://src/maps/genesis/resources/material.res" id="2_o2y3d"] -[ext_resource type="Terrain3DTextureList" uid="uid://dnqa8kxgm3xuw" path="res://src/maps/genesis/resources/textures.res" id="3_1cww7"] -[ext_resource type="Environment" uid="uid://d2ahijqqspw5f" path="res://src/maps/genesis/resources/env.tres" id="5_3klr3"] -[ext_resource type="PackedScene" uid="uid://brux62vritay" path="res://src/entities/buildings/flag_stand.tscn" id="5_4kwtt"] +[ext_resource type="Terrain3DStorage" uid="uid://dyon4xda4k40d" path="res://maps/genesis/resources/storage.res" id="1_a88qe"] +[ext_resource type="Terrain3DMaterial" uid="uid://bd4lr5sxu8xu" path="res://maps/genesis/resources/material.res" id="2_o2y3d"] +[ext_resource type="Terrain3DTextureList" uid="uid://dnqa8kxgm3xuw" path="res://maps/genesis/resources/textures.res" id="3_1cww7"] +[ext_resource type="Environment" uid="uid://d2ahijqqspw5f" path="res://maps/genesis/resources/env.tres" id="5_3klr3"] +[ext_resource type="PackedScene" uid="uid://brux62vritay" path="res://entities/buildings/flag_stand.tscn" id="5_4kwtt"] [node name="Genesis" type="Terrain3D"] storage = ExtResource("1_a88qe") diff --git a/src/maps/genesis/resources/env.tres b/maps/genesis/resources/env.tres similarity index 93% rename from src/maps/genesis/resources/env.tres rename to maps/genesis/resources/env.tres index 8714ccf..6653e43 100644 --- a/src/maps/genesis/resources/env.tres +++ b/maps/genesis/resources/env.tres @@ -1,6 +1,6 @@ [gd_resource type="Environment" load_steps=4 format=3 uid="uid://d2ahijqqspw5f"] -[ext_resource type="Texture2D" uid="uid://btdbu0qbe1646" path="res://src/environments/skyboxes/kloppenheim_06_puresky_2k.exr" id="1_k44rf"] +[ext_resource type="Texture2D" uid="uid://btdbu0qbe1646" path="res://environments/skyboxes/kloppenheim_06_puresky_2k.exr" id="1_k44rf"] [sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_7tawh"] panorama = ExtResource("1_k44rf") diff --git a/maps/genesis/resources/material.res b/maps/genesis/resources/material.res new file mode 100644 index 0000000..04faf20 Binary files /dev/null and b/maps/genesis/resources/material.res differ diff --git a/src/maps/genesis/resources/storage.res b/maps/genesis/resources/storage.res similarity index 63% rename from src/maps/genesis/resources/storage.res rename to maps/genesis/resources/storage.res index 404d333..2f985e5 100644 Binary files a/src/maps/genesis/resources/storage.res and b/maps/genesis/resources/storage.res differ diff --git a/maps/genesis/resources/textures.res b/maps/genesis/resources/textures.res new file mode 100644 index 0000000..6ac4506 Binary files /dev/null and b/maps/genesis/resources/textures.res differ diff --git a/maps/genesis/resources/textures.res.depren b/maps/genesis/resources/textures.res.depren new file mode 100644 index 0000000..880b317 Binary files /dev/null and b/maps/genesis/resources/textures.res.depren differ diff --git a/src/maps/maps.tres b/maps/maps.tres similarity index 65% rename from src/maps/maps.tres rename to maps/maps.tres index e741cac..0af83db 100644 --- a/src/maps/maps.tres +++ b/maps/maps.tres @@ -1,8 +1,8 @@ [gd_resource type="Resource" script_class="ArrayPackedSceneResource" load_steps=4 format=3 uid="uid://dut5f1sq0wfeb"] -[ext_resource type="PackedScene" uid="uid://chbno00ugl6te" path="res://src/maps/genesis/genesis.tscn" id="1_7kpvp"] -[ext_resource type="PackedScene" uid="uid://btlkog4b87p4x" path="res://src/maps/desert/desert.tscn" id="2_8vsif"] -[ext_resource type="Script" path="res://src/types/resources/array_packed_scene.gd" id="3_by6r1"] +[ext_resource type="PackedScene" uid="uid://chbno00ugl6te" path="res://maps/genesis/genesis.tscn" id="1_7kpvp"] +[ext_resource type="PackedScene" uid="uid://btlkog4b87p4x" path="res://maps/desert/desert.tscn" id="2_8vsif"] +[ext_resource type="Script" path="res://types/resources/array_packed_scene.gd" id="3_by6r1"] [resource] script = ExtResource("3_by6r1") diff --git a/src/modes/multiplayer/multiplayer.gd b/modes/multiplayer/multiplayer.gd similarity index 100% rename from src/modes/multiplayer/multiplayer.gd rename to modes/multiplayer/multiplayer.gd diff --git a/src/modes/multiplayer/multiplayer.tscn b/modes/multiplayer/multiplayer.tscn similarity index 77% rename from src/modes/multiplayer/multiplayer.tscn rename to modes/multiplayer/multiplayer.tscn index 62fbdad..eafe09f 100644 --- a/src/modes/multiplayer/multiplayer.tscn +++ b/modes/multiplayer/multiplayer.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=7 format=3 uid="uid://bvwxfgygm2xb8"] -[ext_resource type="Script" path="res://src/modes/multiplayer/multiplayer.gd" id="1_r1kd6"] -[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://src/entities/player/player.tscn" id="2_og1vb"] -[ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://src/entities/flag/flag.tscn" id="3_h0rie"] -[ext_resource type="Script" path="res://src/maps/components/rabbit_scoring_component.gd" id="5_7woao"] -[ext_resource type="PackedScene" uid="uid://b8bosdd0o1lu7" path="res://src/interfaces/scoreboard/scoreboard.tscn" id="5_uj0pp"] -[ext_resource type="Script" path="res://src/maps/components/deathmatch_scoring_component.gd" id="6_iov4u"] +[ext_resource type="Script" path="res://modes/multiplayer/multiplayer.gd" id="1_r1kd6"] +[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://entities/player/player.tscn" id="2_og1vb"] +[ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://entities/flag/flag.tscn" id="3_h0rie"] +[ext_resource type="Script" path="res://maps/components/rabbit_scoring_component.gd" id="5_7woao"] +[ext_resource type="PackedScene" uid="uid://b8bosdd0o1lu7" path="res://interfaces/scoreboard/scoreboard.tscn" id="5_uj0pp"] +[ext_resource type="Script" path="res://maps/components/deathmatch_scoring_component.gd" id="6_iov4u"] [node name="Multiplayer" type="Node"] script = ExtResource("1_r1kd6") diff --git a/src/modes/singleplayer/demo.gd b/modes/singleplayer/demo.gd similarity index 96% rename from src/modes/singleplayer/demo.gd rename to modes/singleplayer/demo.gd index 560aaa8..4a55b01 100644 --- a/src/modes/singleplayer/demo.gd +++ b/modes/singleplayer/demo.gd @@ -15,7 +15,6 @@ class_name Singleplayer extends Node @onready var player_node : Player = $Player -@onready var target_dummy : RigidBody3D = $TargetDummy func _ready() -> void: player_node.died.connect(respawn_player) diff --git a/src/modes/singleplayer/demo.tscn b/modes/singleplayer/demo.tscn similarity index 64% rename from src/modes/singleplayer/demo.tscn rename to modes/singleplayer/demo.tscn index b4b2a1e..f5b73c5 100644 --- a/src/modes/singleplayer/demo.tscn +++ b/modes/singleplayer/demo.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=7 format=3 uid="uid://boviiugcnfyrj"] -[ext_resource type="Script" path="res://src/modes/singleplayer/demo.gd" id="1_kkjqs"] -[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://src/entities/player/player.tscn" id="2_6wbjq"] -[ext_resource type="PackedScene" uid="uid://dpnu1lvfncx6q" path="res://src/entities/target_dummy/target_dummy.tscn" id="3_fkq5v"] -[ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://src/entities/flag/flag.tscn" id="4_1j2pw"] -[ext_resource type="PackedScene" uid="uid://btlkog4b87p4x" path="res://src/maps/desert/desert.tscn" id="4_dogmv"] +[ext_resource type="Script" path="res://modes/singleplayer/demo.gd" id="1_kkjqs"] +[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://entities/player/player.tscn" id="2_6wbjq"] +[ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://entities/flag/flag.tscn" id="4_1j2pw"] +[ext_resource type="PackedScene" uid="uid://btlkog4b87p4x" path="res://maps/desert/desert.tscn" id="4_dogmv"] +[ext_resource type="PackedScene" uid="uid://dpnu1lvfncx6q" path="res://entities/dummy_target/dummy_target.tscn" id="5_euor2"] [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_c5jqv"] resource_local_to_scene = true @@ -19,8 +19,7 @@ FLAG = ExtResource("4_1j2pw") transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 589.786, 209.119, 853.632) physics_material_override = SubResource("PhysicsMaterial_c5jqv") -[node name="TargetDummy" parent="." instance=ExtResource("3_fkq5v")] -transform = Transform3D(-0.789567, 0, 0.613666, 0, 1, 0, -0.613666, 0, -0.789567, 418.132, 195.484, 802.593) - [node name="Desert" parent="." instance=ExtResource("4_dogmv")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0566101, 1456.67, 0.597462) + +[node name="DummyTarget" parent="." instance=ExtResource("5_euor2")] diff --git a/project.godot b/project.godot index 0eab191..2aecb3b 100644 --- a/project.godot +++ b/project.godot @@ -11,14 +11,14 @@ config_version=5 [application] config/name="open-fpsz" -run/main_scene="res://src/main.tscn" +run/main_scene="res://main.tscn" config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg" [autoload] -Settings="*res://src/systems/settings.gd" -MapsManager="*res://src/systems/maps_manager.gd" +Settings="*res://systems/settings.gd" +MapsManager="*res://systems/maps_manager.gd" [debug] diff --git a/src/entities/player/player.tscn b/src/entities/player/player.tscn deleted file mode 100644 index f180cc1..0000000 --- a/src/entities/player/player.tscn +++ /dev/null @@ -1,496 +0,0 @@ -[gd_scene load_steps=49 format=3 uid="uid://cbhx1xme0sb7k"] - -[ext_resource type="Script" path="res://src/entities/player/player.gd" id="1_mk68k"] -[ext_resource type="PackedScene" uid="uid://drbefw6akui2v" path="res://src/entities/player/assets/vanguard.tscn" id="2_beyex"] -[ext_resource type="Shape3D" uid="uid://cb8esdlnottdn" path="res://src/entities/player/collision_shape.tres" id="2_vjqny"] -[ext_resource type="PackedScene" uid="uid://bcv81ku26xo" path="res://src/interfaces/hud/hud.tscn" id="3_ccety"] -[ext_resource type="Script" path="res://src/entities/components/match_participant_component.gd" id="6_lrose"] -[ext_resource type="Script" path="res://src/entities/player/player_input.gd" id="6_ymcrr"] -[ext_resource type="PackedScene" uid="uid://dsysi2rd3bu76" path="res://src/interfaces/hud/iffs/iff.tscn" id="7_8hc80"] -[ext_resource type="Script" path="res://src/entities/components/inventory.gd" id="8_768qh"] -[ext_resource type="Script" path="res://src/entities/components/flag_carry_component.gd" id="8_pdfbn"] -[ext_resource type="PackedScene" uid="uid://c8co0qa2omjmh" path="res://src/entities/weapons/space_gun/space_gun.tscn" id="9_achlo"] -[ext_resource type="PackedScene" uid="uid://d3l7fvbdg6m5g" path="res://src/entities/flag/assets/flag.glb" id="9_fce2y"] -[ext_resource type="Script" path="res://addons/smoothing/smoothing.gd" id="11_k330l"] -[ext_resource type="Texture2D" uid="uid://ct1v5iadtpadm" path="res://src/entities/player/assets/jetpackfx/smoke_01.png" id="12_ypuho"] -[ext_resource type="Texture2D" uid="uid://doxo4vfn0bjlp" path="res://src/entities/player/assets/jetpackfx/smoke_02.png" id="13_wvbf0"] -[ext_resource type="Script" path="res://src/entities/components/health_component.gd" id="14_ctgxn"] -[ext_resource type="Texture2D" uid="uid://dmf12llra7aq5" path="res://src/entities/player/assets/jetpackfx/Particle01.png" id="14_vughy"] - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_clur0"] -resource_local_to_scene = true -bounce = 1.0 -absorbent = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hwe6e"] -radius = 0.2 - -[sub_resource type="Animation" id="Animation_yqgrk"] -resource_name = "death" -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Smoothing/Pivot:rotation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0, 0.5), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [Vector3(0, 0, 0), Vector3(-1.35254, 0, 0)] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Smoothing/Pivot:position") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.5), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [Vector3(0, 0.5, 0), Vector3(0, -0.114794, 0)] -} - -[sub_resource type="AnimationLibrary" id="AnimationLibrary_hg307"] -_data = { -"death": SubResource("Animation_yqgrk") -} - -[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_rqdp6"] -properties/0/path = NodePath(".:linear_velocity") -properties/0/spawn = true -properties/0/replication_mode = 1 -properties/1/path = NodePath(".:position") -properties/1/spawn = true -properties/1/replication_mode = 1 -properties/2/path = NodePath("HealthComponent:health") -properties/2/spawn = true -properties/2/replication_mode = 2 -properties/3/path = NodePath(".:player_state") -properties/3/spawn = true -properties/3/replication_mode = 2 - -[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_5j4ew"] -properties/0/path = NodePath(".:direction") -properties/0/spawn = false -properties/0/replication_mode = 1 -properties/1/path = NodePath(".:jetting") -properties/1/spawn = false -properties/1/replication_mode = 2 -properties/2/path = NodePath(".:camera_rotation") -properties/2/spawn = false -properties/2/replication_mode = 1 -properties/3/path = NodePath(".:skiing") -properties/3/spawn = false -properties/3/replication_mode = 2 - -[sub_resource type="Gradient" id="Gradient_3u0pn"] -offsets = PackedFloat32Array(0, 0.872727) -colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="GradientTexture1D" id="GradientTexture1D_wjoiw"] -gradient = SubResource("Gradient_3u0pn") - -[sub_resource type="Curve" id="Curve_pmb0n"] -max_value = 2.0 -_data = [Vector2(0, 0.197802), 0.0, 0.0, 0, 0, Vector2(1, 2), 0.0, 0.0, 0, 0] -point_count = 2 - -[sub_resource type="CurveTexture" id="CurveTexture_cj8ky"] -curve = SubResource("Curve_pmb0n") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_v556h"] -emission_shape = 1 -emission_sphere_radius = 0.1 -angle_min = -381.7 -angle_max = 381.7 -gravity = Vector3(0, -5, 0) -tangential_accel_min = -5.0 -tangential_accel_max = 5.0 -scale_curve = SubResource("CurveTexture_cj8ky") -color_ramp = SubResource("GradientTexture1D_wjoiw") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_27esd"] -transparency = 1 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("12_ypuho") -billboard_mode = 1 -billboard_keep_scale = true - -[sub_resource type="QuadMesh" id="QuadMesh_hegkl"] -material = SubResource("StandardMaterial3D_27esd") - -[sub_resource type="Gradient" id="Gradient_f4nyt"] -offsets = PackedFloat32Array(0, 0.972727) -colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="GradientTexture1D" id="GradientTexture1D_ovx5q"] -gradient = SubResource("Gradient_f4nyt") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_l8e6j"] -emission_shape = 1 -emission_sphere_radius = 0.1 -angle_min = -381.7 -angle_max = 381.7 -gravity = Vector3(0, -5, 0) -tangential_accel_min = -5.0 -tangential_accel_max = 5.0 -scale_curve = SubResource("CurveTexture_cj8ky") -color_ramp = SubResource("GradientTexture1D_ovx5q") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bknuu"] -transparency = 1 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("13_wvbf0") -billboard_mode = 1 -billboard_keep_scale = true -grow_amount = 1.506 - -[sub_resource type="QuadMesh" id="QuadMesh_aeure"] -material = SubResource("StandardMaterial3D_bknuu") - -[sub_resource type="Gradient" id="Gradient_t1nsw"] -offsets = PackedFloat32Array(0, 0.627273, 0.927273) -colors = PackedColorArray(1, 0.858824, 0.0784314, 1, 1, 0, 0, 1, 1, 0, 0, 0) - -[sub_resource type="GradientTexture1D" id="GradientTexture1D_x0y0j"] -gradient = SubResource("Gradient_t1nsw") - -[sub_resource type="Curve" id="Curve_fkrx7"] -max_value = 2.0 -_data = [Vector2(0, 0.197802), 0.0, 0.0, 0, 0, Vector2(0.594203, 0.395604), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="CurveTexture" id="CurveTexture_frkde"] -curve = SubResource("Curve_fkrx7") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_q1vdw"] -emission_shape = 1 -emission_sphere_radius = 0.05 -angle_min = -381.7 -angle_max = 381.7 -gravity = Vector3(0, -5, 0) -tangential_accel_min = -5.0 -tangential_accel_max = 5.0 -scale_curve = SubResource("CurveTexture_frkde") -color_ramp = SubResource("GradientTexture1D_x0y0j") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2jwv2"] -transparency = 1 -blend_mode = 1 -cull_mode = 2 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("14_vughy") -emission_enabled = true -emission = Color(1, 0.823529, 0.701961, 1) -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false - -[sub_resource type="QuadMesh" id="QuadMesh_uc7ts"] -material = SubResource("StandardMaterial3D_2jwv2") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f7nuu"] -resource_name = "mainmat" -cull_mode = 2 -albedo_color = Color(0, 0.345681, 0.351751, 1) -roughness = 0.5 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ouafw"] -resource_name = "secmat" -cull_mode = 2 -albedo_color = Color(0.569947, 0.569947, 0.569947, 1) -roughness = 0.5 - -[sub_resource type="ArrayMesh" id="ArrayMesh_i0rx2"] -_surfaces = [{ -"aabb": AABB(-0.288198, -0.287635, -1.43225, 0.576397, 0.691169, 2.39171), -"format": 34359742465, -"index_count": 468, -"index_data": PackedByteArray(27, 0, 3, 0, 20, 0, 27, 0, 12, 0, 3, 0, 12, 0, 7, 0, 3, 0, 12, 0, 14, 0, 7, 0, 16, 0, 5, 0, 11, 0, 16, 0, 52, 0, 5, 0, 63, 0, 1, 0, 61, 0, 63, 0, 51, 0, 1, 0, 0, 0, 76, 0, 75, 0, 76, 0, 55, 0, 4, 0, 76, 0, 67, 0, 55, 0, 54, 0, 76, 0, 0, 0, 76, 0, 66, 0, 67, 0, 76, 0, 54, 0, 66, 0, 5, 0, 9, 0, 11, 0, 9, 0, 61, 0, 1, 0, 9, 0, 71, 0, 61, 0, 60, 0, 9, 0, 5, 0, 9, 0, 70, 0, 71, 0, 9, 0, 60, 0, 70, 0, 43, 0, 9, 0, 46, 0, 43, 0, 11, 0, 9, 0, 42, 0, 10, 0, 47, 0, 42, 0, 8, 0, 10, 0, 45, 0, 11, 0, 43, 0, 45, 0, 16, 0, 11, 0, 51, 0, 9, 0, 1, 0, 51, 0, 18, 0, 9, 0, 74, 0, 19, 0, 79, 0, 74, 0, 8, 0, 19, 0, 47, 0, 17, 0, 44, 0, 47, 0, 10, 0, 17, 0, 44, 0, 16, 0, 45, 0, 44, 0, 17, 0, 16, 0, 54, 0, 50, 0, 57, 0, 54, 0, 0, 0, 50, 0, 76, 0, 53, 0, 81, 0, 76, 0, 4, 0, 53, 0, 2, 0, 15, 0, 13, 0, 2, 0, 6, 0, 15, 0, 13, 0, 14, 0, 12, 0, 13, 0, 15, 0, 14, 0, 22, 0, 13, 0, 26, 0, 22, 0, 2, 0, 13, 0, 26, 0, 12, 0, 27, 0, 26, 0, 13, 0, 12, 0, 36, 0, 27, 0, 37, 0, 36, 0, 26, 0, 27, 0, 38, 0, 26, 0, 36, 0, 38, 0, 22, 0, 26, 0, 15, 0, 25, 0, 14, 0, 15, 0, 24, 0, 25, 0, 6, 0, 24, 0, 15, 0, 6, 0, 21, 0, 24, 0, 14, 0, 23, 0, 7, 0, 14, 0, 25, 0, 23, 0, 2, 0, 21, 0, 6, 0, 2, 0, 22, 0, 21, 0, 7, 0, 20, 0, 3, 0, 7, 0, 23, 0, 20, 0, 37, 0, 20, 0, 34, 0, 37, 0, 27, 0, 20, 0, 42, 0, 32, 0, 48, 0, 42, 0, 28, 0, 32, 0, 48, 0, 33, 0, 49, 0, 48, 0, 32, 0, 33, 0, 40, 0, 30, 0, 41, 0, 40, 0, 29, 0, 30, 0, 35, 0, 29, 0, 40, 0, 35, 0, 31, 0, 29, 0, 38, 0, 31, 0, 35, 0, 38, 0, 28, 0, 31, 0, 23, 0, 34, 0, 20, 0, 23, 0, 39, 0, 34, 0, 22, 0, 35, 0, 21, 0, 22, 0, 38, 0, 35, 0, 25, 0, 39, 0, 23, 0, 25, 0, 41, 0, 39, 0, 21, 0, 40, 0, 24, 0, 21, 0, 35, 0, 40, 0, 24, 0, 41, 0, 25, 0, 24, 0, 40, 0, 41, 0, 28, 0, 36, 0, 32, 0, 28, 0, 38, 0, 36, 0, 32, 0, 37, 0, 33, 0, 32, 0, 36, 0, 37, 0, 19, 0, 49, 0, 18, 0, 19, 0, 48, 0, 49, 0, 8, 0, 48, 0, 19, 0, 8, 0, 42, 0, 48, 0, 18, 0, 46, 0, 9, 0, 18, 0, 49, 0, 46, 0, 29, 0, 45, 0, 30, 0, 29, 0, 44, 0, 45, 0, 31, 0, 44, 0, 29, 0, 31, 0, 47, 0, 44, 0, 28, 0, 47, 0, 31, 0, 28, 0, 42, 0, 47, 0, 85, 0, 17, 0, 80, 0, 85, 0, 59, 0, 17, 0, 62, 0, 16, 0, 65, 0, 62, 0, 52, 0, 16, 0, 79, 0, 58, 0, 83, 0, 79, 0, 19, 0, 58, 0, 4, 0, 56, 0, 53, 0, 4, 0, 55, 0, 56, 0, 66, 0, 57, 0, 69, 0, 66, 0, 54, 0, 57, 0, 51, 0, 64, 0, 18, 0, 51, 0, 63, 0, 64, 0, 52, 0, 60, 0, 5, 0, 52, 0, 62, 0, 60, 0, 73, 0, 61, 0, 71, 0, 73, 0, 63, 0, 61, 0, 55, 0, 68, 0, 56, 0, 55, 0, 67, 0, 68, 0, 67, 0, 69, 0, 68, 0, 67, 0, 66, 0, 69, 0, 62, 0, 70, 0, 60, 0, 62, 0, 72, 0, 70, 0, 72, 0, 71, 0, 70, 0, 72, 0, 73, 0, 71, 0, 50, 0, 82, 0, 57, 0, 50, 0, 78, 0, 82, 0, 91, 0, 83, 0, 95, 0, 91, 0, 79, 0, 83, 0, 56, 0, 81, 0, 53, 0, 56, 0, 84, 0, 81, 0, 97, 0, 80, 0, 92, 0, 97, 0, 85, 0, 80, 0, 10, 0, 80, 0, 17, 0, 10, 0, 77, 0, 80, 0, 88, 0, 81, 0, 93, 0, 88, 0, 76, 0, 81, 0, 0, 0, 78, 0, 50, 0, 0, 0, 75, 0, 78, 0, 86, 0, 79, 0, 91, 0, 86, 0, 74, 0, 79, 0, 8, 0, 77, 0, 10, 0, 8, 0, 74, 0, 77, 0, 87, 0, 76, 0, 88, 0, 87, 0, 75, 0, 76, 0, 74, 0, 89, 0, 77, 0, 74, 0, 86, 0, 89, 0, 75, 0, 90, 0, 78, 0, 75, 0, 87, 0, 90, 0, 77, 0, 92, 0, 80, 0, 77, 0, 89, 0, 92, 0, 84, 0, 93, 0, 81, 0, 84, 0, 96, 0, 93, 0, 96, 0, 92, 0, 93, 0, 96, 0, 97, 0, 92, 0, 78, 0, 94, 0, 82, 0, 78, 0, 90, 0, 94, 0, 90, 0, 95, 0, 94, 0, 90, 0, 91, 0, 95, 0), -"lods": [0.171633, PackedByteArray(27, 0, 3, 0, 20, 0, 27, 0, 12, 0, 3, 0, 37, 0, 27, 0, 20, 0, 37, 0, 20, 0, 34, 0, 26, 0, 12, 0, 27, 0, 26, 0, 27, 0, 37, 0, 26, 0, 13, 0, 12, 0, 42, 0, 13, 0, 26, 0, 42, 0, 2, 0, 13, 0, 19, 0, 26, 0, 37, 0, 42, 0, 26, 0, 19, 0, 19, 0, 37, 0, 33, 0, 19, 0, 33, 0, 49, 0, 42, 0, 19, 0, 79, 0, 86, 0, 42, 0, 79, 0, 86, 0, 79, 0, 91, 0, 19, 0, 49, 0, 18, 0, 18, 0, 49, 0, 46, 0, 18, 0, 46, 0, 9, 0, 51, 0, 18, 0, 9, 0, 51, 0, 9, 0, 1, 0, 12, 0, 7, 0, 3, 0, 12, 0, 14, 0, 7, 0, 13, 0, 14, 0, 12, 0, 13, 0, 15, 0, 14, 0, 2, 0, 15, 0, 13, 0, 2, 0, 6, 0, 15, 0, 16, 0, 5, 0, 11, 0, 16, 0, 52, 0, 5, 0, 45, 0, 16, 0, 11, 0, 45, 0, 11, 0, 43, 0, 17, 0, 16, 0, 45, 0, 17, 0, 45, 0, 30, 0, 43, 0, 9, 0, 46, 0, 43, 0, 11, 0, 9, 0, 5, 0, 9, 0, 11, 0, 71, 0, 9, 0, 5, 0, 9, 0, 71, 0, 1, 0, 24, 0, 17, 0, 30, 0, 24, 0, 30, 0, 41, 0, 24, 0, 41, 0, 25, 0, 42, 0, 10, 0, 17, 0, 42, 0, 86, 0, 89, 0, 42, 0, 89, 0, 10, 0, 21, 0, 42, 0, 17, 0, 21, 0, 17, 0, 24, 0, 6, 0, 21, 0, 24, 0, 6, 0, 24, 0, 15, 0, 15, 0, 24, 0, 25, 0, 15, 0, 25, 0, 14, 0, 14, 0, 23, 0, 7, 0, 14, 0, 25, 0, 23, 0, 2, 0, 42, 0, 21, 0, 2, 0, 21, 0, 6, 0, 25, 0, 41, 0, 39, 0, 25, 0, 39, 0, 23, 0, 23, 0, 39, 0, 34, 0, 23, 0, 34, 0, 20, 0, 63, 0, 1, 0, 71, 0, 63, 0, 51, 0, 1, 0, 73, 0, 63, 0, 71, 0, 72, 0, 73, 0, 71, 0, 62, 0, 72, 0, 71, 0, 52, 0, 62, 0, 71, 0, 52, 0, 71, 0, 5, 0, 0, 0, 76, 0, 75, 0, 67, 0, 76, 0, 0, 0, 76, 0, 67, 0, 4, 0, 67, 0, 50, 0, 57, 0, 67, 0, 0, 0, 50, 0, 67, 0, 57, 0, 69, 0, 67, 0, 69, 0, 68, 0, 67, 0, 68, 0, 56, 0, 4, 0, 67, 0, 56, 0, 4, 0, 56, 0, 53, 0, 76, 0, 53, 0, 81, 0, 76, 0, 4, 0, 53, 0, 88, 0, 76, 0, 81, 0, 88, 0, 81, 0, 93, 0, 7, 0, 20, 0, 3, 0, 7, 0, 23, 0, 20, 0, 85, 0, 17, 0, 80, 0, 85, 0, 59, 0, 17, 0, 97, 0, 85, 0, 80, 0, 97, 0, 80, 0, 92, 0, 96, 0, 97, 0, 92, 0, 96, 0, 92, 0, 93, 0, 84, 0, 96, 0, 93, 0, 84, 0, 93, 0, 81, 0, 56, 0, 84, 0, 81, 0, 56, 0, 81, 0, 53, 0, 62, 0, 16, 0, 65, 0, 62, 0, 52, 0, 16, 0, 79, 0, 58, 0, 83, 0, 79, 0, 19, 0, 58, 0, 91, 0, 79, 0, 83, 0, 91, 0, 83, 0, 95, 0, 90, 0, 91, 0, 95, 0, 90, 0, 95, 0, 94, 0, 78, 0, 90, 0, 94, 0, 78, 0, 94, 0, 82, 0, 50, 0, 78, 0, 82, 0, 50, 0, 82, 0, 57, 0, 51, 0, 64, 0, 18, 0, 51, 0, 63, 0, 64, 0, 10, 0, 80, 0, 17, 0, 10, 0, 92, 0, 80, 0, 10, 0, 89, 0, 92, 0, 0, 0, 78, 0, 50, 0, 0, 0, 75, 0, 78, 0, 75, 0, 90, 0, 78, 0, 75, 0, 87, 0, 90, 0, 87, 0, 76, 0, 88, 0, 87, 0, 75, 0, 76, 0)], -"name": "mainmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 98, -"vertex_data": PackedByteArray(175, 65, 11, 190, 232, 71, 143, 190, 213, 158, 117, 63, 83, 115, 219, 189, 16, 156, 206, 62, 213, 158, 117, 63, 184, 179, 173, 189, 172, 126, 43, 190, 173, 42, 173, 191, 108, 51, 209, 189, 128, 119, 184, 62, 53, 90, 164, 191, 175, 65, 11, 62, 232, 71, 143, 190, 213, 158, 117, 63, 83, 115, 219, 61, 16, 156, 206, 62, 213, 158, 117, 63, 184, 179, 173, 61, 172, 126, 43, 190, 173, 42, 173, 191, 108, 51, 209, 61, 128, 119, 184, 62, 53, 90, 164, 191, 71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 102, 84, 85, 190, 176, 199, 150, 61, 221, 83, 183, 191, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 102, 84, 85, 62, 176, 199, 150, 61, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 196, 235, 105, 61, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 189, 199, 249, 78, 190, 94, 152, 90, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 62, 200, 142, 189, 20, 84, 95, 190, 218, 184, 31, 191, 220, 30, 146, 62, 160, 49, 64, 189, 114, 205, 36, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 62, 200, 142, 61, 20, 84, 95, 190, 218, 184, 31, 191, 220, 30, 146, 190, 160, 49, 64, 189, 114, 205, 36, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 180, 3, 116, 61, 85, 183, 79, 190, 238, 237, 87, 191, 223, 79, 133, 190, 80, 52, 76, 189, 115, 255, 93, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 180, 3, 116, 189, 85, 183, 79, 190, 238, 237, 87, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 223, 79, 133, 62, 80, 52, 76, 189, 115, 255, 93, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 196, 184, 97, 62, 152, 81, 55, 189, 45, 19, 245, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 195, 53, 139, 61, 139, 46, 87, 190, 241, 75, 241, 190, 196, 184, 97, 190, 152, 81, 55, 189, 45, 19, 245, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 173, 252, 106, 190, 104, 202, 210, 188, 213, 158, 117, 63, 116, 66, 99, 190, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 62, 230, 146, 23, 62, 213, 158, 117, 63, 173, 252, 106, 62, 104, 202, 210, 188, 213, 158, 117, 63, 230, 121, 42, 189, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 61, 125, 235, 146, 190, 213, 158, 117, 63, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 93, 9, 195, 190, 3, 181, 171, 61, 76, 82, 22, 189, 93, 9, 195, 190, 226, 76, 18, 61, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 189, 16, 156, 206, 62, 213, 158, 117, 63, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 92, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 92, 9, 195, 190, 134, 101, 5, 189, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 61, 217, 68, 147, 190, 53, 24, 115, 63, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 47, 17, 67, 60, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 188, 16, 156, 206, 62, 137, 243, 113, 63, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 95, 250, 28, 190, 92, 227, 136, 190, 71, 138, 159, 62, 76, 109, 17, 190, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 95, 250, 28, 62, 92, 227, 136, 190, 71, 138, 159, 62, 173, 252, 106, 190, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 190, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 67, 138, 159, 62, 3, 181, 171, 61, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 61, 76, 82, 22, 189, 67, 138, 159, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 173, 252, 106, 190, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 190, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 207, 235, 170, 62, 3, 181, 171, 61, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 61, 76, 82, 22, 189, 207, 235, 170, 62) -}, { -"aabb": AABB(-0.288198, -0.267709, -0.867179, 0.576397, 0.671243, 1.82663), -"format": 34359742465, -"index_count": 180, -"index_data": PackedByteArray(19, 0, 10, 0, 18, 0, 19, 0, 11, 0, 10, 0, 15, 0, 8, 0, 14, 0, 15, 0, 9, 0, 8, 0, 14, 0, 10, 0, 12, 0, 14, 0, 8, 0, 10, 0, 11, 0, 12, 0, 10, 0, 11, 0, 13, 0, 12, 0, 9, 0, 16, 0, 8, 0, 9, 0, 17, 0, 16, 0, 8, 0, 18, 0, 10, 0, 8, 0, 16, 0, 18, 0, 3, 0, 0, 0, 1, 0, 3, 0, 2, 0, 0, 0, 3, 0, 5, 0, 2, 0, 3, 0, 4, 0, 5, 0, 0, 0, 6, 0, 1, 0, 0, 0, 7, 0, 6, 0, 43, 0, 23, 0, 39, 0, 43, 0, 31, 0, 23, 0, 32, 0, 27, 0, 35, 0, 32, 0, 24, 0, 27, 0, 37, 0, 30, 0, 41, 0, 37, 0, 22, 0, 30, 0, 41, 0, 31, 0, 43, 0, 41, 0, 30, 0, 31, 0, 25, 0, 34, 0, 26, 0, 25, 0, 33, 0, 34, 0, 33, 0, 35, 0, 34, 0, 33, 0, 32, 0, 35, 0, 29, 0, 42, 0, 28, 0, 29, 0, 40, 0, 42, 0, 57, 0, 43, 0, 59, 0, 57, 0, 41, 0, 43, 0, 21, 0, 40, 0, 29, 0, 21, 0, 36, 0, 40, 0, 53, 0, 41, 0, 57, 0, 53, 0, 37, 0, 41, 0, 28, 0, 38, 0, 20, 0, 28, 0, 42, 0, 38, 0, 59, 0, 39, 0, 55, 0, 59, 0, 43, 0, 39, 0, 44, 0, 46, 0, 47, 0, 44, 0, 45, 0, 46, 0, 45, 0, 49, 0, 48, 0, 45, 0, 44, 0, 49, 0, 47, 0, 51, 0, 50, 0, 47, 0, 46, 0, 51, 0, 42, 0, 54, 0, 38, 0, 42, 0, 58, 0, 54, 0, 58, 0, 55, 0, 54, 0, 58, 0, 59, 0, 55, 0, 36, 0, 56, 0, 40, 0, 36, 0, 52, 0, 56, 0, 52, 0, 57, 0, 56, 0, 52, 0, 53, 0, 57, 0, 40, 0, 58, 0, 42, 0, 40, 0, 56, 0, 58, 0, 56, 0, 59, 0, 58, 0, 56, 0, 57, 0, 59, 0), -"lods": [0.0081632, PackedByteArray(19, 0, 10, 0, 18, 0, 19, 0, 11, 0, 10, 0, 11, 0, 12, 0, 10, 0, 11, 0, 13, 0, 12, 0, 15, 0, 16, 0, 14, 0, 15, 0, 9, 0, 16, 0, 9, 0, 17, 0, 16, 0, 14, 0, 16, 0, 10, 0, 16, 0, 18, 0, 10, 0, 14, 0, 10, 0, 12, 0, 3, 0, 0, 0, 1, 0, 0, 0, 6, 0, 1, 0, 0, 0, 7, 0, 6, 0, 3, 0, 2, 0, 0, 0, 3, 0, 5, 0, 2, 0, 3, 0, 4, 0, 5, 0, 31, 0, 23, 0, 39, 0, 28, 0, 31, 0, 39, 0, 28, 0, 39, 0, 55, 0, 28, 0, 55, 0, 54, 0, 28, 0, 54, 0, 38, 0, 28, 0, 38, 0, 20, 0, 30, 0, 31, 0, 28, 0, 29, 0, 30, 0, 28, 0, 21, 0, 36, 0, 29, 0, 36, 0, 30, 0, 29, 0, 36, 0, 52, 0, 30, 0, 52, 0, 53, 0, 30, 0, 53, 0, 37, 0, 30, 0, 37, 0, 22, 0, 30, 0, 32, 0, 27, 0, 35, 0, 32, 0, 24, 0, 27, 0, 33, 0, 32, 0, 35, 0, 33, 0, 35, 0, 34, 0, 25, 0, 33, 0, 34, 0, 25, 0, 34, 0, 26, 0, 44, 0, 46, 0, 47, 0, 44, 0, 45, 0, 46, 0, 45, 0, 49, 0, 48, 0, 45, 0, 44, 0, 49, 0, 47, 0, 51, 0, 50, 0, 47, 0, 46, 0, 51, 0)], -"name": "secmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 60, -"vertex_data": PackedByteArray(71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 248, 227, 137, 61, 18, 240, 143, 62, 77, 154, 35, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 248, 227, 137, 189, 18, 240, 143, 62, 77, 154, 35, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 93, 9, 195, 190, 3, 181, 171, 61, 76, 82, 22, 189, 93, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 92, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 92, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 93, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 93, 9, 195, 190, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 92, 9, 195, 190, 149, 33, 76, 61, 176, 216, 30, 62, 92, 9, 195, 190, 3, 181, 171, 189, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 67, 138, 159, 62, 3, 181, 171, 61, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 61, 76, 82, 22, 189, 67, 138, 159, 62, 144, 157, 145, 189, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 189, 22, 52, 67, 189, 23, 238, 156, 62, 144, 157, 145, 61, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 61, 22, 52, 67, 189, 23, 238, 156, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 173, 252, 106, 190, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 190, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 207, 235, 170, 62, 3, 181, 171, 61, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 61, 76, 82, 22, 189, 207, 235, 170, 62, 144, 157, 145, 189, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 189, 22, 52, 67, 189, 51, 58, 168, 62, 144, 157, 145, 61, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 61, 22, 52, 67, 189, 51, 58, 168, 62) -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_bpa35"] -resource_name = "disclauncher_Cube_001" -_surfaces = [{ -"aabb": AABB(-0.288198, -0.287635, -1.43225, 0.576397, 0.691169, 2.39171), -"attribute_data": PackedByteArray(0, 0, 192, 62, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 128, 62, 0, 0, 192, 62, 0, 0, 128, 63, 0, 0, 32, 63, 0, 0, 0, 0, 0, 0, 96, 63, 0, 0, 128, 62, 0, 0, 32, 63, 0, 0, 128, 63, 0, 0, 192, 62, 0, 0, 64, 63, 0, 0, 0, 62, 0, 0, 0, 63, 0, 0, 192, 62, 0, 0, 64, 63, 0, 0, 32, 63, 0, 0, 64, 63, 0, 0, 96, 63, 0, 0, 0, 63, 0, 0, 32, 63, 0, 0, 64, 63, 0, 0, 192, 62, 0, 0, 128, 62, 0, 0, 192, 62, 0, 0, 128, 62, 0, 0, 192, 62, 0, 0, 128, 62, 0, 0, 32, 63, 0, 0, 128, 62, 0, 0, 32, 63, 0, 0, 128, 62, 0, 0, 32, 63, 0, 0, 128, 62, 0, 0, 192, 62, 0, 0, 0, 63, 0, 0, 192, 62, 0, 0, 0, 63, 0, 0, 192, 62, 0, 0, 0, 63, 0, 0, 32, 63, 0, 0, 0, 63, 0, 0, 32, 63, 0, 0, 0, 63, 0, 0, 32, 63, 0, 0, 0, 63, 0, 0, 0, 62, 60, 188, 199, 62, 0, 0, 0, 62, 60, 188, 199, 62, 0, 0, 192, 62, 227, 33, 92, 63, 0, 0, 192, 62, 227, 33, 92, 63, 0, 0, 96, 63, 58, 188, 199, 62, 0, 0, 96, 63, 58, 188, 199, 62, 0, 0, 32, 63, 227, 33, 92, 63, 0, 0, 32, 63, 227, 33, 92, 63, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 170, 170, 10, 63, 0, 0, 64, 63, 170, 170, 10, 63, 0, 0, 64, 63, 170, 170, 10, 63, 0, 0, 64, 63, 170, 170, 10, 63, 0, 0, 64, 63, 170, 170, 234, 62, 0, 0, 64, 63, 170, 170, 234, 62, 0, 0, 64, 63, 170, 170, 234, 62, 0, 0, 64, 63, 170, 170, 234, 62, 0, 0, 64, 63, 170, 170, 10, 63, 0, 0, 0, 63, 170, 170, 10, 63, 0, 0, 0, 63, 170, 170, 10, 63, 0, 0, 0, 63, 170, 170, 10, 63, 0, 0, 0, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 10, 63, 227, 33, 92, 63, 170, 170, 10, 63, 227, 33, 92, 63, 170, 170, 10, 63, 227, 33, 92, 63, 170, 170, 10, 63, 227, 33, 92, 63, 170, 170, 234, 62, 227, 33, 92, 63, 170, 170, 234, 62, 227, 33, 92, 63, 170, 170, 234, 62, 227, 33, 92, 63, 170, 170, 234, 62, 227, 33, 92, 63, 0, 0, 96, 63, 28, 222, 227, 62, 0, 0, 96, 63, 28, 222, 227, 62, 0, 0, 32, 63, 241, 16, 78, 63, 0, 0, 32, 63, 241, 16, 78, 63, 0, 0, 192, 62, 30, 222, 227, 62, 0, 0, 192, 62, 30, 222, 227, 62, 0, 0, 192, 62, 30, 222, 227, 62, 0, 0, 0, 62, 30, 222, 227, 62, 0, 0, 192, 62, 242, 16, 78, 63, 0, 0, 192, 62, 242, 16, 78, 63, 0, 0, 32, 63, 30, 222, 227, 62, 0, 0, 32, 63, 30, 222, 227, 62, 0, 0, 32, 63, 30, 222, 227, 62, 0, 0, 32, 63, 30, 222, 227, 62, 170, 170, 234, 62, 30, 222, 227, 62, 170, 170, 234, 62, 30, 222, 227, 62, 170, 170, 234, 62, 30, 222, 227, 62, 170, 170, 234, 62, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 234, 62, 242, 16, 78, 63, 170, 170, 234, 62, 242, 16, 78, 63, 170, 170, 234, 62, 242, 16, 78, 63, 170, 170, 234, 62, 242, 16, 78, 63, 170, 170, 10, 63, 242, 16, 78, 63, 170, 170, 10, 63, 242, 16, 78, 63, 170, 170, 10, 63, 242, 16, 78, 63, 170, 170, 10, 63, 242, 16, 78, 63, 0, 0, 0, 62, 44, 205, 213, 62, 0, 0, 0, 62, 44, 205, 213, 62, 0, 0, 192, 62, 106, 25, 85, 63, 0, 0, 192, 62, 106, 25, 85, 63, 171, 170, 234, 62, 42, 205, 213, 62, 171, 170, 234, 62, 42, 205, 213, 62, 171, 170, 234, 62, 42, 205, 213, 62, 171, 170, 234, 62, 42, 205, 213, 62, 170, 170, 10, 63, 44, 205, 213, 62, 170, 170, 10, 63, 44, 205, 213, 62, 0, 0, 192, 62, 44, 205, 213, 62, 0, 0, 192, 62, 44, 205, 213, 62, 0, 0, 192, 62, 44, 205, 213, 62, 0, 0, 192, 62, 44, 205, 213, 62, 171, 170, 234, 62, 106, 25, 85, 63, 171, 170, 234, 62, 106, 25, 85, 63, 171, 170, 234, 62, 106, 25, 85, 63, 171, 170, 234, 62, 106, 25, 85, 63, 170, 170, 10, 63, 106, 25, 85, 63, 170, 170, 10, 63, 106, 25, 85, 63, 0, 0, 96, 63, 42, 194, 225, 62, 0, 0, 32, 63, 234, 30, 79, 63, 0, 0, 192, 62, 44, 194, 225, 62, 0, 0, 192, 62, 44, 194, 225, 62, 0, 0, 192, 62, 44, 194, 225, 62, 172, 170, 234, 62, 234, 30, 79, 63, 172, 170, 234, 62, 234, 30, 79, 63, 172, 170, 234, 62, 234, 30, 79, 63, 172, 170, 234, 62, 234, 30, 79, 63, 170, 170, 10, 63, 234, 30, 79, 63, 170, 170, 10, 63, 234, 30, 79, 63, 170, 170, 10, 63, 234, 30, 79, 63, 0, 0, 0, 62, 44, 194, 225, 62, 0, 0, 192, 62, 234, 30, 79, 63, 0, 0, 192, 62, 234, 30, 79, 63, 1, 0, 32, 63, 44, 194, 225, 62, 1, 0, 32, 63, 44, 194, 225, 62, 172, 170, 234, 62, 42, 194, 225, 62, 172, 170, 234, 62, 42, 194, 225, 62, 172, 170, 234, 62, 42, 194, 225, 62, 172, 170, 234, 62, 42, 194, 225, 62, 170, 170, 10, 63, 44, 194, 225, 62, 170, 170, 10, 63, 44, 194, 225, 62, 170, 170, 10, 63, 44, 194, 225, 62, 0, 0, 0, 62, 56, 247, 204, 62, 0, 0, 0, 62, 56, 247, 204, 62, 0, 0, 192, 62, 100, 132, 89, 63, 0, 0, 192, 62, 100, 132, 89, 63, 0, 0, 32, 63, 56, 247, 204, 62, 0, 0, 32, 63, 56, 247, 204, 62, 171, 170, 234, 62, 56, 247, 204, 62, 171, 170, 234, 62, 56, 247, 204, 62, 171, 170, 234, 62, 56, 247, 204, 62, 171, 170, 234, 62, 56, 247, 204, 62, 170, 170, 10, 63, 56, 247, 204, 62, 170, 170, 10, 63, 56, 247, 204, 62, 170, 170, 10, 63, 56, 247, 204, 62, 1, 0, 96, 63, 54, 247, 204, 62, 0, 0, 32, 63, 101, 132, 89, 63, 0, 0, 192, 62, 56, 247, 204, 62, 0, 0, 192, 62, 56, 247, 204, 62, 0, 0, 192, 62, 56, 247, 204, 62, 0, 0, 192, 62, 56, 247, 204, 62, 170, 170, 234, 62, 100, 132, 89, 63, 170, 170, 234, 62, 100, 132, 89, 63, 170, 170, 234, 62, 100, 132, 89, 63, 170, 170, 234, 62, 100, 132, 89, 63, 170, 170, 10, 63, 101, 132, 89, 63, 170, 170, 10, 63, 101, 132, 89, 63, 170, 170, 10, 63, 101, 132, 89, 63, 170, 170, 234, 62, 0, 0, 0, 0, 170, 170, 234, 62, 0, 0, 0, 0, 170, 170, 234, 62, 0, 0, 128, 63, 170, 170, 10, 63, 0, 0, 0, 0, 170, 170, 10, 63, 0, 0, 0, 0, 170, 170, 10, 63, 0, 0, 128, 63, 170, 170, 10, 63, 0, 0, 128, 62, 170, 170, 10, 63, 0, 0, 128, 62, 170, 170, 10, 63, 0, 0, 128, 62, 170, 170, 234, 62, 0, 0, 128, 62, 170, 170, 234, 62, 0, 0, 128, 62, 170, 170, 234, 62, 0, 0, 128, 62, 0, 0, 192, 62, 176, 170, 170, 61, 85, 85, 85, 62, 0, 0, 128, 62, 0, 0, 192, 62, 176, 170, 170, 61, 0, 0, 192, 62, 172, 170, 42, 62, 85, 85, 149, 62, 0, 0, 128, 62, 0, 0, 192, 62, 172, 170, 42, 62, 170, 170, 234, 62, 172, 170, 42, 62, 170, 170, 234, 62, 172, 170, 42, 62, 170, 170, 234, 62, 172, 170, 42, 62, 170, 170, 234, 62, 176, 170, 170, 61, 170, 170, 234, 62, 176, 170, 170, 61, 170, 170, 234, 62, 176, 170, 170, 61, 170, 170, 234, 62, 76, 11, 52, 63, 170, 170, 234, 62, 181, 244, 11, 63, 0, 0, 32, 63, 172, 170, 42, 62, 85, 85, 53, 63, 0, 0, 128, 62, 0, 0, 32, 63, 172, 170, 42, 62, 0, 0, 32, 63, 176, 170, 170, 61, 170, 170, 74, 63, 0, 0, 128, 62, 0, 0, 32, 63, 176, 170, 170, 61, 170, 170, 10, 63, 168, 170, 42, 62, 170, 170, 10, 63, 168, 170, 42, 62, 170, 170, 10, 63, 168, 170, 42, 62, 170, 170, 10, 63, 176, 170, 170, 61, 170, 170, 10, 63, 176, 170, 170, 61, 170, 170, 10, 63, 176, 170, 170, 61, 170, 170, 10, 63, 76, 11, 52, 63, 170, 170, 10, 63, 181, 244, 11, 63, 0, 0, 192, 62, 64, 142, 227, 61, 28, 199, 113, 62, 0, 0, 128, 62, 0, 0, 192, 62, 64, 142, 227, 61, 0, 0, 192, 62, 232, 56, 14, 62, 114, 28, 135, 62, 0, 0, 128, 62, 0, 0, 192, 62, 232, 56, 14, 62, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 234, 62, 16, 112, 183, 61, 170, 170, 234, 62, 16, 112, 183, 61, 0, 0, 32, 63, 232, 56, 14, 62, 198, 113, 60, 63, 0, 0, 128, 62, 0, 0, 32, 63, 232, 56, 14, 62, 0, 0, 32, 63, 64, 142, 227, 61, 56, 142, 67, 63, 0, 0, 128, 62, 0, 0, 32, 63, 64, 142, 227, 61, 170, 170, 10, 63, 72, 142, 32, 62, 170, 170, 10, 63, 72, 142, 32, 62, 170, 170, 10, 63, 112, 227, 190, 61, 170, 170, 10, 63, 112, 227, 190, 61, 0, 0, 0, 62, 12, 172, 162, 62, 0, 0, 0, 62, 12, 172, 162, 62, 0, 0, 192, 62, 251, 169, 110, 63, 0, 0, 192, 62, 251, 169, 110, 63, 0, 0, 0, 62, 164, 194, 138, 62, 0, 0, 0, 62, 164, 194, 138, 62, 0, 0, 192, 62, 175, 158, 122, 63, 0, 0, 192, 62, 175, 158, 122, 63, 1, 0, 192, 62, 162, 194, 138, 62, 1, 0, 192, 62, 162, 194, 138, 62, 1, 0, 192, 62, 162, 194, 138, 62, 1, 0, 192, 62, 162, 194, 138, 62, 0, 0, 192, 62, 12, 172, 162, 62, 0, 0, 192, 62, 12, 172, 162, 62, 0, 0, 192, 62, 12, 172, 162, 62, 0, 0, 192, 62, 12, 172, 162, 62, 170, 170, 234, 62, 88, 20, 4, 62, 170, 170, 234, 62, 175, 158, 122, 63, 170, 170, 234, 62, 175, 158, 122, 63, 170, 170, 234, 62, 112, 203, 212, 62, 170, 170, 234, 62, 250, 169, 110, 63, 170, 170, 234, 62, 250, 169, 110, 63, 170, 170, 234, 62, 12, 172, 162, 62, 170, 170, 234, 62, 12, 172, 162, 62, 170, 170, 234, 62, 12, 172, 162, 62, 170, 170, 234, 62, 164, 194, 138, 62, 170, 170, 234, 62, 164, 194, 138, 62, 170, 170, 234, 62, 164, 194, 138, 62, 170, 170, 234, 62, 88, 143, 52, 62, 169, 170, 234, 62, 80, 22, 196, 62, 170, 170, 234, 62, 80, 10, 101, 62, 168, 170, 234, 62, 46, 97, 179, 62, 0, 0, 0, 62, 128, 123, 161, 62, 255, 255, 191, 62, 65, 66, 111, 63, 0, 0, 0, 62, 220, 217, 139, 62, 0, 0, 192, 62, 19, 19, 122, 63, 0, 0, 192, 62, 220, 217, 139, 62, 0, 0, 192, 62, 220, 217, 139, 62, 0, 0, 192, 62, 128, 123, 161, 62, 0, 0, 192, 62, 128, 123, 161, 62, 170, 170, 234, 62, 180, 119, 17, 62, 170, 170, 234, 62, 19, 19, 122, 63, 170, 170, 234, 62, 82, 126, 205, 62, 170, 170, 234, 62, 64, 66, 111, 63, 170, 170, 234, 62, 128, 123, 161, 62, 170, 170, 234, 62, 128, 123, 161, 62, 170, 170, 234, 62, 220, 217, 139, 62, 170, 170, 234, 62, 220, 217, 139, 62, 170, 170, 234, 62, 104, 54, 62, 62, 169, 170, 234, 62, 184, 210, 190, 62, 170, 170, 234, 62, 16, 245, 106, 62, 168, 170, 234, 62, 28, 39, 176, 62, 0, 0, 192, 62, 0, 0, 0, 63, 0, 0, 96, 63, 58, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 170, 170, 234, 62, 0, 0, 64, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 234, 62, 0, 0, 0, 63, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 234, 62, 227, 33, 92, 63, 0, 0, 96, 63, 28, 222, 227, 62, 0, 0, 32, 63, 241, 16, 78, 63, 0, 0, 192, 62, 30, 222, 227, 62, 0, 0, 32, 63, 30, 222, 227, 62, 170, 170, 234, 62, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 10, 63, 30, 222, 227, 62, 170, 170, 234, 62, 242, 16, 78, 63, 170, 170, 10, 63, 242, 16, 78, 63, 170, 170, 10, 63, 234, 30, 79, 63, 1, 0, 32, 63, 44, 194, 225, 62, 170, 170, 10, 63, 44, 194, 225, 62, 0, 0, 0, 62, 56, 247, 204, 62, 0, 0, 0, 62, 56, 247, 204, 62, 0, 0, 192, 62, 100, 132, 89, 63, 0, 0, 32, 63, 56, 247, 204, 62, 170, 170, 10, 63, 56, 247, 204, 62, 170, 170, 10, 63, 101, 132, 89, 63, 170, 170, 234, 62, 172, 170, 42, 62, 0, 0, 192, 62, 232, 56, 14, 62, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 10, 63, 112, 227, 190, 61, 1, 0, 192, 62, 162, 194, 138, 62, 0, 0, 0, 62, 128, 123, 161, 62, 0, 0, 192, 62, 220, 217, 139, 62, 0, 0, 192, 62, 128, 123, 161, 62), -"format": 34359742487, -"index_count": 468, -"index_data": PackedByteArray(99, 0, 11, 0, 75, 0, 99, 0, 42, 0, 11, 0, 41, 0, 21, 0, 9, 0, 41, 0, 49, 0, 21, 0, 58, 0, 17, 0, 39, 0, 58, 0, 180, 0, 17, 0, 207, 0, 3, 0, 201, 0, 207, 0, 175, 0, 3, 0, 1, 0, 241, 0, 237, 0, 241, 0, 188, 0, 13, 0, 241, 0, 216, 0, 188, 0, 185, 0, 241, 0, 1, 0, 241, 0, 213, 0, 216, 0, 241, 0, 185, 0, 213, 0, 16, 0, 29, 0, 37, 0, 29, 0, 202, 0, 4, 0, 29, 0, 226, 0, 202, 0, 199, 0, 29, 0, 16, 0, 29, 0, 223, 0, 226, 0, 29, 0, 199, 0, 223, 0, 150, 0, 28, 0, 159, 0, 150, 0, 36, 0, 28, 0, 146, 0, 32, 0, 161, 0, 146, 0, 24, 0, 32, 0, 156, 0, 38, 0, 151, 0, 156, 0, 57, 0, 38, 0, 177, 0, 31, 0, 5, 0, 177, 0, 66, 0, 31, 0, 235, 0, 70, 0, 253, 0, 235, 0, 27, 0, 70, 0, 164, 0, 60, 0, 153, 0, 164, 0, 34, 0, 60, 0, 155, 0, 59, 0, 158, 0, 155, 0, 62, 0, 59, 0, 184, 0, 172, 0, 193, 0, 184, 0, 0, 0, 172, 0, 243, 0, 182, 0, 2, 1, 243, 0, 14, 0, 182, 0, 6, 0, 53, 0, 45, 0, 6, 0, 18, 0, 53, 0, 44, 0, 48, 0, 40, 0, 44, 0, 52, 0, 48, 0, 81, 0, 46, 0, 95, 0, 81, 0, 8, 0, 46, 0, 96, 0, 43, 0, 100, 0, 96, 0, 47, 0, 43, 0, 129, 0, 101, 0, 132, 0, 129, 0, 97, 0, 101, 0, 135, 0, 94, 0, 127, 0, 135, 0, 80, 0, 94, 0, 55, 0, 92, 0, 51, 0, 55, 0, 88, 0, 92, 0, 20, 0, 87, 0, 54, 0, 20, 0, 78, 0, 87, 0, 50, 0, 85, 0, 23, 0, 50, 0, 91, 0, 85, 0, 7, 0, 76, 0, 19, 0, 7, 0, 79, 0, 76, 0, 22, 0, 73, 0, 10, 0, 22, 0, 83, 0, 73, 0, 131, 0, 74, 0, 123, 0, 131, 0, 98, 0, 74, 0, 148, 0, 117, 0, 165, 0, 148, 0, 105, 0, 117, 0, 167, 0, 120, 0, 170, 0, 167, 0, 118, 0, 120, 0, 142, 0, 111, 0, 145, 0, 142, 0, 109, 0, 111, 0, 126, 0, 106, 0, 140, 0, 126, 0, 114, 0, 106, 0, 134, 0, 112, 0, 124, 0, 134, 0, 102, 0, 112, 0, 82, 0, 122, 0, 72, 0, 82, 0, 137, 0, 122, 0, 79, 0, 124, 0, 76, 0, 79, 0, 134, 0, 124, 0, 90, 0, 138, 0, 84, 0, 90, 0, 143, 0, 138, 0, 77, 0, 139, 0, 86, 0, 77, 0, 125, 0, 139, 0, 89, 0, 144, 0, 93, 0, 89, 0, 141, 0, 144, 0, 104, 0, 128, 0, 116, 0, 104, 0, 136, 0, 128, 0, 119, 0, 133, 0, 121, 0, 119, 0, 130, 0, 133, 0, 71, 0, 171, 0, 67, 0, 71, 0, 168, 0, 171, 0, 26, 0, 166, 0, 69, 0, 26, 0, 149, 0, 166, 0, 65, 0, 160, 0, 30, 0, 65, 0, 169, 0, 160, 0, 108, 0, 157, 0, 110, 0, 108, 0, 154, 0, 157, 0, 115, 0, 152, 0, 107, 0, 115, 0, 163, 0, 152, 0, 103, 0, 162, 0, 113, 0, 103, 0, 147, 0, 162, 0, 7, 1, 63, 0, 0, 1, 7, 1, 197, 0, 63, 0, 205, 0, 56, 0, 211, 0, 205, 0, 179, 0, 56, 0, 251, 0, 196, 0, 5, 1, 251, 0, 68, 0, 196, 0, 12, 0, 190, 0, 181, 0, 12, 0, 187, 0, 190, 0, 214, 0, 195, 0, 221, 0, 214, 0, 186, 0, 195, 0, 176, 0, 210, 0, 64, 0, 176, 0, 208, 0, 210, 0, 178, 0, 198, 0, 15, 0, 178, 0, 204, 0, 198, 0, 231, 0, 203, 0, 227, 0, 231, 0, 209, 0, 203, 0, 189, 0, 219, 0, 192, 0, 189, 0, 217, 0, 219, 0, 215, 0, 220, 0, 218, 0, 215, 0, 212, 0, 220, 0, 206, 0, 224, 0, 200, 0, 206, 0, 229, 0, 224, 0, 228, 0, 225, 0, 222, 0, 228, 0, 230, 0, 225, 0, 173, 0, 4, 1, 194, 0, 173, 0, 248, 0, 4, 1, 18, 1, 5, 1, 25, 1, 18, 1, 251, 0, 5, 1, 191, 0, 3, 1, 183, 0, 191, 0, 6, 1, 3, 1, 27, 1, 0, 1, 21, 1, 27, 1, 7, 1, 0, 1, 35, 0, 255, 0, 61, 0, 35, 0, 247, 0, 255, 0, 13, 1, 1, 1, 22, 1, 13, 1, 242, 0, 1, 1, 2, 0, 250, 0, 174, 0, 2, 0, 239, 0, 250, 0, 9, 1, 252, 0, 19, 1, 9, 1, 234, 0, 252, 0, 25, 0, 245, 0, 33, 0, 25, 0, 233, 0, 245, 0, 10, 1, 240, 0, 12, 1, 10, 1, 236, 0, 240, 0, 232, 0, 14, 1, 244, 0, 232, 0, 8, 1, 14, 1, 238, 0, 17, 1, 249, 0, 238, 0, 11, 1, 17, 1, 246, 0, 20, 1, 254, 0, 246, 0, 15, 1, 20, 1, 6, 1, 23, 1, 3, 1, 6, 1, 26, 1, 23, 1, 26, 1, 21, 1, 23, 1, 26, 1, 27, 1, 21, 1, 248, 0, 24, 1, 4, 1, 248, 0, 16, 1, 24, 1, 16, 1, 25, 1, 24, 1, 16, 1, 18, 1, 25, 1), -"lods": [0.171633, PackedByteArray(48, 1, 11, 0, 41, 1, 48, 1, 42, 0, 11, 0, 131, 0, 98, 0, 41, 1, 131, 0, 41, 1, 123, 0, 47, 1, 42, 0, 100, 0, 47, 1, 48, 1, 49, 1, 47, 1, 34, 1, 42, 0, 54, 1, 34, 1, 47, 1, 54, 1, 8, 0, 34, 1, 39, 1, 47, 1, 49, 1, 54, 1, 47, 1, 39, 1, 39, 1, 49, 1, 120, 0, 39, 1, 120, 0, 57, 1, 54, 1, 39, 1, 252, 0, 9, 1, 54, 1, 252, 0, 9, 1, 252, 0, 19, 1, 39, 1, 57, 1, 65, 0, 65, 0, 57, 1, 160, 0, 65, 0, 160, 0, 30, 0, 177, 0, 65, 0, 30, 0, 177, 0, 30, 0, 5, 0, 40, 0, 21, 0, 9, 0, 40, 0, 48, 0, 21, 0, 44, 0, 48, 0, 40, 0, 44, 0, 35, 1, 48, 0, 6, 0, 35, 1, 44, 0, 6, 0, 18, 0, 35, 1, 37, 1, 17, 0, 39, 0, 37, 1, 180, 0, 17, 0, 56, 1, 37, 1, 33, 1, 56, 1, 33, 1, 55, 1, 38, 1, 37, 1, 56, 1, 38, 1, 56, 1, 110, 0, 55, 1, 29, 1, 159, 0, 55, 1, 32, 1, 29, 1, 16, 0, 29, 1, 32, 1, 226, 0, 29, 1, 16, 0, 29, 1, 226, 0, 4, 0, 44, 1, 38, 1, 110, 0, 44, 1, 110, 0, 51, 1, 44, 1, 51, 1, 46, 1, 52, 1, 30, 1, 38, 1, 52, 1, 63, 1, 65, 1, 52, 1, 65, 1, 31, 1, 42, 1, 52, 1, 38, 1, 42, 1, 38, 1, 44, 1, 20, 0, 42, 1, 44, 1, 20, 0, 44, 1, 36, 1, 36, 1, 44, 1, 92, 0, 36, 1, 92, 0, 50, 0, 50, 0, 85, 0, 23, 0, 50, 0, 45, 1, 85, 0, 7, 0, 53, 1, 42, 1, 7, 0, 42, 1, 28, 1, 45, 1, 143, 0, 50, 1, 45, 1, 50, 1, 82, 0, 82, 0, 50, 1, 122, 0, 82, 0, 122, 0, 72, 0, 207, 0, 3, 0, 225, 0, 207, 0, 175, 0, 3, 0, 61, 1, 207, 0, 225, 0, 228, 0, 61, 1, 225, 0, 204, 0, 228, 0, 225, 0, 178, 0, 204, 0, 225, 0, 178, 0, 225, 0, 15, 0, 1, 0, 241, 0, 237, 0, 216, 0, 241, 0, 1, 0, 241, 0, 216, 0, 13, 0, 215, 0, 172, 0, 193, 0, 215, 0, 0, 0, 172, 0, 215, 0, 193, 0, 220, 0, 215, 0, 220, 0, 60, 1, 59, 1, 60, 1, 58, 1, 12, 0, 215, 0, 58, 1, 12, 0, 58, 1, 181, 0, 243, 0, 182, 0, 1, 1, 243, 0, 14, 0, 182, 0, 64, 1, 62, 1, 1, 1, 64, 1, 1, 1, 22, 1, 22, 0, 40, 1, 10, 0, 22, 0, 43, 1, 40, 1, 7, 1, 63, 0, 0, 1, 7, 1, 197, 0, 63, 0, 27, 1, 7, 1, 0, 1, 27, 1, 0, 1, 21, 1, 26, 1, 27, 1, 21, 1, 26, 1, 21, 1, 23, 1, 6, 1, 26, 1, 23, 1, 6, 1, 23, 1, 3, 1, 191, 0, 6, 1, 3, 1, 191, 0, 3, 1, 183, 0, 205, 0, 56, 0, 211, 0, 205, 0, 179, 0, 56, 0, 251, 0, 196, 0, 5, 1, 251, 0, 68, 0, 196, 0, 18, 1, 251, 0, 5, 1, 18, 1, 5, 1, 25, 1, 16, 1, 18, 1, 25, 1, 16, 1, 25, 1, 24, 1, 248, 0, 16, 1, 24, 1, 248, 0, 24, 1, 4, 1, 173, 0, 248, 0, 4, 1, 173, 0, 4, 1, 194, 0, 176, 0, 210, 0, 64, 0, 176, 0, 208, 0, 210, 0, 35, 0, 254, 0, 38, 1, 35, 0, 20, 1, 254, 0, 35, 0, 15, 1, 20, 1, 2, 0, 249, 0, 174, 0, 2, 0, 238, 0, 249, 0, 238, 0, 17, 1, 249, 0, 238, 0, 11, 1, 17, 1, 10, 1, 240, 0, 12, 1, 10, 1, 236, 0, 240, 0)], -"material": SubResource("StandardMaterial3D_f7nuu"), -"name": "mainmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 322, -"vertex_data": PackedByteArray(175, 65, 11, 190, 232, 71, 143, 190, 213, 158, 117, 63, 175, 65, 11, 190, 232, 71, 143, 190, 213, 158, 117, 63, 175, 65, 11, 190, 232, 71, 143, 190, 213, 158, 117, 63, 83, 115, 219, 189, 16, 156, 206, 62, 213, 158, 117, 63, 83, 115, 219, 189, 16, 156, 206, 62, 213, 158, 117, 63, 83, 115, 219, 189, 16, 156, 206, 62, 213, 158, 117, 63, 184, 179, 173, 189, 172, 126, 43, 190, 173, 42, 173, 191, 184, 179, 173, 189, 172, 126, 43, 190, 173, 42, 173, 191, 184, 179, 173, 189, 172, 126, 43, 190, 173, 42, 173, 191, 108, 51, 209, 189, 128, 119, 184, 62, 53, 90, 164, 191, 108, 51, 209, 189, 128, 119, 184, 62, 53, 90, 164, 191, 108, 51, 209, 189, 128, 119, 184, 62, 53, 90, 164, 191, 175, 65, 11, 62, 232, 71, 143, 190, 213, 158, 117, 63, 175, 65, 11, 62, 232, 71, 143, 190, 213, 158, 117, 63, 175, 65, 11, 62, 232, 71, 143, 190, 213, 158, 117, 63, 83, 115, 219, 61, 16, 156, 206, 62, 213, 158, 117, 63, 83, 115, 219, 61, 16, 156, 206, 62, 213, 158, 117, 63, 83, 115, 219, 61, 16, 156, 206, 62, 213, 158, 117, 63, 184, 179, 173, 61, 172, 126, 43, 190, 173, 42, 173, 191, 184, 179, 173, 61, 172, 126, 43, 190, 173, 42, 173, 191, 184, 179, 173, 61, 172, 126, 43, 190, 173, 42, 173, 191, 108, 51, 209, 61, 128, 119, 184, 62, 53, 90, 164, 191, 108, 51, 209, 61, 128, 119, 184, 62, 53, 90, 164, 191, 108, 51, 209, 61, 128, 119, 184, 62, 53, 90, 164, 191, 71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 102, 84, 85, 190, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 190, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 190, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 190, 176, 199, 150, 61, 221, 83, 183, 191, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 102, 84, 85, 62, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 62, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 62, 176, 199, 150, 61, 221, 83, 183, 191, 102, 84, 85, 62, 176, 199, 150, 61, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 196, 235, 105, 61, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 61, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 61, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 189, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 189, 199, 249, 78, 190, 94, 152, 90, 191, 196, 235, 105, 189, 199, 249, 78, 190, 94, 152, 90, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 62, 200, 142, 189, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 189, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 189, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 189, 20, 84, 95, 190, 218, 184, 31, 191, 220, 30, 146, 62, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 62, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 62, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 62, 160, 49, 64, 189, 114, 205, 36, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 62, 200, 142, 61, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 61, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 61, 20, 84, 95, 190, 218, 184, 31, 191, 62, 200, 142, 61, 20, 84, 95, 190, 218, 184, 31, 191, 220, 30, 146, 190, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 190, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 190, 160, 49, 64, 189, 114, 205, 36, 191, 220, 30, 146, 190, 160, 49, 64, 189, 114, 205, 36, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 180, 3, 116, 61, 85, 183, 79, 190, 238, 237, 87, 191, 180, 3, 116, 61, 85, 183, 79, 190, 238, 237, 87, 191, 180, 3, 116, 61, 85, 183, 79, 190, 238, 237, 87, 191, 223, 79, 133, 190, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 190, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 190, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 190, 80, 52, 76, 189, 115, 255, 93, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 180, 3, 116, 189, 85, 183, 79, 190, 238, 237, 87, 191, 180, 3, 116, 189, 85, 183, 79, 190, 238, 237, 87, 191, 180, 3, 116, 189, 85, 183, 79, 190, 238, 237, 87, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 223, 79, 133, 62, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 62, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 62, 80, 52, 76, 189, 115, 255, 93, 191, 223, 79, 133, 62, 80, 52, 76, 189, 115, 255, 93, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 196, 184, 97, 62, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 62, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 62, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 62, 152, 81, 55, 189, 45, 19, 245, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 195, 53, 139, 61, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 61, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 61, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 61, 139, 46, 87, 190, 241, 75, 241, 190, 196, 184, 97, 190, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 190, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 190, 152, 81, 55, 189, 45, 19, 245, 190, 196, 184, 97, 190, 152, 81, 55, 189, 45, 19, 245, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 173, 252, 106, 190, 104, 202, 210, 188, 213, 158, 117, 63, 173, 252, 106, 190, 104, 202, 210, 188, 213, 158, 117, 63, 173, 252, 106, 190, 104, 202, 210, 188, 213, 158, 117, 63, 116, 66, 99, 190, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 190, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 190, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 62, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 62, 230, 146, 23, 62, 213, 158, 117, 63, 116, 66, 99, 62, 230, 146, 23, 62, 213, 158, 117, 63, 173, 252, 106, 62, 104, 202, 210, 188, 213, 158, 117, 63, 173, 252, 106, 62, 104, 202, 210, 188, 213, 158, 117, 63, 173, 252, 106, 62, 104, 202, 210, 188, 213, 158, 117, 63, 230, 121, 42, 189, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 189, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 189, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 61, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 61, 125, 235, 146, 190, 213, 158, 117, 63, 230, 121, 42, 61, 125, 235, 146, 190, 213, 158, 117, 63, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 93, 9, 195, 190, 3, 181, 171, 61, 76, 82, 22, 189, 93, 9, 195, 190, 226, 76, 18, 61, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 61, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 61, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 189, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 189, 16, 156, 206, 62, 213, 158, 117, 63, 226, 76, 18, 189, 16, 156, 206, 62, 213, 158, 117, 63, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 92, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 92, 9, 195, 190, 134, 101, 5, 189, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 189, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 189, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 61, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 61, 217, 68, 147, 190, 53, 24, 115, 63, 134, 101, 5, 61, 217, 68, 147, 190, 53, 24, 115, 63, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 47, 17, 67, 60, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 60, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 60, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 188, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 188, 16, 156, 206, 62, 137, 243, 113, 63, 47, 17, 67, 188, 16, 156, 206, 62, 137, 243, 113, 63, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 95, 250, 28, 190, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 190, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 190, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 190, 92, 227, 136, 190, 71, 138, 159, 62, 76, 109, 17, 190, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 190, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 190, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 190, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 95, 250, 28, 62, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 62, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 62, 92, 227, 136, 190, 71, 138, 159, 62, 95, 250, 28, 62, 92, 227, 136, 190, 71, 138, 159, 62, 173, 252, 106, 190, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 190, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 190, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 190, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 190, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 190, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 67, 138, 159, 62, 173, 252, 106, 62, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 62, 104, 202, 210, 188, 77, 38, 66, 63, 173, 252, 106, 62, 104, 202, 210, 188, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 67, 138, 159, 62, 3, 181, 171, 61, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 61, 76, 82, 22, 189, 67, 138, 159, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 173, 252, 106, 190, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 190, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 190, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 190, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 62, 104, 202, 210, 188, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 207, 235, 170, 62, 3, 181, 171, 61, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 61, 76, 82, 22, 189, 207, 235, 170, 62, 184, 179, 173, 61, 172, 126, 43, 190, 173, 42, 173, 191, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 110, 213, 73, 190, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 110, 213, 73, 62, 176, 148, 106, 189, 221, 83, 183, 191, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 123, 225, 217, 189, 62, 38, 179, 62, 235, 175, 101, 191, 196, 235, 105, 61, 199, 249, 78, 190, 94, 152, 90, 191, 123, 225, 217, 61, 62, 38, 179, 62, 235, 175, 101, 191, 122, 13, 131, 62, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 56, 237, 133, 62, 192, 246, 226, 61, 53, 22, 104, 191, 122, 13, 131, 190, 168, 82, 78, 189, 53, 22, 104, 191, 56, 237, 133, 190, 192, 246, 226, 61, 53, 22, 104, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 195, 53, 139, 189, 139, 46, 87, 190, 241, 75, 241, 190, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 134, 101, 5, 61, 217, 68, 147, 190, 53, 24, 115, 63, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 76, 109, 17, 62, 52, 85, 143, 190, 77, 38, 66, 63, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 255, 127, 255, 127, 146, 93, 200, 238, 233, 130, 0, 0, 232, 255, 254, 191, 163, 34, 196, 94, 102, 94, 49, 239, 255, 127, 255, 127, 5, 150, 251, 244, 255, 127, 255, 255, 0, 0, 255, 191, 173, 39, 172, 167, 172, 167, 40, 236, 102, 202, 0, 0, 210, 54, 39, 239, 79, 136, 0, 0, 255, 255, 255, 191, 97, 68, 15, 56, 85, 43, 165, 230, 94, 212, 255, 255, 29, 153, 231, 225, 255, 127, 167, 252, 0, 0, 255, 191, 173, 41, 241, 175, 183, 161, 79, 226, 255, 127, 255, 127, 84, 151, 84, 244, 233, 130, 0, 0, 253, 255, 28, 192, 91, 221, 196, 94, 156, 161, 50, 239, 255, 127, 255, 127, 82, 88, 40, 236, 255, 127, 255, 255, 0, 0, 255, 191, 81, 216, 172, 167, 82, 88, 40, 236, 102, 202, 0, 0, 68, 209, 48, 232, 79, 136, 0, 0, 255, 255, 255, 191, 157, 187, 15, 56, 248, 210, 124, 229, 94, 212, 255, 255, 138, 123, 182, 232, 255, 127, 167, 252, 0, 0, 255, 191, 81, 214, 241, 175, 210, 97, 149, 223, 209, 177, 0, 0, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 222, 29, 18, 57, 127, 83, 180, 231, 143, 28, 238, 100, 160, 100, 71, 242, 39, 197, 255, 255, 0, 0, 255, 191, 255, 127, 255, 255, 19, 0, 255, 191, 83, 37, 185, 199, 130, 174, 200, 229, 173, 39, 172, 167, 172, 167, 40, 236, 209, 177, 0, 0, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 32, 226, 18, 57, 237, 173, 86, 238, 111, 227, 238, 100, 96, 155, 74, 242, 39, 197, 255, 255, 0, 0, 255, 191, 255, 127, 255, 255, 0, 0, 255, 191, 171, 218, 185, 199, 222, 73, 134, 230, 81, 216, 172, 167, 82, 88, 40, 236, 255, 255, 255, 255, 227, 117, 240, 250, 94, 212, 255, 255, 174, 119, 113, 231, 173, 41, 241, 175, 44, 158, 149, 223, 88, 6, 43, 110, 4, 121, 99, 252, 255, 255, 255, 255, 129, 121, 192, 252, 102, 202, 0, 0, 186, 46, 48, 232, 97, 68, 15, 56, 213, 45, 238, 228, 88, 6, 43, 110, 2, 121, 84, 252, 255, 255, 255, 255, 14, 134, 247, 252, 94, 212, 255, 255, 225, 102, 231, 225, 81, 214, 241, 175, 196, 92, 121, 227, 166, 249, 43, 110, 252, 134, 84, 252, 255, 255, 255, 255, 27, 138, 240, 250, 102, 202, 0, 0, 131, 73, 59, 255, 157, 187, 15, 56, 169, 212, 165, 230, 166, 249, 43, 110, 250, 134, 100, 252, 255, 127, 0, 0, 255, 255, 255, 191, 171, 218, 185, 199, 124, 81, 200, 229, 81, 216, 172, 167, 82, 88, 40, 236, 211, 253, 72, 136, 185, 125, 212, 254, 32, 226, 18, 57, 36, 172, 65, 233, 111, 227, 238, 100, 94, 155, 71, 242, 211, 253, 72, 136, 141, 125, 218, 254, 8, 119, 8, 247, 222, 253, 28, 14, 255, 127, 0, 0, 255, 255, 255, 191, 83, 37, 185, 199, 204, 181, 132, 230, 173, 39, 172, 167, 172, 167, 40, 236, 43, 2, 72, 136, 113, 130, 218, 254, 246, 136, 8, 247, 255, 255, 255, 191, 222, 29, 18, 57, 17, 82, 86, 238, 143, 28, 238, 100, 158, 100, 74, 242, 43, 2, 72, 136, 69, 130, 212, 254, 255, 127, 177, 175, 0, 0, 255, 191, 255, 127, 167, 252, 0, 0, 255, 191, 195, 83, 226, 163, 136, 186, 178, 222, 173, 41, 241, 175, 219, 170, 87, 233, 79, 136, 0, 0, 255, 255, 255, 191, 195, 186, 97, 51, 186, 204, 25, 222, 157, 187, 15, 56, 79, 205, 156, 225, 79, 136, 0, 0, 255, 255, 255, 191, 59, 69, 97, 51, 112, 48, 143, 224, 97, 68, 15, 56, 45, 49, 164, 226, 255, 127, 177, 175, 0, 0, 255, 191, 255, 127, 167, 252, 0, 0, 255, 191, 59, 172, 226, 163, 205, 70, 221, 228, 81, 214, 241, 175, 231, 89, 173, 229, 195, 186, 97, 51, 142, 207, 143, 224, 157, 187, 15, 56, 226, 206, 176, 226, 166, 249, 43, 110, 53, 135, 136, 252, 64, 252, 108, 112, 34, 132, 239, 253, 59, 172, 226, 163, 158, 69, 77, 223, 81, 214, 241, 175, 35, 85, 88, 233, 166, 249, 43, 110, 31, 135, 134, 252, 64, 252, 108, 112, 31, 132, 236, 253, 59, 69, 97, 51, 124, 51, 232, 221, 97, 68, 15, 56, 175, 50, 156, 225, 88, 6, 43, 110, 222, 120, 134, 252, 190, 3, 108, 112, 223, 123, 236, 253, 195, 83, 226, 163, 49, 185, 221, 228, 173, 41, 241, 175, 249, 164, 209, 228, 88, 6, 43, 110, 201, 120, 136, 252, 190, 3, 108, 112, 220, 123, 239, 253, 79, 136, 0, 0, 255, 255, 255, 191, 255, 127, 88, 6, 255, 255, 255, 191, 229, 68, 252, 52, 223, 52, 9, 222, 200, 72, 177, 68, 114, 57, 70, 224, 25, 187, 252, 52, 32, 203, 10, 222, 54, 183, 177, 68, 141, 198, 70, 224, 200, 218, 7, 127, 88, 129, 82, 255, 83, 253, 91, 113, 7, 131, 135, 254, 200, 218, 7, 127, 170, 129, 70, 255, 83, 253, 91, 113, 244, 130, 134, 254, 79, 136, 0, 0, 255, 255, 255, 191, 255, 127, 88, 6, 255, 255, 255, 191, 25, 187, 252, 52, 199, 202, 195, 221, 54, 183, 177, 68, 169, 196, 165, 223, 229, 68, 252, 52, 55, 53, 195, 221, 200, 72, 177, 68, 87, 59, 165, 223, 54, 37, 7, 127, 84, 126, 70, 255, 171, 2, 91, 113, 10, 125, 134, 254, 54, 37, 7, 127, 166, 126, 82, 255, 171, 2, 91, 113, 247, 124, 135, 254, 255, 127, 177, 175, 0, 0, 255, 191, 195, 83, 226, 163, 170, 186, 50, 222, 79, 136, 0, 0, 255, 255, 255, 191, 195, 186, 97, 51, 106, 204, 211, 221, 25, 187, 252, 52, 14, 203, 251, 221, 59, 69, 97, 51, 148, 51, 211, 221, 229, 68, 252, 52, 241, 52, 251, 221, 190, 3, 108, 112, 223, 123, 237, 253, 171, 2, 91, 113, 11, 125, 119, 254, 195, 83, 226, 163, 73, 185, 211, 227, 190, 3, 108, 112, 219, 123, 239, 253, 171, 2, 91, 113, 13, 125, 131, 254, 79, 136, 0, 0, 255, 255, 255, 191, 59, 69, 97, 51, 185, 48, 80, 224, 229, 68, 252, 52, 148, 52, 69, 222, 255, 127, 177, 175, 0, 0, 255, 191, 59, 172, 226, 163, 196, 70, 128, 228, 195, 186, 97, 51, 122, 207, 125, 224, 25, 187, 252, 52, 106, 203, 69, 222, 64, 252, 108, 112, 35, 132, 239, 253, 83, 253, 91, 113, 241, 130, 131, 254, 59, 172, 226, 163, 84, 69, 50, 222, 64, 252, 108, 112, 31, 132, 237, 253, 83, 253, 91, 113, 243, 130, 119, 254, 209, 177, 0, 0, 255, 255, 255, 191, 255, 127, 88, 6, 255, 255, 255, 191, 200, 72, 177, 68, 139, 58, 232, 223, 222, 29, 18, 57, 238, 82, 56, 229, 39, 197, 255, 255, 0, 0, 255, 191, 171, 218, 185, 199, 65, 70, 149, 230, 54, 183, 177, 68, 141, 197, 241, 223, 32, 226, 18, 57, 16, 173, 56, 229, 200, 218, 7, 127, 66, 129, 65, 255, 211, 253, 72, 136, 169, 125, 219, 254, 171, 218, 185, 199, 170, 78, 54, 230, 200, 218, 7, 127, 90, 129, 82, 255, 211, 253, 72, 136, 186, 125, 201, 254, 39, 197, 255, 255, 0, 0, 255, 191, 83, 37, 185, 199, 113, 176, 19, 230, 209, 177, 0, 0, 255, 255, 255, 191, 255, 127, 88, 6, 255, 255, 255, 191, 54, 183, 177, 68, 85, 195, 52, 223, 32, 226, 18, 57, 53, 173, 191, 236, 200, 72, 177, 68, 169, 60, 52, 223, 222, 29, 18, 57, 37, 83, 243, 235, 54, 37, 7, 127, 164, 126, 82, 255, 43, 2, 72, 136, 68, 130, 201, 254, 83, 37, 185, 199, 189, 185, 149, 230, 54, 37, 7, 127, 188, 126, 65, 255, 43, 2, 72, 136, 86, 130, 219, 254, 255, 127, 255, 127, 107, 105, 181, 244, 246, 136, 8, 247, 255, 255, 255, 191, 163, 34, 196, 94, 98, 94, 50, 239, 255, 127, 255, 127, 172, 167, 40, 236, 255, 127, 0, 0, 255, 255, 255, 191, 173, 39, 172, 167, 172, 167, 40, 236, 255, 127, 255, 127, 54, 109, 154, 246, 255, 127, 0, 0, 255, 255, 255, 191, 81, 216, 172, 167, 82, 88, 40, 236, 255, 127, 255, 127, 108, 162, 200, 238, 91, 221, 196, 94, 152, 161, 49, 239, 8, 119, 8, 247, 255, 255, 255, 191, 255, 127, 255, 127, 171, 98, 84, 241, 233, 130, 0, 0, 233, 255, 255, 191, 238, 186, 180, 137, 189, 109, 194, 246, 255, 127, 255, 127, 121, 146, 193, 246, 233, 130, 0, 0, 250, 214, 135, 191, 16, 69, 180, 137, 20, 146, 171, 248, 255, 127, 255, 127, 94, 159, 79, 240, 8, 119, 8, 247, 255, 255, 255, 191, 16, 69, 180, 137, 65, 146, 194, 246, 255, 127, 255, 127, 133, 109, 193, 246, 246, 136, 8, 247, 255, 255, 255, 191, 238, 186, 180, 137, 244, 146, 182, 255, 246, 136, 8, 247, 239, 45, 22, 195, 8, 119, 8, 247, 4, 254, 37, 13, 255, 127, 255, 127, 157, 96, 78, 240, 255, 127, 255, 255, 0, 0, 88, 202, 53, 76, 14, 121, 37, 114, 148, 248, 255, 127, 255, 127, 73, 141, 90, 249, 255, 127, 255, 255, 202, 23, 255, 191, 201, 179, 14, 121, 70, 138, 253, 248, 255, 127, 255, 127, 181, 114, 90, 249, 255, 127, 0, 0, 255, 255, 255, 191, 53, 76, 14, 121, 101, 124, 193, 249, 255, 127, 255, 127, 238, 163, 7, 238, 255, 127, 0, 0, 255, 255, 255, 191, 201, 179, 14, 121, 217, 141, 148, 248, 255, 127, 0, 0, 255, 255, 255, 191, 255, 127, 0, 0, 255, 255, 255, 191, 255, 127, 255, 127, 21, 134, 244, 252, 233, 130, 0, 0, 179, 254, 112, 220, 238, 186, 180, 137, 229, 109, 61, 247, 255, 127, 255, 127, 96, 131, 78, 254, 233, 130, 0, 0, 20, 218, 144, 191, 16, 69, 180, 137, 20, 146, 188, 248, 255, 127, 255, 127, 138, 125, 196, 254, 16, 69, 180, 137, 49, 146, 214, 246, 255, 127, 255, 127, 16, 127, 135, 255, 238, 186, 180, 137, 253, 148, 31, 255, 255, 127, 255, 127, 84, 117, 169, 250, 255, 127, 255, 255, 0, 0, 34, 208, 53, 76, 14, 121, 187, 114, 165, 248, 255, 127, 255, 127, 167, 120, 83, 252, 255, 127, 255, 255, 81, 30, 255, 191, 201, 179, 14, 121, 23, 138, 2, 249, 255, 127, 255, 127, 224, 131, 14, 254, 53, 76, 14, 121, 113, 125, 223, 249, 255, 127, 255, 127, 227, 132, 141, 253, 201, 179, 14, 121, 165, 141, 154, 248, 255, 127, 215, 67, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 37, 50, 76, 101, 160, 95, 122, 239, 143, 28, 238, 100, 150, 100, 78, 242, 52, 211, 0, 0, 254, 255, 255, 191, 233, 130, 0, 0, 255, 255, 255, 191, 37, 26, 39, 68, 105, 92, 154, 237, 163, 34, 196, 94, 102, 94, 48, 239, 52, 211, 0, 0, 254, 255, 255, 191, 233, 130, 0, 0, 142, 252, 245, 191, 217, 229, 39, 68, 247, 163, 170, 238, 91, 221, 196, 94, 153, 161, 50, 239, 255, 127, 215, 67, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 217, 205, 76, 101, 64, 161, 169, 239, 111, 227, 238, 100, 110, 155, 79, 242, 246, 136, 8, 247, 255, 255, 255, 191, 37, 26, 39, 68, 7, 92, 170, 238, 163, 34, 196, 94, 101, 94, 50, 239, 246, 136, 8, 247, 217, 41, 61, 195, 37, 50, 76, 101, 178, 94, 169, 239, 143, 28, 238, 100, 144, 100, 79, 242, 217, 205, 76, 101, 94, 160, 122, 239, 111, 227, 238, 100, 104, 155, 78, 242, 8, 119, 8, 247, 197, 252, 106, 21, 217, 229, 39, 68, 151, 163, 141, 237, 91, 221, 196, 94, 152, 161, 48, 239, 8, 119, 8, 247, 255, 255, 255, 191, 246, 136, 8, 247, 255, 255, 255, 191, 246, 136, 8, 247, 31, 44, 39, 195, 8, 119, 8, 247, 255, 255, 255, 191, 8, 119, 8, 247, 237, 251, 255, 26, 255, 127, 215, 67, 255, 255, 255, 191, 37, 50, 76, 101, 153, 95, 126, 239, 52, 211, 0, 0, 254, 255, 255, 191, 37, 26, 39, 68, 99, 92, 114, 237, 52, 211, 0, 0, 255, 255, 255, 191, 217, 229, 39, 68, 238, 163, 163, 238, 255, 127, 215, 67, 255, 255, 255, 191, 217, 205, 76, 101, 99, 161, 169, 239, 246, 136, 8, 247, 97, 35, 124, 195, 37, 26, 39, 68, 24, 92, 156, 238, 246, 136, 8, 247, 1, 37, 108, 195, 37, 50, 76, 101, 155, 94, 169, 239, 217, 205, 76, 101, 105, 160, 128, 239, 8, 119, 8, 247, 192, 251, 42, 28, 217, 229, 39, 68, 155, 163, 114, 237, 8, 119, 8, 247, 255, 255, 255, 191, 246, 136, 8, 247, 62, 202, 203, 66, 246, 136, 8, 247, 147, 39, 83, 195, 8, 119, 8, 247, 140, 250, 44, 36, 8, 119, 8, 247, 198, 250, 168, 34, 79, 136, 0, 0, 68, 209, 48, 232, 128, 161, 255, 255, 0, 0, 255, 191, 211, 209, 202, 46, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 116, 168, 255, 255, 0, 0, 255, 191, 171, 218, 185, 199, 0, 0, 255, 191, 207, 50, 84, 71, 213, 45, 238, 228, 136, 216, 0, 0, 27, 138, 240, 250, 191, 225, 81, 89, 169, 212, 165, 230, 120, 224, 126, 171, 124, 81, 200, 229, 78, 218, 56, 91, 36, 172, 65, 233, 33, 25, 113, 110, 17, 82, 86, 238, 255, 127, 167, 252, 0, 0, 255, 191, 183, 71, 173, 166, 136, 186, 178, 222, 37, 164, 215, 31, 255, 255, 255, 191, 255, 127, 167, 252, 0, 0, 255, 191, 235, 219, 111, 85, 142, 207, 143, 224, 71, 184, 173, 166, 158, 69, 77, 223, 64, 252, 108, 112, 158, 69, 77, 223, 128, 29, 163, 91, 124, 51, 232, 221, 48, 29, 45, 165, 49, 185, 221, 228, 254, 4, 45, 125, 73, 185, 211, 227, 161, 159, 63, 167, 0, 0, 255, 191, 201, 252, 227, 112, 84, 69, 50, 222, 32, 154, 240, 20, 255, 255, 255, 191, 32, 93, 103, 28, 255, 255, 255, 191, 23, 52, 222, 70, 139, 58, 232, 223, 55, 205, 233, 234, 0, 0, 255, 191, 28, 231, 179, 170, 170, 78, 54, 230, 9, 19, 10, 155, 189, 185, 149, 230, 140, 102, 48, 132, 94, 159, 79, 240, 16, 69, 180, 137, 96, 131, 78, 254, 115, 92, 218, 133, 138, 125, 196, 254, 221, 158, 220, 123, 227, 132, 141, 253, 217, 229, 39, 68, 254, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191, 217, 229, 39, 68, 255, 255, 255, 191, 255, 127, 16, 0, 255, 255, 255, 191) -}, { -"aabb": AABB(-0.288198, -0.267709, -0.867179, 0.576397, 0.671243, 1.82663), -"attribute_data": PackedByteArray(0, 0, 0, 62, 60, 188, 199, 62, 0, 0, 96, 63, 58, 188, 199, 62, 0, 0, 192, 62, 60, 188, 199, 62, 0, 0, 32, 63, 60, 188, 199, 62, 170, 170, 10, 63, 60, 188, 199, 62, 170, 170, 234, 62, 60, 188, 199, 62, 170, 170, 10, 63, 227, 33, 92, 63, 170, 170, 234, 62, 227, 33, 92, 63, 1, 0, 32, 63, 42, 205, 213, 62, 1, 0, 32, 63, 42, 205, 213, 62, 1, 0, 32, 63, 42, 205, 213, 62, 1, 0, 32, 63, 42, 205, 213, 62, 170, 170, 10, 63, 44, 205, 213, 62, 170, 170, 10, 63, 44, 205, 213, 62, 0, 0, 96, 63, 44, 205, 213, 62, 0, 0, 96, 63, 44, 205, 213, 62, 0, 0, 32, 63, 106, 25, 85, 63, 0, 0, 32, 63, 106, 25, 85, 63, 170, 170, 10, 63, 106, 25, 85, 63, 170, 170, 10, 63, 106, 25, 85, 63, 0, 0, 96, 63, 42, 194, 225, 62, 0, 0, 32, 63, 234, 30, 79, 63, 170, 170, 10, 63, 234, 30, 79, 63, 1, 0, 32, 63, 44, 194, 225, 62, 1, 0, 32, 63, 44, 194, 225, 62, 170, 170, 10, 63, 44, 194, 225, 62, 0, 0, 32, 63, 56, 247, 204, 62, 0, 0, 32, 63, 56, 247, 204, 62, 170, 170, 10, 63, 56, 247, 204, 62, 1, 0, 96, 63, 54, 247, 204, 62, 0, 0, 32, 63, 101, 132, 89, 63, 170, 170, 10, 63, 101, 132, 89, 63, 170, 170, 234, 62, 172, 170, 42, 62, 170, 170, 234, 62, 176, 170, 170, 61, 170, 170, 234, 62, 76, 11, 52, 63, 170, 170, 234, 62, 181, 244, 11, 63, 170, 170, 10, 63, 168, 170, 42, 62, 170, 170, 10, 63, 176, 170, 170, 61, 170, 170, 10, 63, 76, 11, 52, 63, 170, 170, 10, 63, 181, 244, 11, 63, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 234, 62, 16, 112, 183, 61, 170, 170, 234, 62, 16, 112, 183, 61, 170, 170, 234, 62, 89, 11, 49, 63, 170, 170, 234, 62, 89, 11, 49, 63, 170, 170, 234, 62, 168, 244, 14, 63, 170, 170, 234, 62, 168, 244, 14, 63, 170, 170, 10, 63, 72, 142, 32, 62, 170, 170, 10, 63, 72, 142, 32, 62, 170, 170, 10, 63, 112, 227, 190, 61, 170, 170, 10, 63, 112, 227, 190, 61, 170, 170, 10, 63, 83, 75, 47, 63, 170, 170, 10, 63, 83, 75, 47, 63, 170, 170, 10, 63, 174, 180, 16, 63, 170, 170, 10, 63, 174, 180, 16, 63, 170, 170, 234, 62, 88, 143, 52, 62, 169, 170, 234, 62, 80, 22, 196, 62, 170, 170, 234, 62, 80, 10, 101, 62, 168, 170, 234, 62, 46, 97, 179, 62, 170, 170, 234, 62, 8, 48, 56, 62, 170, 170, 234, 62, 8, 48, 56, 62, 170, 170, 234, 62, 64, 214, 194, 62, 170, 170, 234, 62, 64, 214, 194, 62, 170, 170, 234, 62, 152, 105, 97, 62, 170, 170, 234, 62, 152, 105, 97, 62, 170, 170, 234, 62, 60, 161, 180, 62, 170, 170, 234, 62, 60, 161, 180, 62, 0, 0, 0, 62, 128, 123, 161, 62, 255, 255, 191, 62, 65, 66, 111, 63, 0, 0, 0, 62, 220, 217, 139, 62, 0, 0, 192, 62, 19, 19, 122, 63, 0, 0, 192, 62, 220, 217, 139, 62, 0, 0, 192, 62, 220, 217, 139, 62, 0, 0, 192, 62, 128, 123, 161, 62, 0, 0, 192, 62, 128, 123, 161, 62, 170, 170, 234, 62, 19, 19, 122, 63, 170, 170, 234, 62, 64, 66, 111, 63, 170, 170, 234, 62, 128, 123, 161, 62, 170, 170, 234, 62, 220, 217, 139, 62, 170, 170, 234, 62, 104, 54, 62, 62, 169, 170, 234, 62, 184, 210, 190, 62, 170, 170, 234, 62, 16, 245, 106, 62, 168, 170, 234, 62, 28, 39, 176, 62, 170, 170, 234, 62, 136, 143, 65, 62, 170, 170, 234, 62, 136, 143, 65, 62, 169, 170, 234, 62, 174, 185, 189, 62, 169, 170, 234, 62, 174, 185, 189, 62, 168, 170, 234, 62, 236, 155, 103, 62, 168, 170, 234, 62, 236, 155, 103, 62, 170, 170, 234, 62, 36, 64, 177, 62, 170, 170, 234, 62, 36, 64, 177, 62, 0, 0, 32, 63, 56, 247, 204, 62, 170, 170, 234, 62, 0, 72, 36, 62, 170, 170, 234, 62, 16, 112, 183, 61, 170, 170, 234, 62, 89, 11, 49, 63, 170, 170, 234, 62, 168, 244, 14, 63), -"format": 34359742487, -"index_count": 180, -"index_data": PackedByteArray(31, 0, 17, 0, 30, 0, 31, 0, 19, 0, 17, 0, 25, 0, 10, 0, 24, 0, 25, 0, 12, 0, 10, 0, 23, 0, 15, 0, 20, 0, 23, 0, 9, 0, 15, 0, 18, 0, 21, 0, 16, 0, 18, 0, 22, 0, 21, 0, 13, 0, 27, 0, 11, 0, 13, 0, 28, 0, 27, 0, 8, 0, 29, 0, 14, 0, 8, 0, 26, 0, 29, 0, 3, 0, 0, 0, 1, 0, 3, 0, 2, 0, 0, 0, 3, 0, 5, 0, 2, 0, 3, 0, 4, 0, 5, 0, 0, 0, 6, 0, 1, 0, 0, 0, 7, 0, 6, 0, 67, 0, 35, 0, 59, 0, 67, 0, 47, 0, 35, 0, 49, 0, 39, 0, 55, 0, 49, 0, 36, 0, 39, 0, 57, 0, 45, 0, 63, 0, 57, 0, 34, 0, 45, 0, 62, 0, 46, 0, 66, 0, 62, 0, 44, 0, 46, 0, 37, 0, 53, 0, 38, 0, 37, 0, 51, 0, 53, 0, 50, 0, 54, 0, 52, 0, 50, 0, 48, 0, 54, 0, 42, 0, 64, 0, 40, 0, 42, 0, 60, 0, 64, 0, 86, 0, 66, 0, 90, 0, 86, 0, 62, 0, 66, 0, 33, 0, 61, 0, 43, 0, 33, 0, 56, 0, 61, 0, 81, 0, 63, 0, 87, 0, 81, 0, 57, 0, 63, 0, 41, 0, 58, 0, 32, 0, 41, 0, 65, 0, 58, 0, 91, 0, 59, 0, 83, 0, 91, 0, 67, 0, 59, 0, 68, 0, 72, 0, 74, 0, 68, 0, 70, 0, 72, 0, 71, 0, 77, 0, 76, 0, 71, 0, 69, 0, 77, 0, 75, 0, 79, 0, 78, 0, 75, 0, 73, 0, 79, 0, 65, 0, 82, 0, 58, 0, 65, 0, 89, 0, 82, 0, 89, 0, 83, 0, 82, 0, 89, 0, 91, 0, 83, 0, 56, 0, 85, 0, 61, 0, 56, 0, 80, 0, 85, 0, 80, 0, 87, 0, 85, 0, 80, 0, 81, 0, 87, 0, 60, 0, 88, 0, 64, 0, 60, 0, 84, 0, 88, 0, 84, 0, 90, 0, 88, 0, 84, 0, 86, 0, 90, 0), -"lods": [0.0081632, PackedByteArray(31, 0, 16, 0, 30, 0, 31, 0, 18, 0, 16, 0, 18, 0, 21, 0, 16, 0, 18, 0, 22, 0, 21, 0, 25, 0, 92, 0, 23, 0, 25, 0, 12, 0, 92, 0, 12, 0, 28, 0, 92, 0, 23, 0, 92, 0, 14, 0, 92, 0, 29, 0, 14, 0, 23, 0, 14, 0, 20, 0, 3, 0, 0, 0, 1, 0, 0, 0, 6, 0, 1, 0, 0, 0, 7, 0, 6, 0, 3, 0, 2, 0, 0, 0, 3, 0, 5, 0, 2, 0, 3, 0, 4, 0, 5, 0, 96, 0, 35, 0, 59, 0, 93, 0, 96, 0, 59, 0, 93, 0, 59, 0, 83, 0, 93, 0, 83, 0, 82, 0, 93, 0, 82, 0, 58, 0, 93, 0, 58, 0, 32, 0, 95, 0, 96, 0, 93, 0, 94, 0, 95, 0, 93, 0, 33, 0, 56, 0, 94, 0, 56, 0, 95, 0, 94, 0, 56, 0, 80, 0, 95, 0, 80, 0, 81, 0, 95, 0, 81, 0, 57, 0, 95, 0, 57, 0, 34, 0, 95, 0, 48, 0, 39, 0, 54, 0, 48, 0, 36, 0, 39, 0, 50, 0, 48, 0, 54, 0, 50, 0, 54, 0, 52, 0, 37, 0, 50, 0, 52, 0, 37, 0, 52, 0, 38, 0, 68, 0, 72, 0, 74, 0, 68, 0, 70, 0, 72, 0, 71, 0, 77, 0, 76, 0, 71, 0, 69, 0, 77, 0, 75, 0, 79, 0, 78, 0, 75, 0, 73, 0, 79, 0)], -"material": SubResource("StandardMaterial3D_ouafw"), -"name": "secmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 97, -"vertex_data": PackedByteArray(71, 59, 50, 190, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 189, 16, 156, 206, 62, 92, 9, 195, 190, 71, 59, 50, 62, 38, 17, 137, 190, 93, 9, 195, 190, 83, 115, 219, 61, 16, 156, 206, 62, 92, 9, 195, 190, 116, 66, 99, 62, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 62, 104, 202, 210, 188, 93, 9, 195, 190, 116, 66, 99, 190, 230, 146, 23, 62, 92, 9, 195, 190, 173, 252, 106, 190, 104, 202, 210, 188, 93, 9, 195, 190, 248, 227, 137, 61, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 61, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 61, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 61, 18, 240, 143, 62, 77, 154, 35, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 186, 142, 147, 62, 36, 135, 4, 62, 114, 205, 36, 191, 248, 227, 137, 189, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 189, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 189, 18, 240, 143, 62, 77, 154, 35, 191, 248, 227, 137, 189, 18, 240, 143, 62, 77, 154, 35, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 186, 142, 147, 190, 36, 135, 4, 62, 114, 205, 36, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 24, 55, 140, 189, 76, 200, 145, 62, 55, 199, 91, 191, 115, 248, 135, 190, 240, 172, 232, 61, 115, 255, 93, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 24, 55, 140, 61, 76, 200, 145, 62, 55, 199, 91, 191, 115, 248, 135, 62, 240, 172, 232, 61, 115, 255, 93, 191, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 88, 202, 98, 62, 226, 125, 16, 62, 45, 19, 245, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 154, 128, 140, 189, 72, 216, 148, 62, 193, 46, 244, 190, 88, 202, 98, 190, 226, 125, 16, 62, 45, 19, 245, 190, 3, 181, 171, 61, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 213, 158, 117, 63, 3, 181, 171, 189, 76, 82, 22, 189, 93, 9, 195, 190, 3, 181, 171, 61, 76, 82, 22, 189, 93, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 213, 158, 117, 63, 141, 195, 133, 189, 230, 146, 23, 62, 92, 9, 195, 190, 141, 195, 133, 61, 230, 146, 23, 62, 92, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 93, 9, 195, 190, 144, 157, 145, 189, 22, 52, 67, 189, 93, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 93, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 93, 9, 195, 190, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 61, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 137, 243, 113, 63, 149, 33, 76, 189, 176, 216, 30, 62, 92, 9, 195, 190, 149, 33, 76, 189, 176, 216, 30, 62, 92, 9, 195, 190, 149, 33, 76, 61, 176, 216, 30, 62, 92, 9, 195, 190, 149, 33, 76, 61, 176, 216, 30, 62, 92, 9, 195, 190, 3, 181, 171, 189, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 189, 76, 82, 22, 189, 67, 138, 159, 62, 3, 181, 171, 61, 76, 82, 22, 189, 77, 38, 66, 63, 3, 181, 171, 61, 76, 82, 22, 189, 67, 138, 159, 62, 144, 157, 145, 189, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 189, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 189, 22, 52, 67, 189, 23, 238, 156, 62, 144, 157, 145, 189, 22, 52, 67, 189, 23, 238, 156, 62, 144, 157, 145, 61, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 61, 22, 52, 67, 189, 173, 0, 64, 63, 144, 157, 145, 61, 22, 52, 67, 189, 23, 238, 156, 62, 144, 157, 145, 61, 22, 52, 67, 189, 23, 238, 156, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 204, 17, 24, 190, 166, 26, 120, 190, 211, 235, 170, 62, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 190, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 75, 170, 11, 62, 53, 229, 119, 190, 173, 238, 60, 63, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 204, 17, 24, 62, 166, 26, 120, 190, 211, 235, 170, 62, 173, 252, 106, 190, 104, 202, 210, 188, 173, 238, 60, 63, 173, 252, 106, 190, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 207, 235, 170, 62, 173, 252, 106, 62, 104, 202, 210, 188, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 189, 76, 82, 22, 189, 207, 235, 170, 62, 3, 181, 171, 61, 76, 82, 22, 189, 173, 238, 60, 63, 3, 181, 171, 61, 76, 82, 22, 189, 207, 235, 170, 62, 144, 157, 145, 189, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 189, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 189, 22, 52, 67, 189, 51, 58, 168, 62, 144, 157, 145, 189, 22, 52, 67, 189, 51, 58, 168, 62, 144, 157, 145, 61, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 61, 22, 52, 67, 189, 225, 210, 58, 63, 144, 157, 145, 61, 22, 52, 67, 189, 51, 58, 168, 62, 144, 157, 145, 61, 22, 52, 67, 189, 51, 58, 168, 62, 154, 128, 140, 61, 72, 216, 148, 62, 193, 46, 244, 190, 144, 157, 145, 61, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 53, 24, 115, 63, 144, 157, 145, 189, 22, 52, 67, 189, 93, 9, 195, 190, 144, 157, 145, 61, 22, 52, 67, 189, 93, 9, 195, 190, 255, 127, 255, 127, 135, 137, 196, 4, 255, 127, 255, 127, 153, 139, 204, 5, 255, 127, 255, 127, 255, 255, 255, 63, 255, 127, 255, 127, 201, 165, 25, 237, 255, 127, 255, 127, 255, 255, 255, 63, 255, 127, 255, 127, 255, 255, 255, 63, 255, 127, 255, 127, 65, 139, 161, 5, 255, 127, 255, 127, 83, 133, 169, 2, 36, 135, 255, 255, 0, 0, 255, 191, 255, 127, 238, 253, 0, 0, 255, 191, 63, 186, 70, 202, 29, 57, 95, 219, 76, 182, 53, 195, 61, 58, 19, 220, 63, 186, 70, 202, 125, 56, 148, 219, 76, 182, 53, 195, 175, 57, 90, 220, 36, 135, 255, 255, 0, 0, 255, 191, 255, 127, 238, 253, 0, 0, 255, 191, 191, 69, 70, 202, 129, 199, 148, 219, 178, 73, 53, 195, 84, 198, 92, 220, 191, 69, 70, 202, 222, 198, 94, 219, 178, 73, 53, 195, 193, 197, 19, 220, 255, 127, 238, 253, 0, 0, 255, 191, 191, 69, 70, 202, 255, 198, 104, 219, 191, 69, 70, 202, 93, 198, 51, 219, 255, 127, 238, 253, 0, 0, 255, 191, 63, 186, 70, 202, 161, 57, 51, 219, 63, 186, 70, 202, 253, 56, 105, 219, 36, 135, 255, 255, 0, 0, 255, 191, 76, 182, 53, 195, 227, 57, 64, 220, 76, 182, 53, 195, 62, 57, 146, 220, 36, 135, 255, 255, 0, 0, 255, 191, 178, 73, 53, 195, 192, 198, 146, 220, 178, 73, 53, 195, 24, 198, 62, 220, 208, 68, 207, 196, 255, 255, 255, 191, 46, 187, 207, 196, 255, 255, 255, 191, 46, 187, 207, 196, 100, 227, 94, 111, 208, 68, 207, 196, 18, 68, 58, 166, 188, 87, 67, 40, 255, 255, 255, 191, 66, 168, 67, 40, 255, 255, 255, 191, 66, 168, 67, 40, 255, 255, 255, 191, 188, 87, 67, 40, 255, 255, 255, 191, 255, 127, 255, 255, 255, 255, 255, 191, 208, 68, 207, 196, 255, 255, 255, 191, 255, 127, 255, 255, 255, 255, 255, 191, 46, 187, 207, 196, 255, 255, 255, 191, 255, 127, 255, 255, 255, 255, 255, 191, 46, 187, 207, 196, 47, 227, 63, 111, 255, 127, 255, 255, 255, 255, 255, 191, 208, 68, 207, 196, 255, 255, 255, 191, 255, 127, 0, 0, 255, 255, 255, 191, 188, 87, 67, 40, 255, 255, 255, 191, 255, 127, 0, 0, 255, 255, 255, 191, 66, 168, 67, 40, 255, 255, 255, 191, 255, 127, 0, 0, 255, 255, 255, 191, 66, 168, 67, 40, 255, 255, 255, 191, 255, 127, 0, 0, 255, 255, 255, 191, 188, 87, 67, 40, 255, 255, 255, 191, 46, 187, 207, 196, 255, 255, 255, 191, 46, 187, 207, 196, 251, 214, 39, 104, 208, 68, 207, 196, 255, 255, 255, 191, 208, 68, 207, 196, 11, 67, 200, 165, 255, 127, 255, 255, 0, 0, 109, 215, 46, 187, 207, 196, 255, 255, 255, 191, 255, 127, 255, 255, 255, 255, 183, 44, 46, 187, 207, 196, 214, 214, 18, 104, 255, 127, 255, 255, 194, 193, 255, 63, 208, 68, 207, 196, 10, 166, 163, 47, 255, 127, 255, 255, 255, 255, 18, 41, 208, 68, 207, 196, 169, 67, 13, 166, 255, 127, 16, 0, 255, 255, 255, 191, 173, 37, 174, 91, 77, 91, 161, 237, 255, 127, 16, 0, 255, 255, 255, 191, 173, 37, 174, 91, 72, 91, 165, 237, 255, 127, 16, 0, 255, 255, 255, 191, 81, 218, 174, 91, 186, 164, 165, 237, 255, 127, 16, 0, 255, 255, 255, 191, 81, 218, 174, 91, 179, 164, 163, 237, 173, 37, 174, 91, 68, 91, 165, 237, 173, 37, 174, 91, 75, 91, 163, 237, 81, 218, 174, 91, 177, 164, 161, 237, 81, 218, 174, 91, 182, 164, 165, 237, 46, 187, 207, 196, 116, 79, 223, 212, 46, 187, 207, 196, 116, 79, 223, 212, 208, 68, 207, 196, 198, 165, 193, 47, 208, 68, 207, 196, 180, 64, 199, 164, 255, 127, 255, 255, 255, 255, 107, 46, 46, 187, 207, 196, 59, 199, 255, 94, 255, 127, 255, 255, 255, 255, 90, 45, 46, 187, 207, 196, 116, 79, 223, 212, 255, 127, 255, 255, 0, 0, 82, 221, 208, 68, 207, 196, 78, 64, 155, 164, 255, 127, 255, 255, 255, 255, 32, 43, 208, 68, 207, 196, 88, 65, 13, 165, 85, 166, 46, 217, 0, 0, 255, 191, 228, 81, 227, 209, 255, 255, 255, 191, 176, 171, 77, 212, 255, 255, 255, 191, 26, 174, 227, 209, 255, 255, 255, 191, 78, 84, 77, 212, 255, 255, 255, 191) -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_i0rx2") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vvpvn"] -resource_name = "mainmat" -cull_mode = 2 -albedo_color = Color(0.837415, 0, 0.428626, 1) -roughness = 0.5 - -[sub_resource type="ArrayMesh" id="ArrayMesh_qy0lt"] -_surfaces = [{ -"aabb": AABB(-0.452831, -0.16396, -0.936728, 0.905663, 0.337865, 0.714469), -"format": 34896613377, -"index_count": 816, -"index_data": PackedByteArray(25, 0, 1, 0, 5, 0, 25, 0, 19, 0, 1, 0, 4, 0, 16, 0, 27, 0, 4, 0, 0, 0, 16, 0, 26, 0, 18, 0, 24, 0, 26, 0, 17, 0, 18, 0, 22, 0, 5, 0, 3, 0, 22, 0, 25, 0, 5, 0, 2, 0, 27, 0, 20, 0, 2, 0, 4, 0, 27, 0, 57, 0, 80, 0, 81, 0, 80, 0, 78, 0, 76, 0, 78, 0, 57, 0, 56, 0, 80, 0, 57, 0, 78, 0, 56, 0, 77, 0, 78, 0, 77, 0, 3, 0, 5, 0, 77, 0, 56, 0, 3, 0, 28, 0, 34, 0, 41, 0, 28, 0, 43, 0, 34, 0, 9, 0, 29, 0, 30, 0, 9, 0, 13, 0, 29, 0, 62, 0, 47, 0, 14, 0, 62, 0, 71, 0, 47, 0, 13, 0, 42, 0, 29, 0, 13, 0, 10, 0, 42, 0, 21, 0, 24, 0, 23, 0, 21, 0, 26, 0, 24, 0, 8, 0, 36, 0, 33, 0, 8, 0, 14, 0, 36, 0, 40, 0, 15, 0, 7, 0, 40, 0, 35, 0, 15, 0, 56, 0, 6, 0, 3, 0, 56, 0, 58, 0, 6, 0, 58, 0, 15, 0, 6, 0, 58, 0, 60, 0, 15, 0, 64, 0, 8, 0, 7, 0, 64, 0, 66, 0, 8, 0, 30, 0, 12, 0, 9, 0, 30, 0, 39, 0, 12, 0, 32, 0, 38, 0, 31, 0, 32, 0, 37, 0, 38, 0, 33, 0, 7, 0, 8, 0, 33, 0, 40, 0, 7, 0, 31, 0, 41, 0, 32, 0, 31, 0, 28, 0, 41, 0, 65, 0, 10, 0, 13, 0, 65, 0, 61, 0, 10, 0, 66, 0, 14, 0, 8, 0, 66, 0, 62, 0, 14, 0, 25, 0, 18, 0, 19, 0, 25, 0, 24, 0, 18, 0, 27, 0, 21, 0, 20, 0, 27, 0, 26, 0, 21, 0, 22, 0, 24, 0, 25, 0, 22, 0, 23, 0, 24, 0, 16, 0, 26, 0, 27, 0, 16, 0, 17, 0, 26, 0, 29, 0, 31, 0, 30, 0, 29, 0, 28, 0, 31, 0, 33, 0, 41, 0, 40, 0, 33, 0, 32, 0, 41, 0, 36, 0, 32, 0, 33, 0, 36, 0, 37, 0, 32, 0, 30, 0, 38, 0, 39, 0, 30, 0, 31, 0, 38, 0, 42, 0, 28, 0, 29, 0, 42, 0, 43, 0, 28, 0, 40, 0, 34, 0, 35, 0, 40, 0, 41, 0, 34, 0, 72, 0, 76, 0, 75, 0, 72, 0, 80, 0, 76, 0, 69, 0, 45, 0, 44, 0, 69, 0, 70, 0, 45, 0, 50, 0, 49, 0, 48, 0, 50, 0, 51, 0, 49, 0, 54, 0, 53, 0, 52, 0, 54, 0, 55, 0, 53, 0, 44, 0, 51, 0, 50, 0, 44, 0, 45, 0, 51, 0, 47, 0, 52, 0, 53, 0, 47, 0, 46, 0, 52, 0, 55, 0, 48, 0, 49, 0, 55, 0, 54, 0, 48, 0, 50, 0, 69, 0, 44, 0, 69, 0, 46, 0, 68, 0, 46, 0, 54, 0, 52, 0, 54, 0, 50, 0, 48, 0, 50, 0, 46, 0, 69, 0, 46, 0, 50, 0, 54, 0, 46, 0, 71, 0, 68, 0, 46, 0, 47, 0, 71, 0, 68, 0, 70, 0, 69, 0, 68, 0, 71, 0, 70, 0, 9, 0, 63, 0, 67, 0, 9, 0, 12, 0, 63, 0, 67, 0, 62, 0, 66, 0, 67, 0, 63, 0, 62, 0, 7, 0, 60, 0, 64, 0, 7, 0, 15, 0, 60, 0, 64, 0, 61, 0, 65, 0, 64, 0, 60, 0, 61, 0, 13, 0, 67, 0, 65, 0, 13, 0, 9, 0, 67, 0, 65, 0, 66, 0, 64, 0, 65, 0, 67, 0, 66, 0, 59, 0, 60, 0, 58, 0, 59, 0, 61, 0, 60, 0, 2, 0, 59, 0, 57, 0, 2, 0, 11, 0, 59, 0, 57, 0, 58, 0, 56, 0, 57, 0, 59, 0, 58, 0, 12, 0, 70, 0, 63, 0, 12, 0, 45, 0, 70, 0, 63, 0, 71, 0, 62, 0, 63, 0, 70, 0, 71, 0, 0, 0, 17, 0, 16, 0, 17, 0, 19, 0, 18, 0, 19, 0, 74, 0, 1, 0, 19, 0, 75, 0, 74, 0, 73, 0, 17, 0, 0, 0, 19, 0, 72, 0, 75, 0, 72, 0, 17, 0, 73, 0, 17, 0, 72, 0, 19, 0, 74, 0, 5, 0, 1, 0, 74, 0, 77, 0, 5, 0, 4, 0, 81, 0, 79, 0, 57, 0, 4, 0, 2, 0, 4, 0, 57, 0, 81, 0, 76, 0, 78, 0, 77, 0, 79, 0, 81, 0, 80, 0, 72, 0, 79, 0, 80, 0, 72, 0, 73, 0, 79, 0, 74, 0, 76, 0, 77, 0, 74, 0, 75, 0, 76, 0, 0, 0, 79, 0, 73, 0, 0, 0, 4, 0, 79, 0, 107, 0, 83, 0, 101, 0, 107, 0, 87, 0, 83, 0, 86, 0, 98, 0, 82, 0, 86, 0, 109, 0, 98, 0, 108, 0, 100, 0, 99, 0, 108, 0, 106, 0, 100, 0, 104, 0, 87, 0, 107, 0, 104, 0, 85, 0, 87, 0, 84, 0, 109, 0, 86, 0, 84, 0, 102, 0, 109, 0, 162, 0, 139, 0, 163, 0, 139, 0, 160, 0, 138, 0, 160, 0, 162, 0, 158, 0, 139, 0, 162, 0, 160, 0, 159, 0, 138, 0, 160, 0, 138, 0, 87, 0, 85, 0, 138, 0, 159, 0, 87, 0, 110, 0, 116, 0, 125, 0, 110, 0, 123, 0, 116, 0, 91, 0, 111, 0, 95, 0, 91, 0, 112, 0, 111, 0, 144, 0, 129, 0, 153, 0, 144, 0, 96, 0, 129, 0, 95, 0, 124, 0, 92, 0, 95, 0, 111, 0, 124, 0, 103, 0, 106, 0, 108, 0, 103, 0, 105, 0, 106, 0, 90, 0, 118, 0, 96, 0, 90, 0, 115, 0, 118, 0, 122, 0, 97, 0, 117, 0, 122, 0, 89, 0, 97, 0, 138, 0, 88, 0, 140, 0, 138, 0, 85, 0, 88, 0, 140, 0, 97, 0, 142, 0, 140, 0, 88, 0, 97, 0, 146, 0, 90, 0, 148, 0, 146, 0, 89, 0, 90, 0, 112, 0, 94, 0, 121, 0, 112, 0, 91, 0, 94, 0, 114, 0, 120, 0, 119, 0, 114, 0, 113, 0, 120, 0, 115, 0, 89, 0, 122, 0, 115, 0, 90, 0, 89, 0, 113, 0, 123, 0, 110, 0, 113, 0, 114, 0, 123, 0, 147, 0, 92, 0, 143, 0, 147, 0, 95, 0, 92, 0, 148, 0, 96, 0, 144, 0, 148, 0, 90, 0, 96, 0, 107, 0, 100, 0, 106, 0, 107, 0, 101, 0, 100, 0, 109, 0, 103, 0, 108, 0, 109, 0, 102, 0, 103, 0, 104, 0, 106, 0, 105, 0, 104, 0, 107, 0, 106, 0, 98, 0, 108, 0, 99, 0, 98, 0, 109, 0, 108, 0, 111, 0, 113, 0, 110, 0, 111, 0, 112, 0, 113, 0, 115, 0, 123, 0, 114, 0, 115, 0, 122, 0, 123, 0, 118, 0, 114, 0, 119, 0, 118, 0, 115, 0, 114, 0, 112, 0, 120, 0, 113, 0, 112, 0, 121, 0, 120, 0, 124, 0, 110, 0, 125, 0, 124, 0, 111, 0, 110, 0, 122, 0, 116, 0, 123, 0, 122, 0, 117, 0, 116, 0, 154, 0, 158, 0, 162, 0, 154, 0, 157, 0, 158, 0, 151, 0, 127, 0, 152, 0, 151, 0, 126, 0, 127, 0, 132, 0, 131, 0, 133, 0, 132, 0, 130, 0, 131, 0, 136, 0, 135, 0, 137, 0, 136, 0, 134, 0, 135, 0, 126, 0, 133, 0, 127, 0, 126, 0, 132, 0, 133, 0, 129, 0, 134, 0, 128, 0, 129, 0, 135, 0, 134, 0, 137, 0, 130, 0, 136, 0, 137, 0, 131, 0, 130, 0, 151, 0, 132, 0, 126, 0, 132, 0, 136, 0, 130, 0, 136, 0, 128, 0, 134, 0, 128, 0, 151, 0, 150, 0, 151, 0, 136, 0, 132, 0, 136, 0, 151, 0, 128, 0, 128, 0, 153, 0, 129, 0, 128, 0, 150, 0, 153, 0, 150, 0, 152, 0, 153, 0, 150, 0, 151, 0, 152, 0, 91, 0, 145, 0, 94, 0, 91, 0, 149, 0, 145, 0, 149, 0, 144, 0, 145, 0, 149, 0, 148, 0, 144, 0, 89, 0, 142, 0, 97, 0, 89, 0, 146, 0, 142, 0, 146, 0, 143, 0, 142, 0, 146, 0, 147, 0, 143, 0, 95, 0, 149, 0, 91, 0, 95, 0, 147, 0, 149, 0, 147, 0, 148, 0, 149, 0, 147, 0, 146, 0, 148, 0, 141, 0, 142, 0, 143, 0, 141, 0, 140, 0, 142, 0, 84, 0, 141, 0, 93, 0, 84, 0, 139, 0, 141, 0, 139, 0, 140, 0, 141, 0, 139, 0, 138, 0, 140, 0, 94, 0, 152, 0, 127, 0, 94, 0, 145, 0, 152, 0, 145, 0, 153, 0, 152, 0, 145, 0, 144, 0, 153, 0, 99, 0, 82, 0, 98, 0, 99, 0, 155, 0, 82, 0, 101, 0, 99, 0, 100, 0, 156, 0, 101, 0, 83, 0, 157, 0, 101, 0, 156, 0, 99, 0, 154, 0, 155, 0, 154, 0, 101, 0, 157, 0, 154, 0, 99, 0, 101, 0, 156, 0, 87, 0, 159, 0, 156, 0, 83, 0, 87, 0, 86, 0, 139, 0, 84, 0, 139, 0, 161, 0, 163, 0, 86, 0, 161, 0, 139, 0, 158, 0, 159, 0, 160, 0, 161, 0, 162, 0, 163, 0, 154, 0, 161, 0, 155, 0, 154, 0, 162, 0, 161, 0, 156, 0, 158, 0, 157, 0, 156, 0, 159, 0, 158, 0, 82, 0, 161, 0, 86, 0, 82, 0, 155, 0, 161, 0), -"lods": [0.103277, PackedByteArray(26, 0, 1, 0, 5, 0, 22, 0, 5, 0, 3, 0, 22, 0, 26, 0, 5, 0, 26, 0, 19, 0, 1, 0, 22, 0, 23, 0, 26, 0, 21, 0, 26, 0, 23, 0, 27, 0, 26, 0, 21, 0, 27, 0, 21, 0, 20, 0, 2, 0, 27, 0, 20, 0, 2, 0, 4, 0, 27, 0, 4, 0, 0, 0, 18, 0, 26, 0, 18, 0, 19, 0, 18, 0, 26, 0, 27, 0, 4, 0, 18, 0, 27, 0, 56, 0, 80, 0, 81, 0, 79, 0, 81, 0, 80, 0, 4, 0, 81, 0, 79, 0, 4, 0, 56, 0, 81, 0, 56, 0, 4, 0, 2, 0, 80, 0, 56, 0, 78, 0, 80, 0, 78, 0, 76, 0, 76, 0, 78, 0, 77, 0, 56, 0, 77, 0, 78, 0, 77, 0, 56, 0, 3, 0, 77, 0, 3, 0, 5, 0, 30, 0, 34, 0, 40, 0, 30, 0, 43, 0, 34, 0, 42, 0, 43, 0, 30, 0, 40, 0, 38, 0, 30, 0, 40, 0, 37, 0, 38, 0, 36, 0, 37, 0, 40, 0, 13, 0, 42, 0, 30, 0, 9, 0, 13, 0, 30, 0, 62, 0, 47, 0, 14, 0, 62, 0, 45, 0, 47, 0, 12, 0, 45, 0, 62, 0, 46, 0, 47, 0, 45, 0, 46, 0, 45, 0, 44, 0, 47, 0, 46, 0, 52, 0, 47, 0, 52, 0, 53, 0, 46, 0, 54, 0, 52, 0, 54, 0, 53, 0, 52, 0, 54, 0, 55, 0, 53, 0, 46, 0, 50, 0, 54, 0, 50, 0, 46, 0, 44, 0, 44, 0, 51, 0, 50, 0, 44, 0, 45, 0, 51, 0, 54, 0, 50, 0, 48, 0, 55, 0, 54, 0, 48, 0, 55, 0, 48, 0, 49, 0, 50, 0, 49, 0, 48, 0, 50, 0, 51, 0, 49, 0, 13, 0, 10, 0, 42, 0, 8, 0, 36, 0, 40, 0, 40, 0, 7, 0, 8, 0, 8, 0, 14, 0, 36, 0, 40, 0, 15, 0, 7, 0, 40, 0, 35, 0, 15, 0, 40, 0, 34, 0, 35, 0, 56, 0, 6, 0, 3, 0, 56, 0, 59, 0, 6, 0, 2, 0, 59, 0, 56, 0, 2, 0, 11, 0, 59, 0, 59, 0, 60, 0, 6, 0, 6, 0, 60, 0, 15, 0, 59, 0, 61, 0, 60, 0, 64, 0, 8, 0, 7, 0, 64, 0, 67, 0, 8, 0, 13, 0, 67, 0, 64, 0, 13, 0, 9, 0, 67, 0, 30, 0, 12, 0, 9, 0, 30, 0, 39, 0, 12, 0, 30, 0, 38, 0, 39, 0, 64, 0, 10, 0, 13, 0, 64, 0, 61, 0, 10, 0, 64, 0, 60, 0, 61, 0, 7, 0, 60, 0, 64, 0, 7, 0, 15, 0, 60, 0, 67, 0, 14, 0, 8, 0, 67, 0, 62, 0, 14, 0, 9, 0, 62, 0, 67, 0, 9, 0, 12, 0, 62, 0, 74, 0, 80, 0, 76, 0, 74, 0, 76, 0, 77, 0, 74, 0, 77, 0, 5, 0, 74, 0, 5, 0, 1, 0, 19, 0, 74, 0, 1, 0, 18, 0, 74, 0, 19, 0, 74, 0, 18, 0, 0, 0, 74, 0, 79, 0, 80, 0, 0, 0, 79, 0, 74, 0, 0, 0, 4, 0, 79, 0, 107, 0, 83, 0, 101, 0, 107, 0, 87, 0, 83, 0, 107, 0, 101, 0, 99, 0, 99, 0, 109, 0, 107, 0, 86, 0, 99, 0, 82, 0, 104, 0, 85, 0, 87, 0, 104, 0, 87, 0, 107, 0, 104, 0, 107, 0, 105, 0, 103, 0, 105, 0, 107, 0, 109, 0, 103, 0, 107, 0, 84, 0, 109, 0, 86, 0, 109, 0, 102, 0, 103, 0, 84, 0, 102, 0, 109, 0, 86, 0, 109, 0, 99, 0, 162, 0, 139, 0, 163, 0, 161, 0, 162, 0, 163, 0, 139, 0, 161, 0, 163, 0, 86, 0, 161, 0, 139, 0, 86, 0, 139, 0, 84, 0, 139, 0, 162, 0, 160, 0, 160, 0, 162, 0, 158, 0, 158, 0, 159, 0, 160, 0, 159, 0, 139, 0, 160, 0, 139, 0, 159, 0, 87, 0, 139, 0, 87, 0, 85, 0, 113, 0, 116, 0, 125, 0, 113, 0, 117, 0, 116, 0, 124, 0, 113, 0, 125, 0, 91, 0, 113, 0, 95, 0, 95, 0, 113, 0, 124, 0, 113, 0, 94, 0, 121, 0, 95, 0, 124, 0, 92, 0, 145, 0, 129, 0, 127, 0, 145, 0, 96, 0, 129, 0, 94, 0, 145, 0, 127, 0, 128, 0, 127, 0, 129, 0, 128, 0, 126, 0, 127, 0, 90, 0, 118, 0, 96, 0, 90, 0, 113, 0, 118, 0, 118, 0, 113, 0, 119, 0, 113, 0, 91, 0, 94, 0, 113, 0, 121, 0, 120, 0, 113, 0, 120, 0, 119, 0, 113, 0, 97, 0, 117, 0, 113, 0, 89, 0, 97, 0, 113, 0, 90, 0, 89, 0, 139, 0, 85, 0, 88, 0, 139, 0, 88, 0, 97, 0, 139, 0, 97, 0, 142, 0, 141, 0, 139, 0, 142, 0, 141, 0, 142, 0, 143, 0, 84, 0, 139, 0, 141, 0, 84, 0, 141, 0, 93, 0, 146, 0, 90, 0, 149, 0, 146, 0, 89, 0, 90, 0, 95, 0, 146, 0, 149, 0, 95, 0, 149, 0, 91, 0, 146, 0, 92, 0, 143, 0, 146, 0, 95, 0, 92, 0, 146, 0, 143, 0, 142, 0, 89, 0, 146, 0, 142, 0, 89, 0, 142, 0, 97, 0, 149, 0, 96, 0, 145, 0, 149, 0, 90, 0, 96, 0, 91, 0, 149, 0, 145, 0, 91, 0, 145, 0, 94, 0, 154, 0, 158, 0, 162, 0, 154, 0, 159, 0, 158, 0, 154, 0, 162, 0, 161, 0, 82, 0, 154, 0, 161, 0, 82, 0, 161, 0, 86, 0, 154, 0, 87, 0, 159, 0, 154, 0, 83, 0, 87, 0, 132, 0, 131, 0, 133, 0, 132, 0, 130, 0, 131, 0, 137, 0, 131, 0, 130, 0, 137, 0, 130, 0, 136, 0, 132, 0, 136, 0, 130, 0, 126, 0, 136, 0, 132, 0, 126, 0, 132, 0, 133, 0, 126, 0, 133, 0, 127, 0, 136, 0, 126, 0, 128, 0, 136, 0, 128, 0, 134, 0, 129, 0, 134, 0, 128, 0, 129, 0, 135, 0, 134, 0, 136, 0, 134, 0, 135, 0, 136, 0, 135, 0, 137, 0, 99, 0, 154, 0, 82, 0, 154, 0, 99, 0, 101, 0, 154, 0, 101, 0, 83, 0)], -"name": "mainmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 164, -"vertex_data": PackedByteArray(28, 170, 167, 42, 254, 255, 0, 0, 28, 170, 187, 245, 254, 255, 0, 0, 55, 157, 67, 11, 1, 211, 0, 0, 28, 170, 187, 245, 1, 211, 0, 0, 28, 170, 167, 42, 151, 218, 0, 0, 28, 170, 187, 245, 151, 218, 0, 0, 28, 170, 187, 245, 65, 158, 0, 0, 166, 166, 255, 255, 160, 102, 0, 0, 166, 166, 255, 255, 161, 55, 0, 0, 146, 152, 0, 0, 161, 55, 0, 0, 55, 157, 67, 11, 128, 105, 0, 0, 55, 157, 67, 11, 65, 158, 0, 0, 55, 157, 67, 11, 192, 52, 0, 0, 146, 152, 0, 0, 160, 102, 0, 0, 28, 170, 187, 245, 192, 52, 0, 0, 28, 170, 187, 245, 128, 105, 0, 0, 86, 209, 179, 63, 254, 255, 0, 0, 6, 223, 102, 97, 254, 255, 0, 0, 220, 226, 201, 141, 254, 255, 0, 0, 217, 220, 50, 183, 254, 255, 0, 0, 59, 241, 81, 65, 1, 211, 0, 0, 241, 251, 211, 99, 1, 211, 0, 0, 140, 240, 252, 211, 1, 211, 0, 0, 241, 251, 247, 178, 1, 211, 0, 0, 216, 226, 159, 141, 151, 218, 0, 0, 223, 220, 43, 183, 151, 218, 0, 0, 7, 223, 112, 97, 151, 218, 0, 0, 72, 209, 172, 63, 151, 218, 0, 0, 255, 255, 135, 94, 160, 102, 0, 0, 45, 245, 149, 59, 160, 102, 0, 0, 43, 245, 148, 59, 161, 55, 0, 0, 255, 255, 148, 94, 161, 55, 0, 0, 255, 255, 1, 185, 161, 55, 0, 0, 205, 244, 141, 218, 161, 55, 0, 0, 241, 251, 150, 178, 128, 105, 0, 0, 175, 240, 235, 211, 128, 105, 0, 0, 206, 240, 220, 211, 192, 52, 0, 0, 241, 251, 80, 178, 192, 52, 0, 0, 241, 251, 66, 100, 192, 52, 0, 0, 35, 241, 66, 65, 192, 52, 0, 0, 198, 244, 144, 218, 160, 102, 0, 0, 255, 255, 20, 185, 160, 102, 0, 0, 46, 241, 73, 65, 128, 105, 0, 0, 241, 251, 21, 100, 128, 105, 0, 0, 184, 169, 231, 47, 0, 0, 0, 0, 55, 157, 67, 11, 38, 13, 0, 0, 208, 178, 79, 213, 0, 0, 0, 0, 28, 170, 187, 245, 38, 13, 0, 0, 145, 241, 59, 110, 0, 0, 0, 0, 241, 251, 61, 100, 38, 13, 0, 0, 97, 235, 39, 90, 0, 0, 0, 0, 42, 241, 70, 65, 38, 13, 0, 0, 123, 235, 41, 186, 0, 0, 0, 0, 214, 240, 216, 211, 38, 13, 0, 0, 145, 241, 200, 167, 0, 0, 0, 0, 241, 251, 87, 178, 38, 13, 0, 0, 208, 165, 147, 167, 1, 211, 0, 0, 132, 161, 107, 89, 1, 211, 0, 0, 208, 165, 147, 167, 65, 158, 0, 0, 132, 161, 107, 89, 65, 158, 0, 0, 208, 165, 147, 167, 128, 105, 0, 0, 132, 161, 107, 89, 128, 105, 0, 0, 208, 165, 147, 167, 192, 52, 0, 0, 132, 161, 107, 89, 192, 52, 0, 0, 245, 161, 170, 170, 160, 102, 0, 0, 68, 157, 85, 85, 160, 102, 0, 0, 245, 161, 170, 170, 161, 55, 0, 0, 68, 157, 85, 85, 161, 55, 0, 0, 200, 175, 45, 158, 0, 0, 0, 0, 192, 172, 10, 103, 0, 0, 0, 0, 132, 161, 107, 89, 38, 13, 0, 0, 208, 165, 147, 167, 38, 13, 0, 0, 78, 216, 217, 110, 113, 255, 0, 0, 33, 210, 66, 86, 3, 255, 0, 0, 242, 210, 201, 164, 210, 254, 0, 0, 78, 216, 77, 136, 113, 255, 0, 0, 78, 216, 77, 136, 128, 229, 0, 0, 242, 210, 201, 164, 60, 228, 0, 0, 238, 209, 220, 155, 43, 227, 0, 0, 33, 210, 66, 86, 11, 228, 0, 0, 78, 216, 217, 110, 128, 229, 0, 0, 222, 209, 144, 92, 84, 227, 0, 0, 226, 85, 167, 42, 254, 255, 0, 0, 226, 85, 187, 245, 254, 255, 0, 0, 199, 98, 67, 11, 1, 211, 0, 0, 226, 85, 187, 245, 1, 211, 0, 0, 226, 85, 167, 42, 151, 218, 0, 0, 226, 85, 187, 245, 151, 218, 0, 0, 226, 85, 187, 245, 65, 158, 0, 0, 88, 89, 255, 255, 160, 102, 0, 0, 88, 89, 255, 255, 161, 55, 0, 0, 108, 103, 0, 0, 161, 55, 0, 0, 199, 98, 67, 11, 128, 105, 0, 0, 199, 98, 67, 11, 65, 158, 0, 0, 199, 98, 67, 11, 192, 52, 0, 0, 108, 103, 0, 0, 160, 102, 0, 0, 226, 85, 187, 245, 192, 52, 0, 0, 226, 85, 187, 245, 128, 105, 0, 0, 168, 46, 179, 63, 254, 255, 0, 0, 248, 32, 102, 97, 254, 255, 0, 0, 34, 29, 201, 141, 254, 255, 0, 0, 37, 35, 50, 183, 254, 255, 0, 0, 195, 14, 81, 65, 1, 211, 0, 0, 13, 4, 211, 99, 1, 211, 0, 0, 114, 15, 252, 211, 1, 211, 0, 0, 13, 4, 247, 178, 1, 211, 0, 0, 38, 29, 159, 141, 151, 218, 0, 0, 31, 35, 43, 183, 151, 218, 0, 0, 247, 32, 112, 97, 151, 218, 0, 0, 182, 46, 172, 63, 151, 218, 0, 0, 0, 0, 135, 94, 160, 102, 0, 0, 209, 10, 149, 59, 160, 102, 0, 0, 211, 10, 148, 59, 161, 55, 0, 0, 0, 0, 148, 94, 161, 55, 0, 0, 0, 0, 1, 185, 161, 55, 0, 0, 49, 11, 141, 218, 161, 55, 0, 0, 13, 4, 150, 178, 128, 105, 0, 0, 79, 15, 235, 211, 128, 105, 0, 0, 48, 15, 220, 211, 192, 52, 0, 0, 13, 4, 80, 178, 192, 52, 0, 0, 13, 4, 66, 100, 192, 52, 0, 0, 219, 14, 66, 65, 192, 52, 0, 0, 56, 11, 144, 218, 160, 102, 0, 0, 0, 0, 20, 185, 160, 102, 0, 0, 208, 14, 73, 65, 128, 105, 0, 0, 13, 4, 21, 100, 128, 105, 0, 0, 70, 86, 231, 47, 0, 0, 0, 0, 199, 98, 67, 11, 38, 13, 0, 0, 46, 77, 79, 213, 0, 0, 0, 0, 226, 85, 187, 245, 38, 13, 0, 0, 109, 14, 59, 110, 0, 0, 0, 0, 13, 4, 61, 100, 38, 13, 0, 0, 157, 20, 39, 90, 0, 0, 0, 0, 212, 14, 70, 65, 38, 13, 0, 0, 131, 20, 41, 186, 0, 0, 0, 0, 40, 15, 216, 211, 38, 13, 0, 0, 109, 14, 200, 167, 0, 0, 0, 0, 13, 4, 87, 178, 38, 13, 0, 0, 46, 90, 147, 167, 1, 211, 0, 0, 122, 94, 107, 89, 1, 211, 0, 0, 46, 90, 147, 167, 65, 158, 0, 0, 122, 94, 107, 89, 65, 158, 0, 0, 46, 90, 147, 167, 128, 105, 0, 0, 122, 94, 107, 89, 128, 105, 0, 0, 46, 90, 147, 167, 192, 52, 0, 0, 122, 94, 107, 89, 192, 52, 0, 0, 9, 94, 170, 170, 160, 102, 0, 0, 186, 98, 85, 85, 160, 102, 0, 0, 9, 94, 170, 170, 161, 55, 0, 0, 186, 98, 85, 85, 161, 55, 0, 0, 54, 80, 45, 158, 0, 0, 0, 0, 62, 83, 10, 103, 0, 0, 0, 0, 122, 94, 107, 89, 38, 13, 0, 0, 46, 90, 147, 167, 38, 13, 0, 0, 176, 39, 217, 110, 113, 255, 0, 0, 221, 45, 66, 86, 3, 255, 0, 0, 12, 45, 201, 164, 210, 254, 0, 0, 176, 39, 77, 136, 113, 255, 0, 0, 176, 39, 77, 136, 128, 229, 0, 0, 12, 45, 201, 164, 60, 228, 0, 0, 16, 46, 220, 155, 43, 227, 0, 0, 221, 45, 66, 86, 11, 228, 0, 0, 176, 39, 217, 110, 128, 229, 0, 0, 32, 46, 144, 92, 84, 227, 0, 0) -}, { -"aabb": AABB(-0.438494, -0.149095, -0.900026, 0.876988, 0.309453, 0.552217), -"format": 34896613377, -"index_count": 192, -"index_data": PackedByteArray(24, 0, 21, 0, 27, 0, 24, 0, 5, 0, 21, 0, 28, 0, 19, 0, 18, 0, 28, 0, 29, 0, 19, 0, 28, 0, 6, 0, 25, 0, 28, 0, 18, 0, 6, 0, 17, 0, 1, 0, 2, 0, 17, 0, 10, 0, 1, 0, 3, 0, 12, 0, 22, 0, 3, 0, 4, 0, 12, 0, 4, 0, 8, 0, 12, 0, 4, 0, 0, 0, 8, 0, 13, 0, 11, 0, 16, 0, 13, 0, 9, 0, 11, 0, 21, 0, 26, 0, 27, 0, 21, 0, 20, 0, 26, 0, 23, 0, 16, 0, 14, 0, 23, 0, 13, 0, 16, 0, 15, 0, 2, 0, 7, 0, 15, 0, 17, 0, 2, 0, 26, 0, 19, 0, 29, 0, 26, 0, 20, 0, 19, 0, 17, 0, 11, 0, 10, 0, 17, 0, 16, 0, 11, 0, 8, 0, 13, 0, 12, 0, 8, 0, 9, 0, 13, 0, 12, 0, 23, 0, 22, 0, 12, 0, 13, 0, 23, 0, 15, 0, 16, 0, 17, 0, 15, 0, 14, 0, 16, 0, 4, 0, 31, 0, 30, 0, 4, 0, 3, 0, 31, 0, 56, 0, 53, 0, 37, 0, 56, 0, 59, 0, 53, 0, 60, 0, 51, 0, 61, 0, 60, 0, 50, 0, 51, 0, 60, 0, 38, 0, 50, 0, 60, 0, 57, 0, 38, 0, 49, 0, 33, 0, 42, 0, 49, 0, 34, 0, 33, 0, 35, 0, 44, 0, 36, 0, 35, 0, 54, 0, 44, 0, 36, 0, 40, 0, 32, 0, 36, 0, 44, 0, 40, 0, 45, 0, 43, 0, 41, 0, 45, 0, 48, 0, 43, 0, 53, 0, 58, 0, 52, 0, 53, 0, 59, 0, 58, 0, 55, 0, 48, 0, 45, 0, 55, 0, 46, 0, 48, 0, 47, 0, 34, 0, 49, 0, 47, 0, 39, 0, 34, 0, 58, 0, 51, 0, 52, 0, 58, 0, 61, 0, 51, 0, 49, 0, 43, 0, 48, 0, 49, 0, 42, 0, 43, 0, 40, 0, 45, 0, 41, 0, 40, 0, 44, 0, 45, 0, 44, 0, 55, 0, 45, 0, 44, 0, 54, 0, 55, 0, 47, 0, 48, 0, 46, 0, 47, 0, 49, 0, 48, 0, 36, 0, 63, 0, 35, 0, 36, 0, 62, 0, 63, 0), -"name": "secmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 64, -"vertex_data": PackedByteArray(44, 158, 0, 0, 253, 255, 0, 0, 125, 171, 255, 255, 253, 255, 0, 0, 125, 171, 255, 255, 189, 187, 0, 0, 44, 158, 0, 0, 125, 119, 0, 0, 44, 158, 0, 0, 189, 187, 0, 0, 44, 158, 0, 0, 60, 51, 0, 0, 125, 171, 255, 255, 60, 51, 0, 0, 125, 171, 255, 255, 125, 119, 0, 0, 238, 244, 5, 59, 253, 255, 0, 0, 254, 255, 177, 96, 253, 255, 0, 0, 58, 244, 38, 219, 253, 255, 0, 0, 254, 255, 25, 183, 253, 255, 0, 0, 240, 244, 6, 59, 189, 187, 0, 0, 254, 255, 209, 96, 189, 187, 0, 0, 254, 255, 175, 182, 125, 119, 0, 0, 94, 244, 20, 219, 125, 119, 0, 0, 254, 255, 233, 182, 189, 187, 0, 0, 89, 244, 22, 219, 189, 187, 0, 0, 127, 244, 4, 219, 60, 51, 0, 0, 254, 255, 99, 182, 60, 51, 0, 0, 254, 255, 43, 97, 60, 51, 0, 0, 214, 244, 244, 58, 60, 51, 0, 0, 226, 244, 252, 58, 125, 119, 0, 0, 254, 255, 249, 96, 125, 119, 0, 0, 44, 158, 0, 0, 0, 0, 0, 0, 125, 171, 255, 255, 0, 0, 0, 0, 254, 255, 37, 97, 0, 0, 0, 0, 221, 244, 249, 58, 0, 0, 0, 0, 135, 244, 255, 218, 0, 0, 0, 0, 254, 255, 106, 182, 0, 0, 0, 0, 156, 162, 85, 85, 189, 187, 0, 0, 156, 162, 85, 85, 125, 119, 0, 0, 210, 97, 0, 0, 253, 255, 0, 0, 129, 84, 255, 255, 253, 255, 0, 0, 129, 84, 255, 255, 189, 187, 0, 0, 210, 97, 0, 0, 125, 119, 0, 0, 210, 97, 0, 0, 189, 187, 0, 0, 210, 97, 0, 0, 60, 51, 0, 0, 129, 84, 255, 255, 60, 51, 0, 0, 129, 84, 255, 255, 125, 119, 0, 0, 16, 11, 5, 59, 253, 255, 0, 0, 0, 0, 177, 96, 253, 255, 0, 0, 196, 11, 38, 219, 253, 255, 0, 0, 0, 0, 25, 183, 253, 255, 0, 0, 14, 11, 6, 59, 189, 187, 0, 0, 0, 0, 209, 96, 189, 187, 0, 0, 0, 0, 175, 182, 125, 119, 0, 0, 160, 11, 20, 219, 125, 119, 0, 0, 0, 0, 233, 182, 189, 187, 0, 0, 165, 11, 22, 219, 189, 187, 0, 0, 127, 11, 4, 219, 60, 51, 0, 0, 0, 0, 99, 182, 60, 51, 0, 0, 0, 0, 43, 97, 60, 51, 0, 0, 40, 11, 244, 58, 60, 51, 0, 0, 28, 11, 252, 58, 125, 119, 0, 0, 0, 0, 249, 96, 125, 119, 0, 0, 210, 97, 0, 0, 0, 0, 0, 0, 129, 84, 255, 255, 0, 0, 0, 0, 0, 0, 37, 97, 0, 0, 0, 0, 33, 11, 249, 58, 0, 0, 0, 0, 119, 11, 255, 218, 0, 0, 0, 0, 0, 0, 106, 182, 0, 0, 0, 0, 98, 93, 85, 85, 189, 187, 0, 0, 98, 93, 85, 85, 125, 119, 0, 0) -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_uh4kh"] -resource_name = "disclauncher_Cube_002" -_surfaces = [{ -"aabb": AABB(-0.452831, -0.16396, -0.936728, 0.905663, 0.337865, 0.714469), -"attribute_data": PackedByteArray(255, 31, 255, 63, 255, 95, 0, 0, 255, 95, 255, 255, 255, 223, 255, 63, 255, 159, 0, 0, 255, 159, 255, 255, 255, 31, 62, 75, 255, 95, 191, 244, 255, 95, 191, 244, 255, 223, 62, 75, 255, 159, 191, 244, 255, 159, 191, 244, 255, 31, 89, 73, 255, 31, 89, 73, 255, 95, 165, 246, 255, 95, 165, 246, 255, 223, 89, 73, 255, 223, 89, 73, 255, 159, 165, 246, 255, 159, 165, 246, 255, 159, 143, 231, 255, 223, 213, 102, 255, 223, 213, 102, 255, 159, 40, 217, 255, 159, 40, 217, 255, 223, 152, 113, 255, 223, 152, 113, 255, 159, 102, 206, 255, 159, 102, 206, 255, 31, 152, 113, 255, 31, 152, 113, 255, 95, 102, 206, 255, 95, 102, 206, 255, 31, 159, 101, 255, 95, 95, 218, 255, 95, 143, 231, 255, 31, 207, 114, 255, 95, 47, 205, 255, 95, 47, 205, 255, 31, 213, 102, 255, 31, 213, 102, 255, 95, 40, 217, 255, 95, 40, 217, 255, 223, 207, 114, 255, 159, 47, 205, 255, 159, 47, 205, 255, 223, 159, 101, 255, 159, 95, 218, 255, 159, 95, 218, 174, 81, 255, 63, 174, 81, 255, 63, 255, 95, 174, 49, 54, 113, 255, 63, 54, 113, 255, 63, 54, 113, 255, 63, 219, 140, 255, 63, 219, 140, 255, 63, 219, 140, 255, 63, 85, 169, 255, 63, 85, 169, 255, 63, 255, 159, 169, 54, 194, 88, 62, 75, 194, 88, 62, 75, 40, 109, 62, 75, 40, 109, 62, 75, 232, 168, 62, 75, 232, 168, 62, 75, 221, 146, 62, 75, 221, 146, 62, 75, 193, 140, 89, 73, 193, 140, 89, 73, 193, 140, 89, 73, 193, 140, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 54, 108, 213, 102, 54, 108, 213, 102, 54, 108, 213, 102, 54, 108, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 76, 89, 152, 113, 76, 89, 152, 113, 76, 89, 152, 113, 76, 89, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 175, 146, 159, 101, 175, 146, 159, 101, 205, 168, 159, 101, 205, 168, 159, 101, 180, 168, 207, 114, 180, 168, 207, 114, 142, 146, 207, 114, 142, 146, 207, 114, 92, 109, 207, 114, 92, 109, 207, 114, 178, 88, 207, 114, 178, 88, 207, 114, 8, 168, 213, 102, 8, 168, 213, 102, 8, 168, 213, 102, 8, 168, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 88, 159, 101, 186, 88, 159, 101, 71, 109, 159, 101, 71, 109, 159, 101, 159, 104, 139, 184, 159, 104, 139, 184, 159, 104, 139, 184, 255, 95, 255, 191, 255, 95, 72, 195, 255, 95, 72, 195, 152, 151, 46, 184, 152, 151, 46, 184, 152, 151, 46, 184, 255, 159, 255, 191, 255, 159, 72, 195, 255, 159, 72, 195, 70, 115, 104, 135, 70, 115, 104, 135, 70, 115, 104, 135, 89, 109, 255, 127, 90, 109, 181, 124, 137, 107, 154, 139, 137, 107, 154, 139, 137, 107, 154, 139, 255, 95, 71, 135, 255, 95, 70, 135, 144, 148, 120, 140, 144, 148, 120, 140, 144, 148, 120, 140, 255, 159, 174, 136, 255, 159, 172, 136, 31, 141, 185, 135, 31, 141, 185, 135, 31, 141, 185, 135, 146, 146, 255, 127, 145, 146, 181, 124, 170, 138, 191, 244, 170, 138, 191, 244, 170, 138, 191, 244, 84, 117, 191, 244, 84, 117, 191, 244, 84, 117, 191, 244, 170, 138, 143, 231, 84, 117, 143, 231, 170, 138, 95, 218, 170, 138, 95, 218, 84, 117, 95, 218, 84, 117, 95, 218, 170, 138, 47, 205, 170, 138, 47, 205, 84, 117, 47, 205, 84, 117, 47, 205, 170, 138, 40, 217, 170, 138, 40, 217, 84, 117, 40, 217, 84, 117, 40, 217, 170, 138, 102, 206, 170, 138, 102, 206, 84, 117, 102, 206, 84, 117, 102, 206, 240, 135, 77, 184, 240, 135, 77, 184, 71, 120, 108, 184, 71, 120, 108, 184, 84, 117, 72, 195, 84, 117, 72, 195, 170, 138, 72, 195, 170, 138, 72, 195, 143, 123, 0, 0, 143, 123, 255, 255, 143, 123, 255, 255, 122, 114, 0, 0, 122, 114, 255, 255, 122, 114, 255, 255, 35, 141, 0, 0, 35, 141, 255, 255, 35, 141, 255, 255, 111, 132, 0, 0, 111, 132, 255, 255, 111, 132, 255, 255, 111, 132, 165, 246, 111, 132, 165, 246, 111, 132, 165, 246, 111, 132, 165, 246, 35, 141, 165, 246, 94, 142, 227, 245, 35, 141, 165, 246, 35, 141, 165, 246, 170, 138, 104, 246, 170, 138, 104, 246, 170, 138, 104, 246, 122, 114, 165, 246, 122, 114, 165, 246, 122, 114, 165, 246, 122, 114, 165, 246, 143, 123, 165, 246, 103, 118, 215, 246, 143, 123, 165, 246, 143, 123, 165, 246, 84, 117, 108, 246, 84, 117, 108, 246, 84, 117, 108, 246, 255, 95, 0, 0, 255, 95, 255, 255, 255, 31, 255, 63, 255, 159, 0, 0, 255, 159, 255, 255, 255, 223, 255, 63, 255, 95, 191, 244, 255, 95, 191, 244, 255, 31, 62, 75, 255, 159, 191, 244, 255, 159, 191, 244, 255, 223, 62, 75, 255, 95, 165, 246, 255, 95, 165, 246, 255, 31, 89, 73, 255, 31, 89, 73, 255, 159, 165, 246, 255, 159, 165, 246, 255, 223, 89, 73, 255, 223, 89, 73, 255, 159, 143, 231, 255, 159, 40, 217, 255, 159, 40, 217, 255, 223, 213, 102, 255, 223, 213, 102, 255, 159, 102, 206, 255, 159, 102, 206, 255, 223, 152, 113, 255, 223, 152, 113, 255, 95, 102, 206, 255, 95, 102, 206, 255, 31, 152, 113, 255, 31, 152, 113, 255, 95, 95, 218, 255, 31, 159, 101, 255, 95, 143, 231, 255, 95, 47, 205, 255, 95, 47, 205, 255, 31, 207, 114, 255, 95, 40, 217, 255, 95, 40, 217, 255, 31, 213, 102, 255, 31, 213, 102, 255, 159, 47, 205, 255, 159, 47, 205, 255, 223, 207, 114, 255, 159, 95, 218, 255, 159, 95, 218, 255, 223, 159, 101, 255, 95, 174, 49, 174, 81, 255, 63, 174, 81, 255, 63, 54, 113, 255, 63, 54, 113, 255, 63, 54, 113, 255, 63, 219, 140, 255, 63, 219, 140, 255, 63, 219, 140, 255, 63, 255, 159, 169, 54, 85, 169, 255, 63, 85, 169, 255, 63, 194, 88, 62, 75, 194, 88, 62, 75, 40, 109, 62, 75, 40, 109, 62, 75, 232, 168, 62, 75, 232, 168, 62, 75, 221, 146, 62, 75, 221, 146, 62, 75, 193, 140, 89, 73, 193, 140, 89, 73, 193, 140, 89, 73, 193, 140, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 78, 169, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 60, 113, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 54, 108, 213, 102, 54, 108, 213, 102, 54, 108, 213, 102, 54, 108, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 78, 89, 213, 102, 76, 89, 152, 113, 76, 89, 152, 113, 76, 89, 152, 113, 76, 89, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 178, 147, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 4, 168, 152, 113, 175, 146, 159, 101, 175, 146, 159, 101, 205, 168, 159, 101, 205, 168, 159, 101, 180, 168, 207, 114, 180, 168, 207, 114, 142, 146, 207, 114, 142, 146, 207, 114, 92, 109, 207, 114, 92, 109, 207, 114, 178, 88, 207, 114, 178, 88, 207, 114, 8, 168, 213, 102, 8, 168, 213, 102, 8, 168, 213, 102, 8, 168, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 147, 213, 102, 186, 88, 159, 101, 186, 88, 159, 101, 71, 109, 159, 101, 71, 109, 159, 101, 159, 104, 139, 184, 159, 104, 139, 184, 159, 104, 139, 184, 255, 95, 72, 195, 255, 95, 72, 195, 255, 95, 255, 191, 152, 151, 46, 184, 152, 151, 46, 184, 152, 151, 46, 184, 255, 159, 72, 195, 255, 159, 72, 195, 255, 159, 255, 191, 70, 115, 104, 135, 70, 115, 104, 135, 70, 115, 104, 135, 89, 109, 255, 127, 90, 109, 181, 124, 137, 107, 154, 139, 137, 107, 154, 139, 137, 107, 154, 139, 255, 95, 71, 135, 255, 95, 70, 135, 144, 148, 120, 140, 144, 148, 120, 140, 144, 148, 120, 140, 255, 159, 174, 136, 255, 159, 172, 136, 31, 141, 185, 135, 31, 141, 185, 135, 31, 141, 185, 135, 146, 146, 255, 127, 145, 146, 181, 124, 170, 138, 191, 244, 170, 138, 191, 244, 170, 138, 191, 244, 84, 117, 191, 244, 84, 117, 191, 244, 84, 117, 191, 244, 170, 138, 143, 231, 84, 117, 143, 231, 170, 138, 95, 218, 170, 138, 95, 218, 84, 117, 95, 218, 84, 117, 95, 218, 170, 138, 47, 205, 170, 138, 47, 205, 84, 117, 47, 205, 84, 117, 47, 205, 170, 138, 40, 217, 170, 138, 40, 217, 84, 117, 40, 217, 84, 117, 40, 217, 170, 138, 102, 206, 170, 138, 102, 206, 84, 117, 102, 206, 84, 117, 102, 206, 240, 135, 77, 184, 240, 135, 77, 184, 71, 120, 108, 184, 71, 120, 108, 184, 84, 117, 72, 195, 84, 117, 72, 195, 170, 138, 72, 195, 170, 138, 72, 195, 143, 123, 0, 0, 143, 123, 255, 255, 143, 123, 255, 255, 122, 114, 0, 0, 122, 114, 255, 255, 122, 114, 255, 255, 35, 141, 0, 0, 35, 141, 255, 255, 35, 141, 255, 255, 111, 132, 0, 0, 111, 132, 255, 255, 111, 132, 255, 255, 111, 132, 165, 246, 111, 132, 165, 246, 111, 132, 165, 246, 111, 132, 165, 246, 35, 141, 165, 246, 94, 142, 227, 245, 35, 141, 165, 246, 35, 141, 165, 246, 170, 138, 104, 246, 170, 138, 104, 246, 170, 138, 104, 246, 122, 114, 165, 246, 122, 114, 165, 246, 122, 114, 165, 246, 122, 114, 165, 246, 143, 123, 165, 246, 103, 118, 215, 246, 143, 123, 165, 246, 143, 123, 165, 246, 84, 117, 108, 246, 84, 117, 108, 246, 84, 117, 108, 246, 255, 31, 89, 73, 255, 223, 213, 102, 255, 223, 152, 113, 255, 31, 152, 113, 255, 31, 213, 102, 219, 140, 255, 63, 219, 140, 255, 63, 60, 113, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 76, 89, 152, 113, 76, 89, 152, 113, 175, 146, 159, 101, 180, 168, 207, 114, 180, 168, 207, 114, 142, 146, 207, 114, 142, 146, 207, 114, 92, 109, 207, 114, 8, 168, 213, 102, 8, 168, 213, 102, 186, 88, 159, 101, 71, 109, 159, 101, 159, 104, 139, 184, 159, 104, 139, 184, 255, 95, 72, 195, 152, 151, 46, 184, 255, 159, 72, 195, 70, 115, 104, 135, 137, 107, 154, 139, 144, 148, 120, 140, 31, 141, 185, 135, 35, 141, 255, 255, 122, 114, 165, 246, 143, 123, 165, 246, 255, 95, 0, 0, 255, 159, 0, 0, 255, 31, 89, 73, 255, 223, 213, 102, 255, 223, 152, 113, 255, 223, 152, 113, 255, 31, 152, 113, 255, 31, 207, 114, 255, 31, 213, 102, 255, 223, 159, 101, 54, 113, 255, 63, 78, 169, 89, 73, 78, 169, 89, 73, 157, 81, 89, 73, 157, 81, 89, 73, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 59, 108, 152, 113, 175, 146, 159, 101, 205, 168, 159, 101, 205, 168, 159, 101, 180, 168, 207, 114, 142, 146, 207, 114, 178, 88, 207, 114, 186, 88, 159, 101, 186, 88, 159, 101, 71, 109, 159, 101, 159, 104, 139, 184, 159, 104, 139, 184, 255, 95, 72, 195, 152, 151, 46, 184, 152, 151, 46, 184, 255, 159, 72, 195, 70, 115, 104, 135, 137, 107, 154, 139, 144, 148, 120, 140, 31, 141, 185, 135, 143, 123, 0, 0, 143, 123, 255, 255), -"format": 34896613399, -"index_count": 816, -"index_data": PackedByteArray(75, 0, 3, 0, 17, 0, 75, 0, 58, 0, 3, 0, 13, 0, 49, 0, 83, 0, 13, 0, 0, 0, 49, 0, 80, 0, 56, 0, 72, 0, 80, 0, 53, 0, 56, 0, 65, 0, 16, 0, 9, 0, 65, 0, 73, 0, 16, 0, 6, 0, 81, 0, 61, 0, 6, 0, 12, 0, 81, 0, 168, 0, 224, 0, 228, 0, 224, 0, 217, 0, 209, 0, 217, 0, 168, 0, 165, 0, 224, 0, 168, 0, 217, 0, 166, 0, 213, 0, 218, 0, 213, 0, 10, 0, 18, 0, 213, 0, 166, 0, 10, 0, 86, 0, 110, 0, 126, 0, 86, 0, 132, 0, 110, 0, 30, 0, 90, 0, 94, 0, 30, 0, 40, 0, 90, 0, 178, 0, 144, 0, 45, 0, 178, 0, 196, 0, 144, 0, 39, 0, 129, 0, 89, 0, 39, 0, 33, 0, 129, 0, 64, 0, 70, 0, 68, 0, 64, 0, 78, 0, 70, 0, 25, 0, 113, 0, 105, 0, 25, 0, 43, 0, 113, 0, 121, 0, 46, 0, 21, 0, 121, 0, 111, 0, 46, 0, 167, 0, 20, 0, 11, 0, 167, 0, 171, 0, 20, 0, 171, 0, 48, 0, 20, 0, 171, 0, 174, 0, 48, 0, 182, 0, 28, 0, 24, 0, 182, 0, 186, 0, 28, 0, 93, 0, 36, 0, 29, 0, 93, 0, 119, 0, 36, 0, 102, 0, 118, 0, 98, 0, 102, 0, 116, 0, 118, 0, 106, 0, 22, 0, 26, 0, 106, 0, 122, 0, 22, 0, 100, 0, 128, 0, 104, 0, 100, 0, 88, 0, 128, 0, 183, 0, 34, 0, 41, 0, 183, 0, 175, 0, 34, 0, 185, 0, 44, 0, 27, 0, 185, 0, 177, 0, 44, 0, 76, 0, 55, 0, 59, 0, 76, 0, 71, 0, 55, 0, 82, 0, 63, 0, 62, 0, 82, 0, 77, 0, 63, 0, 66, 0, 69, 0, 74, 0, 66, 0, 67, 0, 69, 0, 50, 0, 79, 0, 84, 0, 50, 0, 52, 0, 79, 0, 92, 0, 99, 0, 96, 0, 92, 0, 87, 0, 99, 0, 108, 0, 127, 0, 124, 0, 108, 0, 103, 0, 127, 0, 114, 0, 101, 0, 107, 0, 114, 0, 115, 0, 101, 0, 95, 0, 117, 0, 120, 0, 95, 0, 97, 0, 117, 0, 130, 0, 85, 0, 91, 0, 130, 0, 131, 0, 85, 0, 123, 0, 109, 0, 112, 0, 123, 0, 125, 0, 109, 0, 199, 0, 212, 0, 208, 0, 199, 0, 227, 0, 212, 0, 192, 0, 137, 0, 135, 0, 192, 0, 193, 0, 137, 0, 152, 0, 148, 0, 146, 0, 152, 0, 154, 0, 148, 0, 161, 0, 159, 0, 157, 0, 161, 0, 163, 0, 159, 0, 134, 0, 153, 0, 151, 0, 134, 0, 136, 0, 153, 0, 142, 0, 156, 0, 158, 0, 142, 0, 140, 0, 156, 0, 164, 0, 147, 0, 149, 0, 164, 0, 162, 0, 147, 0, 150, 0, 191, 0, 133, 0, 191, 0, 139, 0, 189, 0, 139, 0, 160, 0, 155, 0, 160, 0, 150, 0, 145, 0, 150, 0, 139, 0, 191, 0, 139, 0, 150, 0, 160, 0, 141, 0, 195, 0, 190, 0, 141, 0, 143, 0, 195, 0, 190, 0, 193, 0, 192, 0, 190, 0, 195, 0, 193, 0, 31, 0, 179, 0, 187, 0, 31, 0, 37, 0, 179, 0, 187, 0, 177, 0, 185, 0, 187, 0, 179, 0, 177, 0, 23, 0, 173, 0, 181, 0, 23, 0, 47, 0, 173, 0, 181, 0, 175, 0, 183, 0, 181, 0, 173, 0, 175, 0, 42, 0, 188, 0, 184, 0, 42, 0, 32, 0, 188, 0, 184, 0, 186, 0, 182, 0, 184, 0, 188, 0, 186, 0, 172, 0, 174, 0, 171, 0, 172, 0, 176, 0, 174, 0, 8, 0, 172, 0, 170, 0, 8, 0, 35, 0, 172, 0, 170, 0, 171, 0, 167, 0, 170, 0, 172, 0, 171, 0, 38, 0, 194, 0, 180, 0, 38, 0, 138, 0, 194, 0, 180, 0, 196, 0, 178, 0, 180, 0, 194, 0, 196, 0, 1, 0, 54, 0, 51, 0, 54, 0, 60, 0, 57, 0, 60, 0, 203, 0, 4, 0, 60, 0, 206, 0, 203, 0, 200, 0, 54, 0, 1, 0, 60, 0, 197, 0, 206, 0, 197, 0, 54, 0, 200, 0, 54, 0, 197, 0, 60, 0, 204, 0, 19, 0, 5, 0, 204, 0, 215, 0, 19, 0, 14, 0, 229, 0, 220, 0, 169, 0, 14, 0, 7, 0, 14, 0, 169, 0, 229, 0, 210, 0, 219, 0, 214, 0, 222, 0, 230, 0, 225, 0, 198, 0, 223, 0, 226, 0, 198, 0, 202, 0, 223, 0, 205, 0, 211, 0, 216, 0, 205, 0, 207, 0, 211, 0, 2, 0, 221, 0, 201, 0, 2, 0, 15, 0, 221, 0, 50, 1, 236, 0, 34, 1, 50, 1, 250, 0, 236, 0, 246, 0, 25, 1, 233, 0, 246, 0, 58, 1, 25, 1, 55, 1, 32, 1, 29, 1, 55, 1, 47, 1, 32, 1, 40, 1, 249, 0, 48, 1, 40, 1, 242, 0, 249, 0, 239, 0, 56, 1, 245, 0, 239, 0, 36, 1, 56, 1, 199, 1, 143, 1, 203, 1, 143, 1, 192, 1, 140, 1, 192, 1, 199, 1, 184, 1, 143, 1, 199, 1, 192, 1, 188, 1, 141, 1, 193, 1, 141, 1, 247, 0, 240, 0, 141, 1, 188, 1, 247, 0, 61, 1, 85, 1, 107, 1, 61, 1, 101, 1, 85, 1, 7, 1, 65, 1, 17, 1, 7, 1, 69, 1, 65, 1, 153, 1, 118, 1, 171, 1, 153, 1, 19, 1, 118, 1, 16, 1, 104, 1, 9, 1, 16, 1, 64, 1, 104, 1, 39, 1, 45, 1, 53, 1, 39, 1, 43, 1, 45, 1, 2, 1, 88, 1, 20, 1, 2, 1, 80, 1, 88, 1, 96, 1, 23, 1, 86, 1, 96, 1, 254, 0, 23, 1, 142, 1, 251, 0, 146, 1, 142, 1, 241, 0, 251, 0, 146, 1, 22, 1, 149, 1, 146, 1, 251, 0, 22, 1, 157, 1, 1, 1, 161, 1, 157, 1, 253, 0, 1, 1, 68, 1, 13, 1, 94, 1, 68, 1, 6, 1, 13, 1, 77, 1, 93, 1, 91, 1, 77, 1, 73, 1, 93, 1, 81, 1, 255, 0, 97, 1, 81, 1, 3, 1, 255, 0, 75, 1, 103, 1, 63, 1, 75, 1, 79, 1, 103, 1, 158, 1, 8, 1, 150, 1, 158, 1, 14, 1, 8, 1, 160, 1, 18, 1, 152, 1, 160, 1, 0, 1, 18, 1, 51, 1, 31, 1, 46, 1, 51, 1, 35, 1, 31, 1, 57, 1, 38, 1, 52, 1, 57, 1, 37, 1, 38, 1, 41, 1, 44, 1, 42, 1, 41, 1, 49, 1, 44, 1, 26, 1, 54, 1, 28, 1, 26, 1, 59, 1, 54, 1, 67, 1, 74, 1, 62, 1, 67, 1, 71, 1, 74, 1, 83, 1, 102, 1, 78, 1, 83, 1, 99, 1, 102, 1, 89, 1, 76, 1, 90, 1, 89, 1, 82, 1, 76, 1, 70, 1, 92, 1, 72, 1, 70, 1, 95, 1, 92, 1, 105, 1, 60, 1, 106, 1, 105, 1, 66, 1, 60, 1, 98, 1, 84, 1, 100, 1, 98, 1, 87, 1, 84, 1, 174, 1, 187, 1, 202, 1, 174, 1, 183, 1, 187, 1, 167, 1, 111, 1, 168, 1, 167, 1, 109, 1, 111, 1, 127, 1, 123, 1, 129, 1, 127, 1, 121, 1, 123, 1, 136, 1, 134, 1, 138, 1, 136, 1, 132, 1, 134, 1, 110, 1, 128, 1, 113, 1, 110, 1, 126, 1, 128, 1, 119, 1, 131, 1, 116, 1, 119, 1, 133, 1, 131, 1, 139, 1, 122, 1, 137, 1, 139, 1, 124, 1, 122, 1, 166, 1, 125, 1, 108, 1, 125, 1, 135, 1, 120, 1, 135, 1, 114, 1, 130, 1, 114, 1, 166, 1, 164, 1, 166, 1, 135, 1, 125, 1, 135, 1, 166, 1, 114, 1, 115, 1, 170, 1, 117, 1, 115, 1, 165, 1, 170, 1, 165, 1, 168, 1, 170, 1, 165, 1, 167, 1, 168, 1, 4, 1, 154, 1, 11, 1, 4, 1, 162, 1, 154, 1, 162, 1, 152, 1, 154, 1, 162, 1, 160, 1, 152, 1, 252, 0, 148, 1, 21, 1, 252, 0, 156, 1, 148, 1, 156, 1, 150, 1, 148, 1, 156, 1, 158, 1, 150, 1, 15, 1, 163, 1, 5, 1, 15, 1, 159, 1, 163, 1, 159, 1, 161, 1, 163, 1, 159, 1, 157, 1, 161, 1, 147, 1, 149, 1, 151, 1, 147, 1, 146, 1, 149, 1, 238, 0, 147, 1, 10, 1, 238, 0, 145, 1, 147, 1, 145, 1, 146, 1, 147, 1, 145, 1, 142, 1, 146, 1, 12, 1, 169, 1, 112, 1, 12, 1, 155, 1, 169, 1, 155, 1, 171, 1, 169, 1, 155, 1, 153, 1, 171, 1, 27, 1, 231, 0, 24, 1, 27, 1, 175, 1, 231, 0, 33, 1, 27, 1, 30, 1, 178, 1, 33, 1, 234, 0, 181, 1, 33, 1, 178, 1, 27, 1, 172, 1, 175, 1, 172, 1, 33, 1, 181, 1, 172, 1, 27, 1, 33, 1, 179, 1, 248, 0, 190, 1, 179, 1, 235, 0, 248, 0, 243, 0, 144, 1, 237, 0, 144, 1, 195, 1, 204, 1, 243, 0, 195, 1, 144, 1, 185, 1, 189, 1, 194, 1, 197, 1, 200, 1, 205, 1, 173, 1, 198, 1, 177, 1, 173, 1, 201, 1, 198, 1, 180, 1, 186, 1, 182, 1, 180, 1, 191, 1, 186, 1, 232, 0, 196, 1, 244, 0, 232, 0, 176, 1, 196, 1), -"lods": [0.103277, PackedByteArray(213, 1, 3, 0, 16, 0, 65, 0, 16, 0, 9, 0, 65, 0, 77, 0, 16, 0, 77, 0, 58, 0, 3, 0, 65, 0, 67, 0, 77, 0, 63, 0, 77, 0, 67, 0, 81, 0, 77, 0, 63, 0, 81, 0, 63, 0, 61, 0, 6, 0, 81, 0, 61, 0, 6, 0, 12, 0, 81, 0, 12, 0, 0, 0, 55, 0, 79, 0, 55, 0, 58, 0, 212, 1, 79, 0, 215, 1, 206, 1, 211, 1, 214, 1, 165, 0, 224, 0, 228, 0, 220, 0, 228, 0, 225, 0, 14, 0, 228, 0, 220, 0, 14, 0, 165, 0, 228, 0, 165, 0, 14, 0, 7, 0, 224, 0, 165, 0, 217, 0, 224, 0, 217, 0, 209, 0, 209, 0, 217, 0, 214, 0, 165, 0, 213, 0, 217, 0, 213, 0, 165, 0, 10, 0, 213, 0, 10, 0, 18, 0, 216, 1, 218, 1, 224, 1, 216, 1, 227, 1, 218, 1, 226, 1, 227, 1, 216, 1, 224, 1, 223, 1, 216, 1, 224, 1, 221, 1, 223, 1, 220, 1, 222, 1, 224, 1, 210, 1, 226, 1, 217, 1, 209, 1, 210, 1, 217, 1, 178, 0, 232, 1, 45, 0, 178, 0, 230, 1, 232, 1, 38, 0, 230, 1, 178, 0, 231, 1, 232, 1, 230, 1, 231, 1, 230, 1, 229, 1, 142, 0, 231, 1, 235, 1, 142, 0, 235, 1, 158, 0, 231, 1, 236, 1, 235, 1, 236, 1, 159, 0, 235, 1, 236, 1, 163, 0, 159, 0, 231, 1, 234, 1, 236, 1, 234, 1, 231, 1, 228, 1, 228, 1, 153, 0, 234, 1, 228, 1, 136, 0, 153, 0, 236, 1, 234, 1, 233, 1, 164, 0, 236, 1, 233, 1, 164, 0, 233, 1, 149, 0, 234, 1, 148, 0, 233, 1, 234, 1, 154, 0, 148, 0, 39, 0, 33, 0, 129, 0, 208, 1, 219, 1, 225, 1, 225, 1, 207, 1, 208, 1, 25, 0, 43, 0, 219, 1, 121, 0, 46, 0, 21, 0, 121, 0, 111, 0, 46, 0, 121, 0, 109, 0, 111, 0, 167, 0, 20, 0, 11, 0, 167, 0, 172, 0, 20, 0, 8, 0, 172, 0, 167, 0, 8, 0, 35, 0, 172, 0, 172, 0, 174, 0, 20, 0, 20, 0, 174, 0, 48, 0, 172, 0, 176, 0, 174, 0, 182, 0, 28, 0, 24, 0, 182, 0, 188, 0, 28, 0, 42, 0, 188, 0, 182, 0, 42, 0, 32, 0, 188, 0, 93, 0, 36, 0, 29, 0, 93, 0, 119, 0, 36, 0, 93, 0, 117, 0, 119, 0, 181, 0, 34, 0, 41, 0, 181, 0, 175, 0, 34, 0, 181, 0, 173, 0, 175, 0, 23, 0, 173, 0, 181, 0, 23, 0, 47, 0, 173, 0, 187, 0, 44, 0, 27, 0, 187, 0, 177, 0, 44, 0, 31, 0, 177, 0, 187, 0, 31, 0, 37, 0, 177, 0, 204, 0, 226, 0, 211, 0, 204, 0, 211, 0, 215, 0, 204, 0, 215, 0, 19, 0, 204, 0, 19, 0, 5, 0, 60, 0, 203, 0, 4, 0, 57, 0, 203, 0, 60, 0, 203, 0, 57, 0, 1, 0, 237, 1, 238, 1, 239, 1, 2, 0, 238, 1, 237, 1, 2, 0, 15, 0, 221, 0, 48, 1, 236, 0, 34, 1, 251, 1, 249, 0, 236, 0, 51, 1, 34, 1, 28, 1, 28, 1, 56, 1, 51, 1, 245, 0, 28, 1, 233, 0, 40, 1, 242, 0, 249, 0, 40, 1, 249, 0, 252, 1, 40, 1, 252, 1, 42, 1, 38, 1, 42, 1, 252, 1, 254, 1, 38, 1, 252, 1, 239, 0, 254, 1, 245, 0, 254, 1, 36, 1, 38, 1, 239, 0, 36, 1, 254, 1, 242, 1, 253, 1, 250, 1, 199, 1, 143, 1, 203, 1, 195, 1, 200, 1, 203, 1, 143, 1, 195, 1, 203, 1, 243, 0, 195, 1, 143, 1, 243, 0, 143, 1, 237, 0, 143, 1, 199, 1, 192, 1, 192, 1, 199, 1, 184, 1, 184, 1, 189, 1, 192, 1, 188, 1, 143, 1, 192, 1, 143, 1, 188, 1, 247, 0, 143, 1, 247, 0, 240, 0, 255, 1, 3, 2, 11, 2, 255, 1, 5, 2, 3, 2, 10, 2, 255, 1, 11, 2, 246, 1, 0, 2, 248, 1, 248, 1, 0, 2, 9, 2, 0, 2, 247, 1, 8, 2, 16, 1, 9, 2, 9, 1, 155, 1, 17, 2, 14, 2, 155, 1, 19, 1, 17, 2, 12, 1, 155, 1, 14, 2, 16, 2, 14, 2, 17, 2, 16, 2, 13, 2, 14, 2, 2, 1, 88, 1, 20, 1, 244, 1, 72, 1, 6, 2, 6, 2, 2, 2, 7, 2, 72, 1, 6, 1, 13, 1, 72, 1, 94, 1, 92, 1, 72, 1, 92, 1, 90, 1, 1, 2, 249, 1, 4, 2, 1, 2, 243, 1, 249, 1, 1, 2, 245, 1, 243, 1, 145, 1, 241, 0, 251, 0, 145, 1, 251, 0, 22, 1, 145, 1, 22, 1, 149, 1, 147, 1, 145, 1, 149, 1, 147, 1, 149, 1, 151, 1, 238, 0, 145, 1, 147, 1, 238, 0, 147, 1, 10, 1, 157, 1, 1, 1, 163, 1, 157, 1, 253, 0, 1, 1, 15, 1, 157, 1, 163, 1, 15, 1, 163, 1, 5, 1, 156, 1, 8, 1, 150, 1, 156, 1, 14, 1, 8, 1, 156, 1, 150, 1, 148, 1, 252, 0, 156, 1, 148, 1, 252, 0, 148, 1, 21, 1, 162, 1, 18, 1, 154, 1, 162, 1, 0, 1, 18, 1, 4, 1, 162, 1, 154, 1, 4, 1, 154, 1, 11, 1, 173, 1, 186, 1, 201, 1, 173, 1, 190, 1, 186, 1, 173, 1, 201, 1, 196, 1, 232, 0, 173, 1, 196, 1, 232, 0, 196, 1, 244, 0, 23, 2, 248, 0, 190, 1, 23, 2, 235, 0, 248, 0, 19, 2, 123, 1, 129, 1, 19, 2, 18, 2, 123, 1, 139, 1, 124, 1, 18, 2, 139, 1, 18, 2, 21, 2, 19, 2, 21, 2, 18, 2, 12, 2, 21, 2, 19, 2, 12, 2, 19, 2, 128, 1, 12, 2, 128, 1, 113, 1, 21, 2, 12, 2, 15, 2, 21, 2, 15, 2, 20, 2, 119, 1, 20, 2, 15, 2, 119, 1, 133, 1, 20, 2, 21, 2, 20, 2, 134, 1, 21, 2, 134, 1, 138, 1, 27, 1, 22, 2, 240, 1, 22, 2, 27, 1, 33, 1, 22, 2, 33, 1, 241, 1)], -"material": SubResource("StandardMaterial3D_vvpvn"), -"name": "mainmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 536, -"vertex_data": PackedByteArray(28, 170, 167, 42, 254, 255, 100, 192, 28, 170, 167, 42, 254, 255, 121, 179, 28, 170, 167, 42, 254, 255, 188, 192, 28, 170, 187, 245, 254, 255, 160, 243, 28, 170, 187, 245, 254, 255, 4, 230, 28, 170, 187, 245, 254, 255, 76, 237, 55, 157, 67, 11, 1, 211, 166, 156, 55, 157, 67, 11, 1, 211, 199, 186, 55, 157, 67, 11, 1, 211, 249, 209, 28, 170, 187, 245, 1, 211, 77, 248, 28, 170, 187, 245, 1, 211, 26, 208, 28, 170, 187, 245, 1, 211, 249, 209, 28, 170, 167, 42, 151, 218, 142, 156, 28, 170, 167, 42, 151, 218, 100, 192, 28, 170, 167, 42, 151, 218, 41, 167, 28, 170, 167, 42, 151, 218, 119, 192, 28, 170, 187, 245, 151, 218, 32, 247, 28, 170, 187, 245, 151, 218, 160, 243, 28, 170, 187, 245, 151, 218, 3, 231, 28, 170, 187, 245, 151, 218, 126, 238, 28, 170, 187, 245, 65, 158, 249, 209, 166, 166, 255, 255, 160, 102, 35, 249, 166, 166, 255, 255, 160, 102, 231, 250, 166, 166, 255, 255, 160, 102, 30, 189, 166, 166, 255, 255, 160, 102, 249, 209, 166, 166, 255, 255, 161, 55, 201, 253, 166, 166, 255, 255, 161, 55, 231, 250, 166, 166, 255, 255, 161, 55, 22, 240, 166, 166, 255, 255, 161, 55, 249, 209, 146, 152, 0, 0, 161, 55, 203, 229, 146, 152, 0, 0, 161, 55, 143, 192, 146, 152, 0, 0, 161, 55, 22, 240, 146, 152, 0, 0, 161, 55, 249, 209, 55, 157, 67, 11, 128, 105, 5, 156, 55, 157, 67, 11, 128, 105, 30, 189, 55, 157, 67, 11, 65, 158, 249, 209, 55, 157, 67, 11, 192, 52, 203, 229, 55, 157, 67, 11, 192, 52, 22, 240, 55, 157, 67, 11, 192, 52, 249, 209, 146, 152, 0, 0, 160, 102, 5, 156, 146, 152, 0, 0, 160, 102, 143, 192, 146, 152, 0, 0, 160, 102, 30, 189, 146, 152, 0, 0, 160, 102, 249, 209, 28, 170, 187, 245, 192, 52, 201, 253, 28, 170, 187, 245, 192, 52, 22, 240, 28, 170, 187, 245, 192, 52, 249, 209, 28, 170, 187, 245, 128, 105, 35, 249, 28, 170, 187, 245, 128, 105, 30, 189, 28, 170, 187, 245, 128, 105, 249, 209, 86, 209, 179, 63, 254, 255, 100, 192, 86, 209, 179, 63, 254, 255, 100, 197, 86, 209, 179, 63, 254, 255, 196, 182, 6, 223, 102, 97, 254, 255, 100, 197, 6, 223, 102, 97, 254, 255, 50, 208, 6, 223, 102, 97, 254, 255, 18, 180, 220, 226, 201, 141, 254, 255, 127, 222, 220, 226, 201, 141, 254, 255, 50, 208, 220, 226, 201, 141, 254, 255, 196, 182, 217, 220, 50, 183, 254, 255, 160, 243, 217, 220, 50, 183, 254, 255, 127, 222, 217, 220, 50, 183, 254, 255, 151, 213, 59, 241, 81, 65, 1, 211, 234, 156, 59, 241, 81, 65, 1, 211, 50, 165, 241, 251, 211, 99, 1, 211, 144, 163, 241, 251, 211, 99, 1, 211, 58, 189, 140, 240, 252, 211, 1, 211, 255, 240, 140, 240, 252, 211, 1, 211, 188, 217, 241, 251, 247, 178, 1, 211, 115, 222, 241, 251, 247, 178, 1, 211, 108, 192, 216, 226, 159, 141, 151, 218, 115, 213, 216, 226, 159, 141, 151, 218, 140, 187, 216, 226, 159, 141, 151, 218, 127, 222, 216, 226, 159, 141, 151, 218, 50, 208, 223, 220, 43, 183, 151, 218, 115, 240, 223, 220, 43, 183, 151, 218, 141, 207, 223, 220, 43, 183, 151, 218, 160, 243, 223, 220, 43, 183, 151, 218, 127, 222, 7, 223, 112, 97, 151, 218, 50, 160, 7, 223, 112, 97, 151, 218, 130, 183, 7, 223, 112, 97, 151, 218, 100, 197, 7, 223, 112, 97, 151, 218, 50, 208, 72, 209, 172, 63, 151, 218, 228, 156, 72, 209, 172, 63, 151, 218, 32, 162, 72, 209, 172, 63, 151, 218, 100, 192, 72, 209, 172, 63, 151, 218, 100, 197, 255, 255, 135, 94, 160, 102, 89, 168, 255, 255, 135, 94, 160, 102, 153, 194, 255, 255, 135, 94, 160, 102, 105, 199, 255, 255, 135, 94, 160, 102, 84, 213, 45, 245, 149, 59, 160, 102, 5, 156, 45, 245, 149, 59, 160, 102, 143, 192, 45, 245, 149, 59, 160, 102, 86, 168, 45, 245, 149, 59, 160, 102, 105, 199, 43, 245, 148, 59, 161, 55, 203, 229, 43, 245, 148, 59, 161, 55, 143, 192, 43, 245, 148, 59, 161, 55, 172, 238, 43, 245, 148, 59, 161, 55, 105, 199, 255, 255, 148, 94, 161, 55, 173, 238, 255, 255, 148, 94, 161, 55, 92, 241, 255, 255, 148, 94, 161, 55, 105, 199, 255, 255, 148, 94, 161, 55, 84, 213, 255, 255, 1, 185, 161, 55, 129, 248, 255, 255, 1, 185, 161, 55, 92, 241, 255, 255, 1, 185, 161, 55, 41, 232, 255, 255, 1, 185, 161, 55, 84, 213, 205, 244, 141, 218, 161, 55, 201, 253, 205, 244, 141, 218, 161, 55, 231, 250, 205, 244, 141, 218, 161, 55, 125, 248, 205, 244, 141, 218, 161, 55, 41, 232, 241, 251, 150, 178, 128, 105, 197, 222, 241, 251, 150, 178, 128, 105, 153, 194, 175, 240, 235, 211, 128, 105, 35, 249, 175, 240, 235, 211, 128, 105, 227, 222, 206, 240, 220, 211, 192, 52, 201, 253, 206, 240, 220, 211, 192, 52, 126, 248, 241, 251, 80, 178, 192, 52, 130, 248, 241, 251, 80, 178, 192, 52, 92, 241, 241, 251, 66, 100, 192, 52, 173, 238, 241, 251, 66, 100, 192, 52, 92, 241, 35, 241, 66, 65, 192, 52, 203, 229, 35, 241, 66, 65, 192, 52, 172, 238, 198, 244, 144, 218, 160, 102, 35, 249, 198, 244, 144, 218, 160, 102, 231, 250, 198, 244, 144, 218, 160, 102, 220, 222, 198, 244, 144, 218, 160, 102, 41, 232, 255, 255, 20, 185, 160, 102, 191, 222, 255, 255, 20, 185, 160, 102, 153, 194, 255, 255, 20, 185, 160, 102, 41, 232, 255, 255, 20, 185, 160, 102, 84, 213, 46, 241, 73, 65, 128, 105, 5, 156, 46, 241, 73, 65, 128, 105, 87, 168, 241, 251, 21, 100, 128, 105, 90, 168, 241, 251, 21, 100, 128, 105, 153, 194, 184, 169, 231, 47, 0, 0, 255, 255, 184, 169, 231, 47, 0, 0, 177, 228, 184, 169, 231, 47, 0, 0, 247, 231, 55, 157, 67, 11, 38, 13, 166, 228, 55, 157, 67, 11, 38, 13, 2, 232, 55, 157, 67, 11, 38, 13, 249, 209, 208, 178, 79, 213, 0, 0, 255, 255, 208, 178, 79, 213, 0, 0, 29, 236, 208, 178, 79, 213, 0, 0, 6, 232, 28, 170, 187, 245, 38, 13, 74, 236, 28, 170, 187, 245, 38, 13, 13, 232, 28, 170, 187, 245, 38, 13, 249, 209, 145, 241, 59, 110, 0, 0, 255, 255, 145, 241, 59, 110, 0, 0, 0, 224, 145, 241, 59, 110, 0, 0, 187, 233, 241, 251, 61, 100, 38, 13, 0, 224, 241, 251, 61, 100, 38, 13, 170, 233, 97, 235, 39, 90, 0, 0, 255, 255, 97, 235, 39, 90, 0, 0, 47, 229, 97, 235, 39, 90, 0, 0, 0, 224, 42, 241, 70, 65, 38, 13, 26, 229, 42, 241, 70, 65, 38, 13, 0, 224, 123, 235, 41, 186, 0, 0, 255, 255, 123, 235, 41, 186, 0, 0, 208, 236, 123, 235, 41, 186, 0, 0, 169, 254, 214, 240, 216, 211, 38, 13, 231, 236, 214, 240, 216, 211, 38, 13, 169, 254, 145, 241, 200, 167, 0, 0, 255, 255, 145, 241, 200, 167, 0, 0, 169, 254, 145, 241, 200, 167, 0, 0, 227, 233, 241, 251, 87, 178, 38, 13, 170, 254, 241, 251, 87, 178, 38, 13, 205, 233, 208, 165, 147, 167, 1, 211, 250, 186, 208, 165, 147, 167, 1, 211, 33, 191, 208, 165, 147, 167, 1, 211, 249, 209, 132, 161, 107, 89, 1, 211, 117, 188, 132, 161, 107, 89, 1, 211, 198, 161, 132, 161, 107, 89, 1, 211, 249, 209, 208, 165, 147, 167, 65, 158, 249, 209, 132, 161, 107, 89, 65, 158, 249, 209, 208, 165, 147, 167, 128, 105, 30, 189, 208, 165, 147, 167, 128, 105, 249, 209, 132, 161, 107, 89, 128, 105, 30, 189, 132, 161, 107, 89, 128, 105, 249, 209, 208, 165, 147, 167, 192, 52, 22, 240, 208, 165, 147, 167, 192, 52, 249, 209, 132, 161, 107, 89, 192, 52, 22, 240, 132, 161, 107, 89, 192, 52, 249, 209, 245, 161, 170, 170, 160, 102, 30, 189, 245, 161, 170, 170, 160, 102, 249, 209, 68, 157, 85, 85, 160, 102, 30, 189, 68, 157, 85, 85, 160, 102, 249, 209, 245, 161, 170, 170, 161, 55, 22, 240, 245, 161, 170, 170, 161, 55, 249, 209, 68, 157, 85, 85, 161, 55, 22, 240, 68, 157, 85, 85, 161, 55, 249, 209, 200, 175, 45, 158, 0, 0, 0, 0, 200, 175, 45, 158, 0, 0, 0, 232, 192, 172, 10, 103, 0, 0, 255, 255, 192, 172, 10, 103, 0, 0, 252, 231, 132, 161, 107, 89, 38, 13, 8, 232, 132, 161, 107, 89, 38, 13, 249, 209, 208, 165, 147, 167, 38, 13, 6, 232, 208, 165, 147, 167, 38, 13, 249, 209, 78, 216, 217, 110, 113, 255, 25, 183, 78, 216, 217, 110, 113, 255, 43, 200, 78, 216, 217, 110, 113, 255, 84, 213, 33, 210, 66, 86, 3, 255, 255, 147, 33, 210, 66, 86, 3, 255, 162, 193, 33, 210, 66, 86, 3, 255, 139, 200, 242, 210, 201, 164, 210, 254, 16, 221, 242, 210, 201, 164, 210, 254, 109, 240, 242, 210, 201, 164, 210, 254, 132, 226, 78, 216, 77, 136, 113, 255, 198, 195, 78, 216, 77, 136, 113, 255, 35, 226, 78, 216, 77, 136, 113, 255, 84, 213, 78, 216, 77, 136, 128, 229, 157, 192, 78, 216, 77, 136, 128, 229, 43, 26, 78, 216, 77, 136, 128, 229, 231, 226, 78, 216, 77, 136, 128, 229, 84, 213, 242, 210, 201, 164, 60, 228, 174, 218, 242, 210, 201, 164, 60, 228, 43, 26, 242, 210, 201, 164, 60, 228, 1, 242, 242, 210, 201, 164, 60, 228, 70, 227, 238, 209, 220, 155, 43, 227, 150, 190, 238, 209, 220, 155, 43, 227, 3, 231, 238, 209, 220, 155, 43, 227, 43, 26, 33, 210, 66, 86, 11, 228, 40, 149, 33, 210, 66, 86, 11, 228, 31, 193, 33, 210, 66, 86, 11, 228, 62, 175, 33, 210, 66, 86, 11, 228, 185, 199, 78, 216, 217, 110, 128, 229, 243, 191, 78, 216, 217, 110, 128, 229, 62, 175, 78, 216, 217, 110, 128, 229, 88, 199, 78, 216, 217, 110, 128, 229, 84, 213, 222, 209, 144, 92, 84, 227, 157, 192, 222, 209, 144, 92, 84, 227, 40, 149, 222, 209, 144, 92, 84, 227, 62, 175, 226, 85, 167, 42, 254, 255, 111, 51, 226, 85, 167, 42, 254, 255, 197, 7, 226, 85, 167, 42, 254, 255, 175, 5, 226, 85, 187, 245, 254, 255, 243, 101, 226, 85, 187, 245, 254, 255, 198, 59, 226, 85, 187, 245, 254, 255, 34, 62, 199, 98, 67, 11, 1, 211, 16, 56, 199, 98, 67, 11, 1, 211, 36, 39, 199, 98, 67, 11, 1, 211, 33, 8, 226, 85, 187, 245, 1, 211, 231, 57, 226, 85, 187, 245, 1, 211, 36, 39, 226, 85, 187, 245, 1, 211, 134, 100, 226, 85, 167, 42, 151, 218, 203, 35, 226, 85, 167, 42, 151, 218, 48, 6, 226, 85, 167, 42, 151, 218, 208, 7, 226, 85, 167, 42, 151, 218, 175, 5, 226, 85, 187, 245, 151, 218, 242, 78, 226, 85, 187, 245, 151, 218, 74, 60, 226, 85, 187, 245, 151, 218, 37, 100, 226, 85, 187, 245, 151, 218, 34, 62, 226, 85, 187, 245, 65, 158, 36, 39, 88, 89, 255, 255, 160, 102, 182, 55, 88, 89, 255, 255, 160, 102, 36, 39, 88, 89, 255, 255, 160, 102, 164, 101, 88, 89, 255, 255, 160, 102, 174, 63, 88, 89, 255, 255, 161, 55, 181, 13, 88, 89, 255, 255, 161, 55, 36, 39, 88, 89, 255, 255, 161, 55, 72, 25, 88, 89, 255, 255, 161, 55, 174, 63, 108, 103, 0, 0, 161, 55, 181, 13, 108, 103, 0, 0, 161, 55, 36, 39, 108, 103, 0, 0, 161, 55, 11, 3, 108, 103, 0, 0, 161, 55, 199, 6, 199, 98, 67, 11, 128, 105, 182, 55, 199, 98, 67, 11, 128, 105, 24, 9, 199, 98, 67, 11, 65, 158, 36, 39, 199, 98, 67, 11, 192, 52, 181, 13, 199, 98, 67, 11, 192, 52, 36, 39, 199, 98, 67, 11, 192, 52, 11, 3, 108, 103, 0, 0, 160, 102, 182, 55, 108, 103, 0, 0, 160, 102, 36, 39, 108, 103, 0, 0, 160, 102, 24, 9, 108, 103, 0, 0, 160, 102, 199, 6, 226, 85, 187, 245, 192, 52, 181, 13, 226, 85, 187, 245, 192, 52, 36, 39, 226, 85, 187, 245, 192, 52, 72, 25, 226, 85, 187, 245, 128, 105, 182, 55, 226, 85, 187, 245, 128, 105, 36, 39, 226, 85, 187, 245, 128, 105, 164, 101, 168, 46, 179, 63, 254, 255, 186, 54, 168, 46, 179, 63, 254, 255, 175, 5, 168, 46, 179, 63, 254, 255, 32, 21, 248, 32, 102, 97, 254, 255, 7, 52, 248, 32, 102, 97, 254, 255, 32, 21, 248, 32, 102, 97, 254, 255, 32, 37, 34, 29, 201, 141, 254, 255, 186, 54, 34, 29, 201, 141, 254, 255, 190, 50, 34, 29, 201, 141, 254, 255, 32, 37, 37, 35, 50, 183, 254, 255, 140, 85, 37, 35, 50, 183, 254, 255, 34, 62, 37, 35, 50, 183, 254, 255, 190, 50, 195, 14, 81, 65, 1, 211, 245, 8, 195, 14, 81, 65, 1, 211, 67, 35, 13, 4, 211, 99, 1, 211, 144, 33, 13, 4, 211, 99, 1, 211, 53, 60, 114, 15, 252, 211, 1, 211, 116, 97, 114, 15, 252, 211, 1, 211, 107, 88, 13, 4, 247, 178, 1, 211, 2, 93, 13, 4, 247, 178, 1, 211, 104, 63, 38, 29, 159, 141, 151, 218, 56, 84, 38, 29, 159, 141, 151, 218, 135, 58, 38, 29, 159, 141, 151, 218, 190, 50, 38, 29, 159, 141, 151, 218, 32, 37, 31, 35, 43, 183, 151, 218, 41, 97, 31, 35, 43, 183, 151, 218, 103, 78, 31, 35, 43, 183, 151, 218, 34, 62, 31, 35, 43, 183, 151, 218, 190, 50, 247, 32, 112, 97, 151, 218, 6, 30, 247, 32, 112, 97, 151, 218, 120, 54, 247, 32, 112, 97, 151, 218, 32, 21, 247, 32, 112, 97, 151, 218, 32, 37, 182, 46, 172, 63, 151, 218, 225, 8, 182, 46, 172, 63, 151, 218, 15, 32, 182, 46, 172, 63, 151, 218, 175, 5, 182, 46, 172, 63, 151, 218, 32, 21, 0, 0, 135, 94, 160, 102, 187, 34, 0, 0, 135, 94, 160, 102, 101, 61, 0, 0, 135, 94, 160, 102, 225, 24, 0, 0, 135, 94, 160, 102, 170, 42, 209, 10, 149, 59, 160, 102, 24, 9, 209, 10, 149, 59, 160, 102, 199, 6, 209, 10, 149, 59, 160, 102, 183, 34, 209, 10, 149, 59, 160, 102, 225, 24, 211, 10, 148, 59, 161, 55, 11, 3, 211, 10, 148, 59, 161, 55, 199, 6, 211, 10, 148, 59, 161, 55, 24, 8, 211, 10, 148, 59, 161, 55, 225, 24, 0, 0, 148, 94, 161, 55, 25, 8, 0, 0, 148, 94, 161, 55, 162, 14, 0, 0, 148, 94, 161, 55, 225, 24, 0, 0, 148, 94, 161, 55, 170, 42, 0, 0, 1, 185, 161, 55, 211, 16, 0, 0, 1, 185, 161, 55, 162, 14, 0, 0, 1, 185, 161, 55, 49, 57, 0, 0, 1, 185, 161, 55, 170, 42, 49, 11, 141, 218, 161, 55, 72, 25, 49, 11, 141, 218, 161, 55, 174, 63, 49, 11, 141, 218, 161, 55, 209, 16, 49, 11, 141, 218, 161, 55, 49, 57, 13, 4, 150, 178, 128, 105, 113, 89, 13, 4, 150, 178, 128, 105, 101, 61, 79, 15, 235, 211, 128, 105, 164, 101, 79, 15, 235, 211, 128, 105, 139, 89, 48, 15, 220, 211, 192, 52, 72, 25, 48, 15, 220, 211, 192, 52, 209, 16, 13, 4, 80, 178, 192, 52, 211, 16, 13, 4, 80, 178, 192, 52, 162, 14, 13, 4, 66, 100, 192, 52, 25, 8, 13, 4, 66, 100, 192, 52, 162, 14, 219, 14, 66, 65, 192, 52, 11, 3, 219, 14, 66, 65, 192, 52, 24, 8, 56, 11, 144, 218, 160, 102, 164, 101, 56, 11, 144, 218, 160, 102, 174, 63, 56, 11, 144, 218, 160, 102, 134, 89, 56, 11, 144, 218, 160, 102, 49, 57, 0, 0, 20, 185, 160, 102, 107, 89, 0, 0, 20, 185, 160, 102, 101, 61, 0, 0, 20, 185, 160, 102, 49, 57, 0, 0, 20, 185, 160, 102, 170, 42, 208, 14, 73, 65, 128, 105, 24, 9, 208, 14, 73, 65, 128, 105, 184, 34, 13, 4, 21, 100, 128, 105, 188, 34, 13, 4, 21, 100, 128, 105, 101, 61, 70, 86, 231, 47, 0, 0, 0, 0, 70, 86, 231, 47, 0, 0, 127, 20, 70, 86, 231, 47, 0, 0, 14, 16, 199, 98, 67, 11, 38, 13, 140, 20, 199, 98, 67, 11, 38, 13, 36, 39, 199, 98, 67, 11, 38, 13, 252, 15, 46, 77, 79, 213, 0, 0, 0, 0, 46, 77, 79, 213, 0, 0, 145, 20, 46, 77, 79, 213, 0, 0, 142, 24, 226, 85, 187, 245, 38, 13, 152, 20, 226, 85, 187, 245, 38, 13, 36, 39, 226, 85, 187, 245, 38, 13, 179, 24, 109, 14, 59, 110, 0, 0, 0, 0, 109, 14, 59, 110, 0, 0, 203, 0, 109, 14, 59, 110, 0, 0, 100, 22, 13, 4, 61, 100, 38, 13, 212, 0, 13, 4, 61, 100, 38, 13, 84, 22, 157, 20, 39, 90, 0, 0, 0, 0, 157, 20, 39, 90, 0, 0, 212, 16, 157, 20, 39, 90, 0, 0, 211, 0, 212, 14, 70, 65, 38, 13, 179, 16, 212, 14, 70, 65, 38, 13, 218, 0, 131, 20, 41, 186, 0, 0, 0, 0, 131, 20, 41, 186, 0, 0, 30, 25, 131, 20, 41, 186, 0, 0, 250, 31, 40, 15, 216, 211, 38, 13, 48, 25, 40, 15, 216, 211, 38, 13, 250, 31, 109, 14, 200, 167, 0, 0, 0, 0, 109, 14, 200, 167, 0, 0, 250, 31, 109, 14, 200, 167, 0, 0, 140, 22, 13, 4, 87, 178, 38, 13, 250, 31, 13, 4, 87, 178, 38, 13, 117, 22, 46, 90, 147, 167, 1, 211, 123, 57, 46, 90, 147, 167, 1, 211, 242, 95, 46, 90, 147, 167, 1, 211, 36, 39, 122, 94, 107, 89, 1, 211, 248, 58, 122, 94, 107, 89, 1, 211, 249, 29, 122, 94, 107, 89, 1, 211, 36, 39, 46, 90, 147, 167, 65, 158, 36, 39, 122, 94, 107, 89, 65, 158, 36, 39, 46, 90, 147, 167, 128, 105, 182, 55, 46, 90, 147, 167, 128, 105, 36, 39, 122, 94, 107, 89, 128, 105, 182, 55, 122, 94, 107, 89, 128, 105, 36, 39, 46, 90, 147, 167, 192, 52, 181, 13, 46, 90, 147, 167, 192, 52, 36, 39, 122, 94, 107, 89, 192, 52, 181, 13, 122, 94, 107, 89, 192, 52, 36, 39, 9, 94, 170, 170, 160, 102, 182, 55, 9, 94, 170, 170, 160, 102, 36, 39, 186, 98, 85, 85, 160, 102, 182, 55, 186, 98, 85, 85, 160, 102, 36, 39, 9, 94, 170, 170, 161, 55, 181, 13, 9, 94, 170, 170, 161, 55, 36, 39, 186, 98, 85, 85, 161, 55, 181, 13, 186, 98, 85, 85, 161, 55, 36, 39, 54, 80, 45, 158, 0, 0, 255, 255, 54, 80, 45, 158, 0, 0, 137, 20, 62, 83, 10, 103, 0, 0, 0, 0, 62, 83, 10, 103, 0, 0, 134, 20, 122, 94, 107, 89, 38, 13, 147, 20, 122, 94, 107, 89, 38, 13, 36, 39, 46, 90, 147, 167, 38, 13, 144, 20, 46, 90, 147, 167, 38, 13, 36, 39, 176, 39, 217, 110, 113, 255, 14, 55, 176, 39, 217, 110, 113, 255, 43, 26, 176, 39, 217, 110, 113, 255, 170, 42, 221, 45, 66, 86, 3, 255, 233, 19, 221, 45, 66, 86, 3, 255, 152, 11, 221, 45, 66, 86, 3, 255, 198, 26, 12, 45, 201, 164, 210, 254, 3, 93, 12, 45, 201, 164, 210, 254, 14, 61, 12, 45, 201, 164, 210, 254, 174, 53, 176, 39, 77, 136, 113, 255, 188, 67, 176, 39, 77, 136, 113, 255, 107, 53, 176, 39, 77, 136, 113, 255, 170, 42, 176, 39, 77, 136, 128, 229, 34, 63, 176, 39, 77, 136, 128, 229, 154, 159, 176, 39, 77, 136, 128, 229, 241, 53, 176, 39, 77, 136, 128, 229, 170, 42, 12, 45, 201, 164, 60, 228, 99, 97, 12, 45, 201, 164, 60, 228, 154, 159, 12, 45, 201, 164, 60, 228, 158, 61, 12, 45, 201, 164, 60, 228, 49, 54, 16, 46, 220, 155, 43, 227, 26, 61, 16, 46, 220, 155, 43, 227, 99, 97, 16, 46, 220, 155, 43, 227, 154, 159, 221, 45, 66, 86, 11, 228, 229, 14, 221, 45, 66, 86, 11, 228, 155, 9, 221, 45, 66, 86, 11, 228, 100, 42, 221, 45, 66, 86, 11, 228, 110, 25, 176, 39, 217, 110, 128, 229, 120, 62, 176, 39, 217, 110, 128, 229, 100, 42, 176, 39, 217, 110, 128, 229, 201, 24, 176, 39, 217, 110, 128, 229, 170, 42, 32, 46, 144, 92, 84, 227, 34, 63, 32, 46, 144, 92, 84, 227, 229, 14, 32, 46, 144, 92, 84, 227, 100, 42, 28, 170, 167, 42, 151, 218, 23, 149, 166, 166, 255, 255, 160, 102, 231, 250, 166, 166, 255, 255, 161, 55, 236, 250, 146, 152, 0, 0, 161, 55, 143, 192, 146, 152, 0, 0, 160, 102, 143, 192, 220, 226, 201, 141, 254, 255, 65, 207, 220, 226, 201, 141, 254, 255, 127, 222, 7, 223, 112, 97, 151, 218, 185, 195, 72, 209, 172, 63, 151, 218, 28, 175, 72, 209, 172, 63, 151, 218, 162, 192, 43, 245, 148, 59, 161, 55, 48, 194, 43, 245, 148, 59, 161, 55, 143, 192, 241, 251, 150, 178, 128, 105, 55, 232, 206, 240, 220, 211, 192, 52, 124, 252, 206, 240, 220, 211, 192, 52, 195, 245, 241, 251, 80, 178, 192, 52, 23, 232, 241, 251, 80, 178, 192, 52, 26, 239, 241, 251, 66, 100, 192, 52, 106, 199, 198, 244, 144, 218, 160, 102, 2, 249, 198, 244, 144, 218, 160, 102, 234, 250, 46, 241, 73, 65, 128, 105, 190, 189, 241, 251, 21, 100, 128, 105, 18, 196, 184, 169, 231, 47, 0, 0, 166, 240, 184, 169, 231, 47, 0, 0, 35, 232, 55, 157, 67, 11, 38, 13, 155, 220, 208, 178, 79, 213, 0, 0, 38, 247, 28, 170, 187, 245, 38, 13, 205, 216, 145, 241, 59, 110, 0, 0, 116, 239, 97, 235, 39, 90, 0, 0, 254, 244, 123, 235, 41, 186, 0, 0, 143, 239, 145, 241, 200, 167, 0, 0, 45, 245, 242, 210, 201, 164, 210, 254, 255, 255, 33, 210, 66, 86, 11, 228, 104, 192, 78, 216, 217, 110, 128, 229, 200, 198, 226, 85, 167, 42, 254, 255, 15, 51, 226, 85, 187, 245, 254, 255, 92, 96, 226, 85, 167, 42, 151, 218, 94, 5, 88, 89, 255, 255, 160, 102, 68, 65, 88, 89, 255, 255, 161, 55, 164, 101, 88, 89, 255, 255, 161, 55, 174, 63, 108, 103, 0, 0, 161, 55, 199, 6, 199, 98, 67, 11, 192, 52, 199, 6, 108, 103, 0, 0, 160, 102, 209, 6, 226, 85, 187, 245, 128, 105, 79, 66, 248, 32, 102, 97, 254, 255, 5, 24, 31, 35, 43, 183, 151, 218, 234, 61, 31, 35, 43, 183, 151, 218, 203, 107, 182, 46, 172, 63, 151, 218, 94, 7, 182, 46, 172, 63, 151, 218, 79, 8, 0, 0, 148, 94, 161, 55, 233, 24, 0, 0, 148, 94, 161, 55, 230, 24, 0, 0, 148, 94, 161, 55, 146, 26, 0, 0, 148, 94, 161, 55, 134, 33, 13, 4, 150, 178, 128, 105, 53, 57, 79, 15, 235, 211, 128, 105, 190, 58, 79, 15, 235, 211, 128, 105, 174, 63, 48, 15, 220, 211, 192, 52, 243, 106, 13, 4, 80, 178, 192, 52, 116, 89, 219, 14, 66, 65, 192, 52, 199, 6, 208, 14, 73, 65, 128, 105, 85, 8, 208, 14, 73, 65, 128, 105, 0, 0, 13, 4, 21, 100, 128, 105, 245, 24, 70, 86, 231, 47, 0, 0, 41, 11, 70, 86, 231, 47, 0, 0, 178, 20, 199, 98, 67, 11, 38, 13, 64, 30, 46, 77, 79, 213, 0, 0, 89, 7, 46, 77, 79, 213, 0, 0, 199, 20, 226, 85, 187, 245, 38, 13, 124, 33, 109, 14, 59, 110, 0, 0, 51, 16, 157, 20, 39, 90, 0, 0, 250, 12, 131, 20, 41, 186, 0, 0, 102, 16, 109, 14, 200, 167, 0, 0, 231, 8, 176, 39, 217, 110, 113, 255, 248, 54, 176, 39, 217, 110, 113, 255, 27, 20, 150, 10, 210, 106, 4, 252, 152, 253, 123, 232, 67, 164, 175, 57, 160, 12, 211, 254, 74, 253, 171, 200, 81, 238, 166, 10, 250, 89, 226, 245, 92, 231, 119, 215, 13, 209, 83, 30, 201, 5, 134, 236, 106, 241, 119, 215, 13, 209, 21, 11, 115, 90, 150, 10, 210, 106, 119, 235, 171, 228, 207, 229, 104, 164, 137, 30, 88, 5, 175, 57, 160, 12, 247, 242, 117, 238, 143, 201, 80, 237, 119, 215, 13, 209, 132, 30, 181, 2, 72, 61, 110, 5, 106, 234, 254, 230, 119, 215, 13, 209, 188, 90, 11, 8, 72, 61, 110, 5, 45, 203, 209, 194, 119, 215, 13, 209, 20, 13, 135, 110, 63, 12, 128, 103, 45, 203, 209, 194, 119, 215, 13, 209, 75, 10, 6, 87, 106, 234, 254, 230, 119, 215, 13, 209, 20, 13, 135, 110, 45, 203, 209, 194, 119, 215, 13, 209, 75, 10, 6, 87, 63, 12, 128, 103, 106, 234, 254, 230, 119, 215, 13, 209, 188, 90, 11, 8, 45, 203, 209, 194, 119, 215, 13, 209, 132, 30, 181, 2, 106, 234, 254, 230, 119, 215, 13, 209, 150, 10, 210, 106, 4, 28, 251, 71, 79, 252, 144, 253, 4, 28, 251, 71, 73, 39, 107, 49, 18, 252, 151, 253, 172, 47, 169, 32, 73, 39, 107, 49, 79, 252, 144, 253, 175, 57, 160, 12, 172, 47, 169, 32, 40, 254, 92, 253, 137, 9, 193, 88, 133, 10, 62, 27, 109, 11, 212, 27, 162, 11, 166, 12, 170, 31, 252, 2, 27, 12, 64, 7, 94, 11, 190, 7, 194, 10, 172, 12, 208, 12, 199, 6, 30, 12, 163, 12, 172, 47, 169, 32, 73, 39, 107, 49, 197, 31, 196, 2, 219, 13, 20, 6, 175, 57, 160, 12, 172, 47, 169, 32, 129, 13, 45, 29, 94, 13, 155, 12, 4, 28, 251, 71, 73, 39, 107, 49, 163, 9, 222, 88, 71, 12, 98, 28, 150, 10, 210, 106, 4, 28, 251, 71, 148, 17, 110, 37, 244, 21, 244, 21, 1, 31, 254, 65, 170, 42, 170, 42, 75, 10, 6, 87, 63, 12, 128, 103, 151, 17, 111, 37, 1, 31, 254, 65, 20, 13, 135, 110, 63, 12, 128, 103, 8, 38, 218, 80, 1, 31, 254, 65, 1, 38, 223, 80, 155, 56, 155, 56, 1, 31, 254, 65, 170, 42, 170, 42, 60, 76, 47, 34, 155, 56, 155, 56, 80, 52, 93, 23, 170, 42, 170, 42, 188, 90, 11, 8, 72, 61, 110, 5, 75, 76, 32, 34, 80, 52, 93, 23, 36, 22, 212, 9, 244, 21, 244, 21, 132, 30, 181, 2, 28, 22, 219, 9, 188, 90, 11, 8, 71, 76, 36, 34, 56, 76, 50, 34, 155, 56, 155, 56, 2, 38, 222, 80, 155, 56, 155, 56, 20, 13, 135, 110, 9, 38, 217, 80, 132, 30, 181, 2, 72, 61, 110, 5, 30, 22, 218, 9, 80, 52, 93, 23, 37, 22, 211, 9, 244, 21, 244, 21, 80, 52, 93, 23, 170, 42, 170, 42, 75, 10, 6, 87, 150, 17, 111, 37, 148, 17, 110, 37, 244, 21, 244, 21, 109, 196, 145, 187, 160, 71, 13, 73, 251, 205, 137, 198, 113, 71, 43, 73, 28, 206, 115, 198, 119, 215, 13, 209, 83, 195, 171, 188, 4, 184, 58, 176, 41, 206, 106, 198, 152, 183, 140, 176, 61, 206, 93, 198, 119, 215, 13, 209, 171, 192, 83, 191, 240, 67, 28, 59, 216, 52, 36, 53, 214, 67, 42, 59, 4, 53, 4, 53, 74, 194, 179, 189, 140, 73, 208, 71, 218, 67, 40, 59, 59, 73, 5, 72, 199, 67, 51, 59, 92, 192, 162, 191, 92, 182, 125, 177, 129, 182, 99, 172, 36, 182, 167, 177, 128, 182, 100, 172, 247, 192, 6, 191, 128, 182, 100, 172, 107, 52, 113, 53, 128, 182, 100, 172, 168, 52, 69, 53, 163, 241, 66, 241, 61, 230, 77, 244, 119, 215, 13, 209, 35, 242, 61, 241, 53, 231, 145, 227, 119, 215, 13, 209, 119, 215, 13, 209, 119, 215, 13, 209, 106, 234, 254, 230, 119, 215, 13, 209, 106, 234, 254, 230, 119, 215, 13, 209, 45, 203, 209, 194, 119, 215, 13, 209, 45, 203, 209, 194, 119, 215, 13, 209, 106, 234, 254, 230, 119, 215, 13, 209, 106, 234, 254, 230, 119, 215, 13, 209, 45, 203, 209, 194, 119, 215, 13, 209, 45, 203, 209, 194, 119, 215, 13, 209, 194, 196, 60, 187, 21, 206, 119, 198, 109, 196, 145, 187, 11, 206, 126, 198, 47, 206, 102, 198, 119, 215, 13, 209, 39, 206, 107, 198, 119, 215, 13, 209, 86, 252, 143, 253, 28, 221, 117, 194, 84, 213, 84, 213, 88, 245, 83, 254, 218, 238, 236, 163, 233, 221, 68, 194, 122, 254, 84, 253, 244, 202, 187, 235, 102, 208, 215, 224, 60, 253, 118, 253, 15, 208, 26, 225, 84, 213, 84, 213, 119, 243, 45, 241, 125, 243, 249, 237, 191, 208, 147, 224, 84, 213, 84, 213, 174, 239, 248, 239, 125, 243, 248, 237, 15, 204, 123, 234, 19, 209, 83, 224, 213, 242, 53, 241, 247, 242, 117, 238, 125, 243, 248, 237, 37, 214, 41, 223, 141, 235, 25, 164, 51, 234, 101, 227, 35, 220, 177, 194, 67, 243, 48, 241, 51, 234, 101, 227, 73, 219, 230, 194, 84, 213, 84, 213, 119, 243, 45, 241, 37, 214, 41, 223, 51, 234, 101, 227, 199, 1, 242, 2, 40, 56, 101, 14, 4, 195, 243, 249, 184, 7, 85, 3, 174, 24, 60, 77, 130, 236, 248, 166, 190, 21, 237, 8, 179, 44, 151, 38, 225, 223, 49, 252, 125, 10, 122, 24, 179, 44, 151, 38, 163, 239, 75, 170, 69, 16, 57, 12, 44, 55, 198, 15, 239, 223, 17, 252, 4, 195, 243, 249, 104, 20, 98, 25, 111, 26, 5, 77, 71, 241, 242, 171, 130, 236, 248, 166, 179, 44, 151, 38, 182, 22, 155, 19, 179, 44, 151, 38, 171, 247, 41, 162, 91, 246, 69, 147, 34, 60, 235, 51, 179, 44, 151, 38, 214, 245, 109, 141, 91, 246, 69, 147, 34, 60, 235, 51, 179, 44, 151, 38, 246, 167, 148, 245, 146, 195, 216, 248, 182, 22, 155, 19, 194, 224, 77, 252, 179, 44, 151, 38, 34, 60, 235, 51, 179, 44, 151, 38, 246, 167, 148, 245, 182, 22, 155, 19, 179, 44, 151, 38, 194, 224, 77, 252, 146, 195, 216, 248, 34, 60, 235, 51, 179, 44, 151, 38, 214, 245, 109, 141, 182, 22, 155, 19, 179, 44, 151, 38, 171, 247, 41, 162, 243, 1, 245, 2, 4, 195, 243, 249, 104, 202, 35, 235, 207, 1, 243, 2, 104, 202, 35, 235, 51, 210, 150, 219, 243, 1, 245, 2, 254, 218, 253, 201, 51, 210, 150, 219, 121, 4, 31, 3, 130, 236, 248, 166, 254, 218, 253, 201, 188, 223, 135, 252, 228, 240, 41, 250, 40, 241, 231, 249, 40, 244, 28, 245, 202, 248, 136, 179, 156, 243, 81, 235, 52, 241, 72, 234, 87, 243, 65, 245, 123, 245, 30, 236, 145, 244, 9, 245, 254, 218, 253, 201, 51, 210, 150, 219, 99, 249, 35, 180, 176, 247, 17, 237, 130, 236, 248, 166, 254, 218, 253, 201, 179, 241, 97, 249, 130, 245, 223, 244, 104, 202, 35, 235, 51, 210, 150, 219, 191, 223, 127, 252, 100, 241, 173, 249, 4, 195, 243, 249, 104, 202, 35, 235, 55, 233, 76, 245, 10, 234, 10, 234, 42, 204, 165, 231, 84, 213, 84, 213, 194, 224, 77, 252, 146, 195, 216, 248, 56, 233, 75, 245, 42, 204, 165, 231, 246, 167, 148, 245, 146, 195, 216, 248, 38, 181, 202, 220, 42, 204, 165, 231, 32, 181, 207, 220, 99, 199, 99, 199, 42, 204, 165, 231, 84, 213, 84, 213, 1, 219, 128, 173, 99, 199, 99, 199, 205, 225, 99, 188, 84, 213, 84, 213, 214, 245, 109, 141, 91, 246, 69, 147, 19, 219, 116, 173, 205, 225, 99, 188, 41, 239, 21, 218, 10, 234, 10, 234, 171, 247, 41, 162, 19, 239, 11, 218, 214, 245, 109, 141, 14, 219, 119, 173, 253, 218, 132, 173, 99, 199, 99, 199, 33, 181, 206, 220, 99, 199, 99, 199, 246, 167, 148, 245, 39, 181, 201, 220, 171, 247, 41, 162, 91, 246, 69, 147, 24, 239, 13, 218, 205, 225, 99, 188, 45, 239, 23, 218, 10, 234, 10, 234, 205, 225, 99, 188, 84, 213, 84, 213, 194, 224, 77, 252, 56, 233, 75, 245, 55, 233, 76, 245, 10, 234, 10, 234, 145, 187, 109, 196, 244, 55, 180, 48, 133, 77, 54, 76, 20, 56, 156, 48, 179, 44, 151, 38, 173, 77, 23, 76, 201, 187, 53, 196, 32, 56, 147, 48, 243, 177, 5, 186, 50, 56, 133, 48, 179, 44, 151, 38, 104, 178, 184, 185, 83, 191, 171, 192, 245, 209, 21, 203, 205, 202, 25, 203, 230, 209, 36, 203, 250, 202, 250, 202, 191, 190, 63, 193, 226, 75, 126, 77, 232, 209, 34, 203, 40, 76, 71, 77, 220, 209, 45, 203, 162, 191, 92, 192, 191, 179, 215, 184, 188, 184, 170, 197, 252, 179, 174, 184, 189, 184, 169, 197, 100, 190, 153, 193, 189, 184, 169, 197, 96, 202, 103, 203, 190, 184, 169, 197, 157, 202, 59, 203, 39, 13, 209, 12, 85, 34, 169, 26, 179, 44, 151, 38, 144, 13, 188, 12, 240, 14, 6, 13, 179, 44, 151, 38, 179, 44, 151, 38, 179, 44, 151, 38, 182, 22, 155, 19, 179, 44, 151, 38, 182, 22, 155, 19, 179, 44, 151, 38, 34, 60, 235, 51, 179, 44, 151, 38, 34, 60, 235, 51, 179, 44, 151, 38, 182, 22, 155, 19, 179, 44, 151, 38, 182, 22, 155, 19, 179, 44, 151, 38, 34, 60, 235, 51, 179, 44, 151, 38, 34, 60, 235, 51, 179, 44, 151, 38, 60, 187, 194, 196, 13, 56, 161, 48, 9, 188, 244, 195, 4, 56, 168, 48, 38, 56, 143, 48, 179, 44, 151, 38, 30, 56, 148, 48, 179, 44, 151, 38, 248, 1, 246, 2, 80, 49, 244, 27, 170, 42, 170, 42, 114, 0, 220, 2, 164, 58, 235, 10, 213, 49, 131, 27, 158, 5, 50, 3, 73, 29, 171, 76, 48, 37, 209, 56, 196, 2, 3, 3, 180, 36, 245, 56, 170, 42, 170, 42, 200, 14, 127, 12, 45, 36, 25, 25, 175, 37, 172, 56, 170, 42, 170, 42, 25, 36, 210, 26, 45, 36, 25, 25, 164, 31, 97, 76, 41, 38, 137, 56, 45, 14, 157, 12, 25, 36, 210, 26, 45, 36, 25, 25, 187, 11, 244, 14, 84, 57, 192, 12, 57, 20, 105, 15, 178, 48, 123, 28, 148, 14, 137, 12, 57, 20, 105, 15, 41, 48, 240, 28, 170, 42, 170, 42, 200, 14, 127, 12, 187, 11, 244, 14, 57, 20, 105, 15, 234, 11, 252, 174, 69, 61, 110, 5, 129, 61, 115, 5, 63, 12, 128, 103, 63, 12, 128, 103, 77, 247, 170, 251, 67, 35, 56, 56, 176, 53, 4, 28, 171, 3, 69, 105, 64, 34, 140, 82, 103, 49, 40, 67, 63, 12, 128, 103, 183, 47, 253, 44, 182, 77, 227, 6, 114, 82, 39, 31, 193, 47, 119, 44, 8, 63, 250, 27, 9, 45, 50, 48, 104, 66, 185, 49, 99, 61, 113, 5, 60, 25, 135, 90, 74, 38, 231, 54, 246, 17, 179, 106, 63, 206, 96, 198, 158, 210, 152, 203, 68, 212, 219, 177, 82, 212, 104, 205, 137, 50, 179, 62, 30, 36, 138, 86, 187, 202, 146, 67, 107, 78, 169, 36, 194, 219, 126, 197, 42, 214, 170, 185, 7, 210, 248, 207, 229, 249, 97, 0, 139, 18, 21, 45, 2, 29, 56, 4, 37, 245, 194, 148, 172, 247, 41, 162, 124, 244, 7, 149, 146, 195, 216, 248, 146, 195, 216, 248, 93, 195, 168, 248, 92, 245, 204, 148, 92, 2, 7, 11, 94, 239, 53, 165, 228, 237, 53, 214, 3, 223, 146, 254, 24, 212, 97, 247, 209, 206, 218, 215, 105, 224, 193, 251, 115, 40, 187, 251, 154, 233, 136, 234, 146, 210, 74, 207, 90, 245, 48, 147, 76, 208, 197, 184, 208, 234, 185, 178, 113, 235, 195, 223, 146, 195, 216, 248, 21, 211, 153, 250, 240, 185, 177, 223, 82, 205, 93, 220, 98, 35, 203, 167, 47, 56, 131, 48, 120, 50, 181, 43, 89, 237, 172, 146, 46, 56, 128, 48, 144, 48, 237, 41, 63, 194, 199, 207, 140, 96, 71, 241, 127, 228, 49, 159, 188, 207, 200, 182, 33, 5, 219, 6, 102, 24, 237, 63) -}, { -"aabb": AABB(-0.438494, -0.149095, -0.900026, 0.876988, 0.309453, 0.552217), -"attribute_data": PackedByteArray(255, 31, 62, 75, 255, 223, 62, 75, 255, 223, 110, 88, 255, 31, 159, 101, 255, 95, 95, 218, 255, 31, 110, 88, 255, 95, 143, 231, 255, 31, 207, 114, 255, 223, 207, 114, 255, 223, 159, 101, 194, 88, 62, 75, 194, 88, 62, 75, 40, 109, 62, 75, 40, 109, 62, 75, 232, 168, 62, 75, 232, 168, 62, 75, 221, 146, 62, 75, 221, 146, 62, 75, 196, 88, 110, 88, 196, 88, 110, 88, 196, 88, 110, 88, 196, 88, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 175, 146, 159, 101, 175, 146, 159, 101, 205, 168, 159, 101, 205, 168, 159, 101, 200, 146, 110, 88, 200, 146, 110, 88, 200, 146, 110, 88, 200, 146, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 180, 168, 207, 114, 180, 168, 207, 114, 142, 146, 207, 114, 142, 146, 207, 114, 92, 109, 207, 114, 92, 109, 207, 114, 178, 88, 207, 114, 178, 88, 207, 114, 186, 88, 159, 101, 186, 88, 159, 101, 71, 109, 159, 101, 71, 109, 159, 101, 255, 31, 181, 124, 255, 223, 181, 124, 90, 109, 181, 124, 90, 109, 181, 124, 183, 88, 181, 124, 183, 88, 181, 124, 174, 168, 181, 124, 174, 168, 181, 124, 145, 146, 181, 124, 145, 146, 181, 124, 84, 117, 143, 231, 84, 117, 95, 218, 255, 31, 62, 75, 255, 223, 62, 75, 255, 223, 110, 88, 255, 95, 95, 218, 255, 31, 159, 101, 255, 95, 143, 231, 255, 31, 110, 88, 255, 31, 207, 114, 255, 223, 207, 114, 255, 223, 159, 101, 194, 88, 62, 75, 194, 88, 62, 75, 40, 109, 62, 75, 40, 109, 62, 75, 232, 168, 62, 75, 232, 168, 62, 75, 221, 146, 62, 75, 221, 146, 62, 75, 196, 88, 110, 88, 196, 88, 110, 88, 196, 88, 110, 88, 196, 88, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 53, 109, 110, 88, 175, 146, 159, 101, 175, 146, 159, 101, 205, 168, 159, 101, 205, 168, 159, 101, 200, 146, 110, 88, 200, 146, 110, 88, 200, 146, 110, 88, 200, 146, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 209, 168, 110, 88, 180, 168, 207, 114, 180, 168, 207, 114, 142, 146, 207, 114, 142, 146, 207, 114, 92, 109, 207, 114, 92, 109, 207, 114, 178, 88, 207, 114, 178, 88, 207, 114, 186, 88, 159, 101, 186, 88, 159, 101, 71, 109, 159, 101, 71, 109, 159, 101, 255, 31, 181, 124, 255, 223, 181, 124, 90, 109, 181, 124, 90, 109, 181, 124, 183, 88, 181, 124, 183, 88, 181, 124, 174, 168, 181, 124, 174, 168, 181, 124, 145, 146, 181, 124, 145, 146, 181, 124, 84, 117, 143, 231, 84, 117, 95, 218), -"format": 34896613399, -"index_count": 192, -"index_data": PackedByteArray(50, 0, 44, 0, 54, 0, 50, 0, 7, 0, 44, 0, 57, 0, 40, 0, 39, 0, 57, 0, 58, 0, 40, 0, 56, 0, 8, 0, 51, 0, 56, 0, 38, 0, 8, 0, 34, 0, 1, 0, 2, 0, 34, 0, 14, 0, 1, 0, 3, 0, 19, 0, 46, 0, 3, 0, 5, 0, 19, 0, 5, 0, 10, 0, 18, 0, 5, 0, 0, 0, 10, 0, 24, 0, 17, 0, 32, 0, 24, 0, 13, 0, 17, 0, 45, 0, 52, 0, 55, 0, 45, 0, 42, 0, 52, 0, 49, 0, 33, 0, 27, 0, 49, 0, 25, 0, 33, 0, 28, 0, 2, 0, 9, 0, 28, 0, 35, 0, 2, 0, 53, 0, 41, 0, 59, 0, 53, 0, 43, 0, 41, 0, 36, 0, 16, 0, 15, 0, 36, 0, 30, 0, 16, 0, 11, 0, 22, 0, 20, 0, 11, 0, 12, 0, 22, 0, 21, 0, 48, 0, 47, 0, 21, 0, 23, 0, 48, 0, 29, 0, 31, 0, 37, 0, 29, 0, 26, 0, 31, 0, 6, 0, 61, 0, 60, 0, 6, 0, 4, 0, 61, 0, 112, 0, 106, 0, 69, 0, 112, 0, 116, 0, 106, 0, 119, 0, 102, 0, 120, 0, 119, 0, 101, 0, 102, 0, 118, 0, 70, 0, 100, 0, 118, 0, 113, 0, 70, 0, 96, 0, 63, 0, 76, 0, 96, 0, 64, 0, 63, 0, 66, 0, 81, 0, 68, 0, 66, 0, 108, 0, 81, 0, 68, 0, 72, 0, 62, 0, 68, 0, 80, 0, 72, 0, 86, 0, 79, 0, 75, 0, 86, 0, 94, 0, 79, 0, 107, 0, 114, 0, 104, 0, 107, 0, 117, 0, 114, 0, 111, 0, 95, 0, 87, 0, 111, 0, 89, 0, 95, 0, 90, 0, 64, 0, 97, 0, 90, 0, 71, 0, 64, 0, 115, 0, 103, 0, 105, 0, 115, 0, 121, 0, 103, 0, 98, 0, 78, 0, 92, 0, 98, 0, 77, 0, 78, 0, 73, 0, 84, 0, 74, 0, 73, 0, 82, 0, 84, 0, 83, 0, 110, 0, 85, 0, 83, 0, 109, 0, 110, 0, 91, 0, 93, 0, 88, 0, 91, 0, 99, 0, 93, 0, 67, 0, 123, 0, 65, 0, 67, 0, 122, 0, 123, 0), -"material": SubResource("StandardMaterial3D_ouafw"), -"name": "secmat", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 124, -"vertex_data": PackedByteArray(44, 158, 0, 0, 253, 255, 143, 192, 125, 171, 255, 255, 253, 255, 231, 250, 125, 171, 255, 255, 189, 187, 231, 250, 44, 158, 0, 0, 125, 119, 143, 192, 44, 158, 0, 0, 125, 119, 249, 209, 44, 158, 0, 0, 189, 187, 143, 192, 44, 158, 0, 0, 189, 187, 249, 209, 44, 158, 0, 0, 60, 51, 143, 192, 125, 171, 255, 255, 60, 51, 231, 250, 125, 171, 255, 255, 125, 119, 231, 250, 238, 244, 5, 59, 253, 255, 143, 192, 238, 244, 5, 59, 253, 255, 103, 199, 254, 255, 177, 96, 253, 255, 103, 199, 254, 255, 177, 96, 253, 255, 84, 213, 58, 244, 38, 219, 253, 255, 231, 250, 58, 244, 38, 219, 253, 255, 126, 232, 254, 255, 25, 183, 253, 255, 126, 232, 254, 255, 25, 183, 253, 255, 84, 213, 240, 244, 6, 59, 189, 187, 143, 192, 240, 244, 6, 59, 189, 187, 143, 192, 240, 244, 6, 59, 189, 187, 103, 199, 240, 244, 6, 59, 189, 187, 111, 199, 254, 255, 209, 96, 189, 187, 103, 199, 254, 255, 209, 96, 189, 187, 111, 199, 254, 255, 209, 96, 189, 187, 84, 213, 254, 255, 209, 96, 189, 187, 84, 213, 254, 255, 175, 182, 125, 119, 91, 232, 254, 255, 175, 182, 125, 119, 84, 213, 94, 244, 20, 219, 125, 119, 231, 250, 94, 244, 20, 219, 125, 119, 91, 232, 254, 255, 233, 182, 189, 187, 126, 232, 254, 255, 233, 182, 189, 187, 91, 232, 254, 255, 233, 182, 189, 187, 84, 213, 254, 255, 233, 182, 189, 187, 84, 213, 89, 244, 22, 219, 189, 187, 231, 250, 89, 244, 22, 219, 189, 187, 231, 250, 89, 244, 22, 219, 189, 187, 126, 232, 89, 244, 22, 219, 189, 187, 91, 232, 127, 244, 4, 219, 60, 51, 231, 250, 127, 244, 4, 219, 60, 51, 11, 232, 254, 255, 99, 182, 60, 51, 11, 232, 254, 255, 99, 182, 60, 51, 84, 213, 254, 255, 43, 97, 60, 51, 106, 199, 254, 255, 43, 97, 60, 51, 84, 213, 214, 244, 244, 58, 60, 51, 143, 192, 214, 244, 244, 58, 60, 51, 106, 199, 226, 244, 252, 58, 125, 119, 143, 192, 226, 244, 252, 58, 125, 119, 111, 199, 254, 255, 249, 96, 125, 119, 111, 199, 254, 255, 249, 96, 125, 119, 84, 213, 44, 158, 0, 0, 0, 0, 143, 192, 125, 171, 255, 255, 0, 0, 231, 250, 254, 255, 37, 97, 0, 0, 106, 199, 254, 255, 37, 97, 0, 0, 84, 213, 221, 244, 249, 58, 0, 0, 143, 192, 221, 244, 249, 58, 0, 0, 106, 199, 135, 244, 255, 218, 0, 0, 231, 250, 135, 244, 255, 218, 0, 0, 11, 232, 254, 255, 106, 182, 0, 0, 11, 232, 254, 255, 106, 182, 0, 0, 84, 213, 156, 162, 85, 85, 189, 187, 249, 209, 156, 162, 85, 85, 125, 119, 249, 209, 210, 97, 0, 0, 253, 255, 199, 6, 129, 84, 255, 255, 253, 255, 174, 63, 129, 84, 255, 255, 189, 187, 174, 63, 210, 97, 0, 0, 125, 119, 36, 39, 210, 97, 0, 0, 125, 119, 199, 6, 210, 97, 0, 0, 189, 187, 36, 39, 210, 97, 0, 0, 189, 187, 199, 6, 210, 97, 0, 0, 60, 51, 199, 6, 129, 84, 255, 255, 60, 51, 174, 63, 129, 84, 255, 255, 125, 119, 174, 63, 16, 11, 5, 59, 253, 255, 199, 6, 16, 11, 5, 59, 253, 255, 221, 24, 0, 0, 177, 96, 253, 255, 221, 24, 0, 0, 177, 96, 253, 255, 170, 42, 196, 11, 38, 219, 253, 255, 174, 63, 196, 11, 38, 219, 253, 255, 99, 57, 0, 0, 25, 183, 253, 255, 99, 57, 0, 0, 25, 183, 253, 255, 170, 42, 14, 11, 6, 59, 189, 187, 199, 6, 14, 11, 6, 59, 189, 187, 199, 6, 14, 11, 6, 59, 189, 187, 221, 24, 14, 11, 6, 59, 189, 187, 225, 24, 0, 0, 209, 96, 189, 187, 221, 24, 0, 0, 209, 96, 189, 187, 225, 24, 0, 0, 209, 96, 189, 187, 170, 42, 0, 0, 209, 96, 189, 187, 170, 42, 0, 0, 175, 182, 125, 119, 72, 57, 0, 0, 175, 182, 125, 119, 170, 42, 160, 11, 20, 219, 125, 119, 174, 63, 160, 11, 20, 219, 125, 119, 72, 57, 0, 0, 233, 182, 189, 187, 99, 57, 0, 0, 233, 182, 189, 187, 72, 57, 0, 0, 233, 182, 189, 187, 170, 42, 0, 0, 233, 182, 189, 187, 170, 42, 165, 11, 22, 219, 189, 187, 174, 63, 165, 11, 22, 219, 189, 187, 174, 63, 165, 11, 22, 219, 189, 187, 99, 57, 165, 11, 22, 219, 189, 187, 72, 57, 127, 11, 4, 219, 60, 51, 174, 63, 127, 11, 4, 219, 60, 51, 36, 57, 0, 0, 99, 182, 60, 51, 36, 57, 0, 0, 99, 182, 60, 51, 170, 42, 0, 0, 43, 97, 60, 51, 237, 24, 0, 0, 43, 97, 60, 51, 170, 42, 40, 11, 244, 58, 60, 51, 199, 6, 40, 11, 244, 58, 60, 51, 237, 24, 28, 11, 252, 58, 125, 119, 199, 6, 28, 11, 252, 58, 125, 119, 225, 24, 0, 0, 249, 96, 125, 119, 225, 24, 0, 0, 249, 96, 125, 119, 170, 42, 210, 97, 0, 0, 0, 0, 199, 6, 129, 84, 255, 255, 0, 0, 174, 63, 0, 0, 37, 97, 0, 0, 237, 24, 0, 0, 37, 97, 0, 0, 170, 42, 33, 11, 249, 58, 0, 0, 199, 6, 33, 11, 249, 58, 0, 0, 237, 24, 119, 11, 255, 218, 0, 0, 174, 63, 119, 11, 255, 218, 0, 0, 36, 57, 0, 0, 106, 182, 0, 0, 36, 57, 0, 0, 106, 182, 0, 0, 170, 42, 98, 93, 85, 85, 189, 187, 36, 39, 98, 93, 85, 85, 125, 119, 36, 39, 63, 12, 128, 103, 72, 61, 110, 5, 72, 61, 110, 5, 63, 12, 128, 103, 119, 215, 13, 209, 63, 12, 128, 103, 119, 215, 13, 209, 63, 12, 128, 103, 72, 61, 110, 5, 72, 61, 110, 5, 63, 12, 128, 103, 253, 30, 6, 66, 253, 30, 6, 66, 170, 42, 170, 42, 72, 61, 110, 5, 119, 52, 11, 23, 119, 52, 11, 23, 170, 42, 170, 42, 63, 12, 128, 103, 63, 12, 128, 103, 253, 30, 6, 66, 3, 31, 254, 65, 253, 30, 6, 66, 3, 31, 254, 65, 170, 42, 170, 42, 170, 42, 170, 42, 106, 52, 48, 23, 170, 42, 170, 42, 72, 61, 110, 5, 106, 52, 48, 23, 119, 52, 11, 23, 106, 52, 48, 23, 170, 42, 170, 42, 170, 42, 170, 42, 72, 61, 110, 5, 72, 61, 110, 5, 119, 52, 11, 23, 106, 52, 48, 23, 72, 61, 110, 5, 65, 52, 118, 23, 65, 52, 118, 23, 170, 42, 170, 42, 7, 31, 237, 65, 170, 42, 170, 42, 63, 12, 128, 103, 7, 31, 237, 65, 63, 12, 128, 103, 3, 31, 254, 65, 3, 31, 254, 65, 170, 42, 170, 42, 63, 12, 128, 103, 72, 61, 110, 5, 7, 31, 237, 65, 170, 42, 170, 42, 63, 12, 128, 103, 7, 31, 237, 65, 72, 61, 110, 5, 65, 52, 118, 23, 65, 52, 118, 23, 170, 42, 170, 42, 119, 215, 13, 209, 119, 215, 13, 209, 146, 195, 216, 248, 91, 246, 69, 147, 91, 246, 69, 147, 179, 44, 151, 38, 146, 195, 216, 248, 179, 44, 151, 38, 146, 195, 216, 248, 146, 195, 216, 248, 91, 246, 69, 147, 91, 246, 69, 147, 146, 195, 216, 248, 39, 204, 169, 231, 39, 204, 169, 231, 84, 213, 84, 213, 91, 246, 69, 147, 17, 226, 220, 187, 17, 226, 220, 187, 84, 213, 84, 213, 146, 195, 216, 248, 146, 195, 216, 248, 39, 204, 169, 231, 40, 204, 162, 231, 39, 204, 169, 231, 40, 204, 162, 231, 84, 213, 84, 213, 84, 213, 84, 213, 242, 225, 20, 188, 84, 213, 84, 213, 91, 246, 69, 147, 242, 225, 20, 188, 17, 226, 220, 187, 242, 225, 20, 188, 84, 213, 84, 213, 84, 213, 84, 213, 91, 246, 69, 147, 91, 246, 69, 147, 17, 226, 220, 187, 242, 225, 20, 188, 91, 246, 69, 147, 184, 225, 144, 188, 184, 225, 144, 188, 84, 213, 84, 213, 49, 204, 157, 231, 84, 213, 84, 213, 146, 195, 216, 248, 49, 204, 157, 231, 146, 195, 216, 248, 40, 204, 162, 231, 40, 204, 162, 231, 84, 213, 84, 213, 146, 195, 216, 248, 91, 246, 69, 147, 49, 204, 157, 231, 84, 213, 84, 213, 146, 195, 216, 248, 49, 204, 157, 231, 91, 246, 69, 147, 184, 225, 144, 188, 184, 225, 144, 188, 84, 213, 84, 213, 179, 44, 151, 38, 179, 44, 151, 38) -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_qy0lt") - -[node name="Player" type="RigidBody3D" node_paths=PackedStringArray("iff", "inventory") groups=["Player"]] -collision_mask = 2147483649 -axis_lock_angular_x = true -axis_lock_angular_y = true -axis_lock_angular_z = true -mass = 75.0 -physics_material_override = SubResource("PhysicsMaterial_clur0") -can_sleep = false -continuous_cd = true -script = ExtResource("1_mk68k") -iff = NodePath("Smoothing/ThirdPerson/IFF") -inventory = NodePath("Smoothing/Pivot/Inventory") -jump_height = 1.5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="."] -shape = ExtResource("2_vjqny") - -[node name="WalkableSurfaceSensor" type="ShapeCast3D" parent="."] -transform = Transform3D(1.05, 0, 0, 0, 1.05, 0, 0, 0, 1.05, 0, -0.85, 0) -shape = SubResource("SphereShape3D_hwe6e") -target_position = Vector3(0, 0, 0) -collision_mask = 2147483648 - -[node name="Sensor" type="Area3D" parent="."] -collision_layer = 0 -collision_mask = 8 -monitorable = false - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Sensor"] -shape = ExtResource("2_vjqny") - -[node name="HealthComponent" type="Area3D" parent="." node_paths=PackedStringArray("match_participant_component")] -script = ExtResource("14_ctgxn") -match_participant_component = NodePath("../MatchParticipantComponent") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="HealthComponent"] -shape = ExtResource("2_vjqny") - -[node name="HUD" parent="." instance=ExtResource("3_ccety")] - -[node name="AnimationPlayer" type="AnimationPlayer" parent="."] -libraries = { -"": SubResource("AnimationLibrary_hg307") -} -autoplay = "shoot" -playback_default_blend_time = 0.05 - -[node name="ServerSynchronizer" type="MultiplayerSynchronizer" parent="."] -replication_config = SubResource("SceneReplicationConfig_rqdp6") - -[node name="PlayerInput" type="MultiplayerSynchronizer" parent="."] -root_path = NodePath(".") -replication_config = SubResource("SceneReplicationConfig_5j4ew") -script = ExtResource("6_ymcrr") - -[node name="MatchParticipantComponent" type="MultiplayerSynchronizer" parent="."] -script = ExtResource("6_lrose") - -[node name="Smoothing" type="Node3D" parent="."] -script = ExtResource("11_k330l") -target = NodePath("..") -flags = 3 - -[node name="ThirdPerson" type="Node3D" parent="Smoothing"] -visible = false - -[node name="PlayerMesh" parent="Smoothing/ThirdPerson" node_paths=PackedStringArray("spine_ik_target_attachment") instance=ExtResource("2_beyex")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) -spine_ik_target_attachment = NodePath("../../Pivot/SpineIKTarget") - -[node name="JetpackFX" type="Node3D" parent="Smoothing/ThirdPerson/PlayerMesh"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0.187666, 0.238235, -0.147731) - -[node name="Smoke1" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.150648, 0) -emitting = false -lifetime = 0.5 -one_shot = true -process_material = SubResource("ParticleProcessMaterial_v556h") -draw_pass_1 = SubResource("QuadMesh_hegkl") - -[node name="Smoke2" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.108846, 0) -emitting = false -lifetime = 0.5 -one_shot = true -process_material = SubResource("ParticleProcessMaterial_l8e6j") -draw_pass_1 = SubResource("QuadMesh_aeure") - -[node name="Fire1" type="GPUParticles3D" parent="Smoothing/ThirdPerson/PlayerMesh/JetpackFX"] -emitting = false -amount = 16 -lifetime = 0.3 -one_shot = true -process_material = SubResource("ParticleProcessMaterial_q1vdw") -draw_pass_1 = SubResource("QuadMesh_uc7ts") - -[node name="IFFAttachment" type="Marker3D" parent="Smoothing/ThirdPerson"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.27457, 0) - -[node name="IFF" parent="Smoothing/ThirdPerson" node_paths=PackedStringArray("player", "match_participant_component", "attach_point") instance=ExtResource("7_8hc80")] -player = NodePath("../../..") -match_participant_component = NodePath("../../../MatchParticipantComponent") -attach_point = NodePath("../IFFAttachment") - -[node name="Pivot" type="Node3D" parent="Smoothing"] -unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) - -[node name="Camera3D" type="Camera3D" parent="Smoothing/Pivot"] -fov = 90.0 -near = 0.1 - -[node name="Inventory" type="Node3D" parent="Smoothing/Pivot"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0.15, -0.2, -0.45) -script = ExtResource("8_768qh") - -[node name="SpaceGun" parent="Smoothing/Pivot/Inventory" instance=ExtResource("9_achlo")] - -[node name="SpaceGun2" parent="Smoothing/Pivot/Inventory" node_paths=PackedStringArray("nozzle") instance=ExtResource("9_achlo")] -visible = false -nozzle = NodePath("../SpaceGun/Nozzle") - -[node name="grip" parent="Smoothing/Pivot/Inventory/SpaceGun2/Mesh/Armature/Skeleton3D" index="0"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="main" parent="Smoothing/Pivot/Inventory/SpaceGun2/Mesh/Armature/Skeleton3D" index="1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="main" parent="Smoothing/Pivot/Inventory/SpaceGun2/Mesh/Armature/Skeleton3D/main" index="0"] -mesh = SubResource("ArrayMesh_bpa35") - -[node name="sides" parent="Smoothing/Pivot/Inventory/SpaceGun2/Mesh/Armature/Skeleton3D" index="2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="SpaceGun3" parent="Smoothing/Pivot/Inventory" node_paths=PackedStringArray("nozzle", "anim_player") instance=ExtResource("9_achlo")] -visible = false -nozzle = NodePath("../SpaceGun/Nozzle") -anim_player = NodePath("../SpaceGun/Mesh/AnimationPlayer") - -[node name="grip" parent="Smoothing/Pivot/Inventory/SpaceGun3/Mesh/Armature/Skeleton3D" index="0"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="main" parent="Smoothing/Pivot/Inventory/SpaceGun3/Mesh/Armature/Skeleton3D" index="1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="sides" parent="Smoothing/Pivot/Inventory/SpaceGun3/Mesh/Armature/Skeleton3D" index="2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.84217e-14, 1.19209e-07, 2.38419e-07) - -[node name="sides" parent="Smoothing/Pivot/Inventory/SpaceGun3/Mesh/Armature/Skeleton3D/sides" index="0"] -mesh = SubResource("ArrayMesh_uh4kh") - -[node name="FlagCarryComponent" type="Node3D" parent="Smoothing/Pivot" node_paths=PackedStringArray("sensor", "carrier")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) -visible = false -script = ExtResource("8_pdfbn") -sensor = NodePath("../../../Sensor") -carrier = NodePath("../../..") - -[node name="FlagMesh" parent="Smoothing/Pivot/FlagCarryComponent" instance=ExtResource("9_fce2y")] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 1.559e-08, -0.462981, -0.178329) - -[node name="SpineIKTarget" type="Marker3D" parent="Smoothing/Pivot"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) - -[editable path="Smoothing/Pivot/Inventory/SpaceGun2"] -[editable path="Smoothing/Pivot/Inventory/SpaceGun2/Mesh"] -[editable path="Smoothing/Pivot/Inventory/SpaceGun3"] -[editable path="Smoothing/Pivot/Inventory/SpaceGun3/Mesh"] diff --git a/src/entities/target_dummy/target_dummy.tscn b/src/entities/target_dummy/target_dummy.tscn deleted file mode 100644 index 26b44e5..0000000 --- a/src/entities/target_dummy/target_dummy.tscn +++ /dev/null @@ -1,22 +0,0 @@ -[gd_scene load_steps=4 format=3 uid="uid://dpnu1lvfncx6q"] - -[ext_resource type="Script" path="res://src/entities/target_dummy/target_dummy.gd" id="1_iup5v"] -[ext_resource type="Shape3D" uid="uid://cb8esdlnottdn" path="res://src/entities/player/collision_shape.tres" id="2_i5k5j"] -[ext_resource type="PackedScene" uid="uid://chuein4frnvwt" path="res://src/entities/target_dummy/assets/player_mesh.glb" id="4_fuync"] - -[node name="DummyTarget" type="RigidBody3D"] -collision_layer = 2147483649 -collision_mask = 2147483649 -axis_lock_angular_x = true -axis_lock_angular_y = true -axis_lock_angular_z = true -mass = 75.0 -continuous_cd = true -script = ExtResource("1_iup5v") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) -shape = ExtResource("2_i5k5j") - -[node name="TargetMesh" parent="." instance=ExtResource("4_fuync")] -transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0) diff --git a/src/maps/genesis/resources/material.res b/src/maps/genesis/resources/material.res deleted file mode 100644 index 18c2dca..0000000 Binary files a/src/maps/genesis/resources/material.res and /dev/null differ diff --git a/src/maps/genesis/resources/textures.res b/src/maps/genesis/resources/textures.res deleted file mode 100644 index 33a685e..0000000 Binary files a/src/maps/genesis/resources/textures.res and /dev/null differ diff --git a/src/maps/genesis/resources/textures.res.depren b/src/maps/genesis/resources/textures.res.depren deleted file mode 100644 index ae3424f..0000000 Binary files a/src/maps/genesis/resources/textures.res.depren and /dev/null differ diff --git a/src/systems/maps_manager.gd b/systems/maps_manager.gd similarity index 96% rename from src/systems/maps_manager.gd rename to systems/maps_manager.gd index 640307c..683846f 100644 --- a/src/systems/maps_manager.gd +++ b/systems/maps_manager.gd @@ -22,7 +22,7 @@ var environment := Environment.new() ## Random number generator instance var _rng := RandomNumberGenerator.new() -var _maps_resource : ArrayPackedSceneResource = preload("res://src/maps/maps.tres") +var _maps_resource : ArrayPackedSceneResource = preload("res://maps/maps.tres") var maps : Array[PackedScene] = _maps_resource.get_items() ## Reference to the current terrain map in the scene diff --git a/src/systems/settings.gd b/systems/settings.gd similarity index 100% rename from src/systems/settings.gd rename to systems/settings.gd diff --git a/src/systems/teams.gd b/systems/teams.gd similarity index 100% rename from src/systems/teams.gd rename to systems/teams.gd diff --git a/src/types/resources/array_packed_scene.gd b/types/resources/array_packed_scene.gd similarity index 100% rename from src/types/resources/array_packed_scene.gd rename to types/resources/array_packed_scene.gd diff --git a/src/types/resources/array_packed_scene.tres b/types/resources/array_packed_scene.tres similarity index 67% rename from src/types/resources/array_packed_scene.tres rename to types/resources/array_packed_scene.tres index c41e031..163e7d4 100644 --- a/src/types/resources/array_packed_scene.tres +++ b/types/resources/array_packed_scene.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ArrayPackedSceneResource" load_steps=2 format=3 uid="uid://cpnargstkucch"] -[ext_resource type="Script" path="res://src/types/resources/array_packed_scene.gd" id="1_r1ygd"] +[ext_resource type="Script" path="res://types/resources/array_packed_scene.gd" id="1_r1ygd"] [resource] script = ExtResource("1_r1ygd")