From 17cf042067854420dd013bfedcf08a757c3a2704 Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 24 Nov 2019 12:55:42 +0100 Subject: [PATCH] Add new Crystal mesh --- WikiJam/Enemies/Dino.tscn | 12 +- WikiJam/Images/crystal-unlit.png.import | 34 + WikiJam/Images/crystal.png.import | 34 + WikiJam/Level/Fortaleza.tscn | 222 +++-- WikiJam/Level/Objects/Crystal.tscn | 41 +- WikiJam/Models/Crystal.glb | Bin 0 -> 9632 bytes WikiJam/Models/Crystal.glb.import | 1062 +++++++++++++++++++++++ WikiJam/project.godot | 21 - 8 files changed, 1280 insertions(+), 146 deletions(-) create mode 100644 WikiJam/Images/crystal-unlit.png.import create mode 100644 WikiJam/Images/crystal.png.import create mode 100644 WikiJam/Models/Crystal.glb create mode 100644 WikiJam/Models/Crystal.glb.import diff --git a/WikiJam/Enemies/Dino.tscn b/WikiJam/Enemies/Dino.tscn index 009f270..312bbe4 100644 --- a/WikiJam/Enemies/Dino.tscn +++ b/WikiJam/Enemies/Dino.tscn @@ -19,15 +19,15 @@ surfaces/0 = { "vertex_count": 2324 } -[sub_resource type="SpatialMaterial" id=5] +[sub_resource type="SpatialMaterial" id=3] albedo_color = Color( 0.443137, 0.47451, 0.282353, 1 ) roughness = 0.75 -[sub_resource type="CapsuleShape" id=3] +[sub_resource type="CapsuleShape" id=4] radius = 1.61282 height = 2.07838 -[sub_resource type="SphereShape" id=4] +[sub_resource type="SphereShape" id=5] radius = 3.47625 [node name="Dino" type="KinematicBody"] @@ -41,11 +41,11 @@ shape = SubResource( 1 ) [node name="Plane" type="MeshInstance" parent="."] transform = Transform( -2.62268e-07, 8, -2.62268e-07, 0, -3.49691e-07, -6, -6, -3.49691e-07, 1.14641e-14, 0, 7, -1.19209e-07 ) mesh = SubResource( 2 ) -material/0 = SubResource( 5 ) +material/0 = SubResource( 3 ) [node name="CollisionShape2" type="CollisionShape" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.76837e-07, 13.5719, -6 ) -shape = SubResource( 3 ) +shape = SubResource( 4 ) [node name="Area" type="Area" parent="." groups=[ "Dino", @@ -53,4 +53,4 @@ shape = SubResource( 3 ) [node name="CollisionShape" type="CollisionShape" parent="Area"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5, -4 ) -shape = SubResource( 4 ) +shape = SubResource( 5 ) diff --git a/WikiJam/Images/crystal-unlit.png.import b/WikiJam/Images/crystal-unlit.png.import new file mode 100644 index 0000000..ef2173b --- /dev/null +++ b/WikiJam/Images/crystal-unlit.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/crystal-unlit.png-de903ef8083d4625d4063f5d183cbdb2.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Images/crystal-unlit.png" +dest_files=[ "res://.import/crystal-unlit.png-de903ef8083d4625d4063f5d183cbdb2.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/WikiJam/Images/crystal.png.import b/WikiJam/Images/crystal.png.import new file mode 100644 index 0000000..3dd6a6b --- /dev/null +++ b/WikiJam/Images/crystal.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/crystal.png-799a270c74e70ceee9187ce5a10754d7.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Images/crystal.png" +dest_files=[ "res://.import/crystal.png-799a270c74e70ceee9187ce5a10754d7.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/WikiJam/Level/Fortaleza.tscn b/WikiJam/Level/Fortaleza.tscn index c20dec0..56035ab 100644 --- a/WikiJam/Level/Fortaleza.tscn +++ b/WikiJam/Level/Fortaleza.tscn @@ -44,7 +44,6 @@ glow_enabled = true [node name="Fortaleza" type="Spatial"] [node name="Navigation" type="Navigation" parent="."] -editor/display_folded = true [node name="NavigationMeshInstance" type="NavigationMeshInstance" parent="Navigation"] navmesh = SubResource( 1 ) @@ -65,7 +64,6 @@ transform = Transform( 0.573576, 0, -0.819152, 0, 1, 0, 0.819152, 0, 0.573576, 1 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 45, 0, 48 ) [node name="Walls" type="Spatial" parent="Navigation/NavigationMeshInstance"] -editor/display_folded = true [node name="Wall3" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( 0.766044, 0, -0.642788, 0, 1, 0, 0.642788, 0, 0.766044, 38, 0, 22 ) @@ -119,16 +117,16 @@ transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 58, 0, -62 ) [node name="Wall91" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -5.96046e-008, 0, 1, 0, 1, 0, -1, 0, -5.96046e-008, 66, 0, -65 ) +transform = Transform( -5.96046e-08, 0, 1, 0, 1, 0, -1, 0, -5.96046e-08, 66, 0, -65 ) [node name="Wall92" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -5.96046e-008, 0, 1, 0, 1, 0, -1, 0, -5.96046e-008, 76, 0, -65 ) +transform = Transform( -5.96046e-08, 0, 1, 0, 1, 0, -1, 0, -5.96046e-08, 76, 0, -65 ) [node name="Wall93" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -5.96046e-008, 0, 1, 0, 1, 0, -1, 0, -5.96046e-008, 86, 0, -65 ) +transform = Transform( -5.96046e-08, 0, 1, 0, 1, 0, -1, 0, -5.96046e-08, 86, 0, -65 ) [node name="Wall94" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -5.96046e-008, 0, 1, 0, 1, 0, -1, 0, -5.96046e-008, 96, 0, -65 ) +transform = Transform( -5.96046e-08, 0, 1, 0, 1, 0, -1, 0, -5.96046e-08, 96, 0, -65 ) [node name="Wall95" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( 0.573576, 0, 0.819152, 0, 1, 0, -0.819152, 0, 0.573576, 105, 0, -62 ) @@ -146,109 +144,109 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 35, 0, 30 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 35, 0, 40 ) [node name="Wall61" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -10.8466, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -10.8466, 0, 160.637 ) [node name="Wall62" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.8466, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.8466, 0, 160.637 ) [node name="Wall63" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 9.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 9.1534, 0, 160.637 ) [node name="Wall64" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 19.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 19.1534, 0, 160.637 ) [node name="Wall65" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 29.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 29.1534, 0, 160.637 ) [node name="Wall66" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 39.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 39.1534, 0, 160.637 ) [node name="Wall67" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 49.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 49.1534, 0, 160.637 ) [node name="Wall68" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 59.1534, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 59.1534, 0, 160.637 ) [node name="Wall98" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 114.153, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 114.153, 0, 160.637 ) [node name="Wall100" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 134.153, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 134.153, 0, 160.637 ) [node name="Wall99" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 124.153, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 124.153, 0, 160.637 ) [node name="Wall101" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 144.153, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 144.153, 0, 160.637 ) [node name="Wall102" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 154.153, 0, 160.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 154.153, 0, 160.637 ) [node name="Wall103" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 156.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 156.637 ) [node name="Wall106" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 130.153, 0, 134.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 130.153, 0, 134.637 ) [node name="Wall108" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 130.153, 0, 154.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 130.153, 0, 154.637 ) [node name="Wall107" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 130.153, 0, 124.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 130.153, 0, 124.637 ) [node name="Wall104" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 146.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 146.637 ) [node name="Wall105" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 136.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 136.637 ) [node name="Wall111" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 126.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 126.637 ) [node name="Wall116" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 116.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 116.637 ) [node name="Wall124" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 66.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 66.637 ) [node name="Wall132" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 17.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 17.637 ) [node name="Wall117" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 106.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 106.637 ) [node name="Wall127" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 56.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 56.637 ) [node name="Wall131" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 7.63701 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 7.63701 ) [node name="Wall118" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 96.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 96.637 ) [node name="Wall125" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 46.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 46.637 ) [node name="Wall130" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, -2.36299 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, -2.36299 ) [node name="Wall119" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 86.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 86.637 ) [node name="Wall128" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 36.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 36.637 ) [node name="Wall133" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, -12.363 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, -12.363 ) [node name="Wall120" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 76.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 76.637 ) [node name="Wall126" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, 26.637 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, 26.637 ) [node name="Wall129" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 158.153, 0, -22.363 ) +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 158.153, 0, -22.363 ) [node name="Wall135" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.819152, 0, -0.573577, 0, 1, 0, 0.573577, 0, -0.819152, 155.153, 0, -31.363 ) @@ -257,10 +255,10 @@ transform = Transform( -0.819152, 0, -0.573577, 0, 1, 0, 0.573577, 0, -0.819152, transform = Transform( -0.819152, 0, -0.573577, 0, 1, 0, 0.573577, 0, -0.819152, 149.153, 0, -39.363 ) [node name="Wall109" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 152.153, 0, 130.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 152.153, 0, 130.637 ) [node name="Wall110" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 136.153, 0, 130.637 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 136.153, 0, 130.637 ) [node name="Wall85" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.422618, 0, 0.906308, 0, 1, 0, -0.906308, 0, -0.422618, 68.1534, 0, 158.637 ) @@ -302,10 +300,10 @@ transform = Transform( 0.422618, 0, -0.906308, 0, 1, 0, 0.906308, 0, 0.422618, - transform = Transform( 0.422618, 0, -0.906308, 0, 1, 0, 0.906308, 0, 0.422618, -50.2944, 0, 105.6 ) [node name="Wall113" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -2.38419e-007, 0, -1, 0, 1, 0, 1, 0, -2.38419e-007, -23.2944, 0, 95.5998 ) +transform = Transform( -2.38419e-07, 0, -1, 0, 1, 0, 1, 0, -2.38419e-07, -23.2944, 0, 95.5998 ) [node name="Wall165" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -2.38419e-007, 0, -1, 0, 1, 0, 1, 0, -2.38419e-007, -13.2944, 0, 95.5998 ) +transform = Transform( -2.38419e-07, 0, -1, 0, 1, 0, 1, 0, -2.38419e-07, -13.2944, 0, 95.5998 ) [node name="Wall141" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( 0.34202, 0, -0.939693, 0, 1, 0, 0.939693, 0, 0.34202, -28.8614, 0, 106.928 ) @@ -374,88 +372,88 @@ transform = Transform( -0.819152, 0, -0.573576, 0, 1, 0, 0.573576, 0, -0.819152, transform = Transform( 0.906308, 0, -0.422618, 0, 1, 0, 0.422618, 0, 0.906308, -52.1376, 0, -28.8826 ) [node name="Wall21" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -45.9054, 0.00019455, 55.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -45.9054, 0.00019455, 55.2835 ) [node name="Wall24" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -45.9054, 0.00019455, 65.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -45.9054, 0.00019455, 65.2835 ) [node name="Wall138" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -45.9054, 0.00019455, 75.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -45.9054, 0.00019455, 75.2835 ) [node name="Wall143" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -32.9054, 0.00019455, 113.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -32.9054, 0.00019455, 113.284 ) [node name="Wall144" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -32.9054, 0.00019455, 123.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -32.9054, 0.00019455, 123.284 ) [node name="Wall145" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -32.9054, 0.00019455, 133.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -32.9054, 0.00019455, 133.284 ) [node name="Wall146" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -32.9054, 0.00019455, 143.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -32.9054, 0.00019455, 143.284 ) [node name="Wall147" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -20.9054, 0.00019455, 160.284 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -20.9054, 0.00019455, 160.284 ) [node name="Wall148" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -30.9054, 0.00019455, 160.284 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -30.9054, 0.00019455, 160.284 ) [node name="Wall149" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -40.9054, 0.00019455, 160.284 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -40.9054, 0.00019455, 160.284 ) [node name="Wall150" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -50.9054, 0.00019455, 160.284 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -50.9054, 0.00019455, 160.284 ) [node name="Wall151" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -60.9054, 0.00019455, 160.284 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -60.9054, 0.00019455, 160.284 ) [node name="Wall152" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 154.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 154.284 ) [node name="Wall153" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 144.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 144.284 ) [node name="Wall154" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 134.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 134.284 ) [node name="Wall155" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 124.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 124.284 ) [node name="Wall156" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 114.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 114.284 ) [node name="Wall161" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 94.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 94.2835 ) [node name="Wall163" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 74.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 74.2835 ) [node name="Wall157" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 104.284 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 104.284 ) [node name="Wall160" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 84.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 84.2835 ) [node name="Wall162" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 64.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 64.2835 ) [node name="Wall164" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 54.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 54.2835 ) [node name="Wall168" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, -65.9054, 0.00019455, 44.2835 ) +transform = Transform( 1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, -65.9054, 0.00019455, 44.2835 ) [node name="Wall12" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -24.8466, 0, 44.213 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -24.8466, 0, 44.213 ) [node name="Wall139" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -34.8466, 0, 44.213 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -34.8466, 0, 44.213 ) [node name="Wall140" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, -42.8466, 0, 47.213 ) [node name="Wall15" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 31.1534, 0, 44.213 ) +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 31.1534, 0, 44.213 ) [node name="Wall13" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, -15.8466, 0, 46.213 ) @@ -464,19 +462,19 @@ transform = Transform( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, -15.8466, 0 transform = Transform( -0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, -0.5, 22.1534, 0, 46.213 ) [node name="Wall" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 41, 0, 60 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 41, 0, 60 ) [node name="Wall38" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 71, 0, 60 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 71, 0, 60 ) [node name="Wall51" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 66.8739, 0, 64.157 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 66.8739, 0, 64.157 ) [node name="Wall52" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 66.8739, 0, 74.157 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 66.8739, 0, 74.157 ) [node name="Wall53" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 66.8739, 0, 84.157 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 66.8739, 0, 84.157 ) [node name="Wall54" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 63.8739, 0, 92.157 ) @@ -488,22 +486,22 @@ transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 63.8739, 0, 92.157 ) [node name="Wall39" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 81, 0, 60 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 81, 0, 60 ) [node name="Wall96" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 91, 0, 60 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 91, 0, 60 ) [node name="Wall122" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 101, 0, 60 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 101, 0, 60 ) [node name="Wall123" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 105.298, 0, 64.4557 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 105.298, 0, 64.4557 ) [node name="Wall114" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 125, 0, 81 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 125, 0, 81 ) [node name="Wall115" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 135, 0, 81 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 135, 0, 81 ) [node name="Wall112" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.5, 0, -0.866025, 0, 1, 0, 0.866025, 0, -0.5, 102, 0, 68 ) @@ -512,10 +510,10 @@ transform = Transform( -0.5, 0, -0.866025, 0, 1, 0, 0.866025, 0, -0.5, 102, 0, 6 transform = Transform( -0.5, 0, -0.866025, 0, 1, 0, 0.866025, 0, -0.5, 94, 0, 63 ) [node name="Wall43" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 85.1578, 0, 64.4073 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 85.1578, 0, 64.4073 ) [node name="Wall50" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 85.1578, 0, 84.4073 ) +transform = Transform( -1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 85.1578, 0, 84.4073 ) [node name="Wall45" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 54.1578, 0, 119.407 ) @@ -533,28 +531,28 @@ transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 82.1578, 0, 91.4073 ) [node name="Wall74" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 29, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 29, 0, -65 ) [node name="Wall75" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 19, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 19, 0, -65 ) [node name="Wall76" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 9, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 9, 0, -65 ) [node name="Wall77" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -1, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -1, 0, -65 ) [node name="Wall78" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -11, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -11, 0, -65 ) [node name="Wall79" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -21, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -21, 0, -65 ) [node name="Wall80" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -31, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -31, 0, -65 ) [node name="Wall84" parent="Navigation/NavigationMeshInstance/Walls" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -41, 0, -65 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -41, 0, -65 ) [node name="LongBuilding" parent="Navigation/NavigationMeshInstance" instance=ExtResource( 4 )] @@ -591,10 +589,10 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 76, 0, -2 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 76, 0, -20 ) [node name="Wall" parent="Navigation/NavigationMeshInstance/HouseRow" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 71, 0, -29 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 71, 0, -29 ) [node name="Wall2" parent="Navigation/NavigationMeshInstance/HouseRow" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 81, 0, -29 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 81, 0, -29 ) [node name="HouseRow2" type="Spatial" parent="Navigation/NavigationMeshInstance"] editor/display_folded = true @@ -613,10 +611,10 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 76, 0, -2 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 76, 0, -20 ) [node name="Wall" parent="Navigation/NavigationMeshInstance/HouseRow2" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 71, 0, -29 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 71, 0, -29 ) [node name="Wall2" parent="Navigation/NavigationMeshInstance/HouseRow2" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 81, 0, -29 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 81, 0, -29 ) [node name="BigTower3" parent="Navigation/NavigationMeshInstance" instance=ExtResource( 6 )] transform = Transform( 0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025, 137, 0, -53 ) @@ -636,46 +634,46 @@ shadow_enabled = true [node name="Player" parent="." instance=ExtResource( 9 )] [node name="Crystal" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 0, 2, 23 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 2, 23 ) [node name="Crystal2" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, -62, 2, -1 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -62, 2, -1 ) [node name="Crystal3" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, -56, 2, -55 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -56, 2, -55 ) [node name="Crystal4" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 40, 2, -18 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 40, 2, -18 ) [node name="Crystal5" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 137, 2, -53 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 137, 2, -53 ) [node name="Crystal6" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 112, 2, -16 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 112, 2, -16 ) [node name="Crystal7" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 102, 2, 12 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 102, 2, 12 ) [node name="Crystal8" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 80, 2, 2 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 80, 2, 2 ) [node name="Crystal9" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 134, 2, 94 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 134, 2, 94 ) [node name="Crystal10" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 151, 2, 153 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 151, 2, 153 ) [node name="Crystal11" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 103, 2, 149 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 103, 2, 149 ) [node name="Crystal12" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 43, 2, 130 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 43, 2, 130 ) [node name="Crystal13" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, -27, 2, 114 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -27, 2, 114 ) [node name="Crystal14" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, -40, 2, 51 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -40, 2, 51 ) [node name="Crystal15" parent="." instance=ExtResource( 10 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, -28, 2, 54 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -28, 2, 54 ) diff --git a/WikiJam/Level/Objects/Crystal.tscn b/WikiJam/Level/Objects/Crystal.tscn index b330728..f279490 100644 --- a/WikiJam/Level/Objects/Crystal.tscn +++ b/WikiJam/Level/Objects/Crystal.tscn @@ -1,10 +1,36 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://Level/Objects/Crystal.gd" type="Script" id=1] +[ext_resource path="res://Models/Material.material" type="Material" id=2] -[sub_resource type="CapsuleShape" id=1] +[sub_resource type="CapsuleShape" id=2] -[sub_resource type="CapsuleMesh" id=2] +[sub_resource type="ArrayMesh" id=1] +resource_name = "Icosphere.003" +surfaces/0 = { +"aabb": AABB( -4.66669, -2.28884, -3.78465, 5.82445, 8.11008, 5.75621 ), +"array_data": PoolByteArray( 85, 85, 5, 181, 212, 96, 163, 191, 136, 136, 136, 49, 23, 156, 73, 0, 136, 0, 39, 129, 139, 58, 0, 60, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 63, 23, 156, 73, 0, 136, 0, 39, 129, 209, 57, 189, 58, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 63, 23, 156, 73, 0, 136, 0, 39, 129, 69, 59, 189, 58, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 63, 77, 156, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 85, 85, 5, 181, 212, 96, 163, 191, 136, 136, 136, 49, 77, 156, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 191, 77, 156, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 85, 85, 5, 181, 212, 96, 163, 191, 136, 136, 136, 49, 194, 156, 45, 0, 182, 0, 154, 129, 209, 45, 0, 60, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 63, 194, 156, 45, 0, 182, 0, 154, 129, 0, 0, 189, 58, 165, 45, 183, 191, 230, 171, 200, 190, 136, 136, 136, 49, 194, 156, 45, 0, 182, 0, 154, 129, 209, 49, 189, 58, 85, 85, 5, 181, 212, 96, 163, 191, 136, 136, 136, 49, 194, 156, 211, 0, 74, 0, 154, 129, 93, 52, 0, 60, 165, 45, 183, 191, 230, 171, 200, 190, 136, 136, 136, 49, 194, 156, 211, 0, 74, 0, 154, 129, 209, 49, 189, 58, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 191, 194, 156, 211, 0, 74, 0, 154, 129, 209, 53, 189, 58, 85, 85, 5, 181, 212, 96, 163, 191, 136, 136, 136, 49, 23, 156, 183, 0, 120, 0, 39, 129, 69, 55, 0, 60, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 191, 23, 156, 183, 0, 120, 0, 39, 129, 209, 53, 189, 58, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 191, 23, 156, 183, 0, 120, 0, 39, 129, 93, 56, 189, 58, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 63, 126, 6, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 191, 126, 6, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 9, 249, 100, 63, 248, 210, 148, 64, 0, 0, 0, 128, 126, 6, 0, 0, 0, 0, 126, 129, 23, 57, 123, 57, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 63, 39, 6, 120, 0, 136, 0, 39, 129, 69, 59, 189, 58, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 63, 39, 6, 120, 0, 136, 0, 39, 129, 209, 57, 189, 58, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 63, 39, 6, 120, 0, 136, 0, 39, 129, 139, 58, 123, 57, 165, 45, 183, 191, 230, 171, 200, 190, 136, 136, 136, 49, 154, 6, 74, 0, 182, 0, 154, 129, 209, 49, 189, 58, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 63, 154, 6, 74, 0, 182, 0, 154, 129, 0, 0, 189, 58, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 63, 154, 6, 74, 0, 182, 0, 154, 129, 209, 45, 123, 57, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 191, 154, 6, 182, 0, 74, 0, 154, 129, 209, 53, 189, 58, 165, 45, 183, 191, 230, 171, 200, 190, 136, 136, 136, 49, 154, 6, 182, 0, 74, 0, 154, 129, 209, 49, 189, 58, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 191, 154, 6, 182, 0, 74, 0, 154, 129, 93, 52, 123, 57, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 191, 39, 6, 136, 0, 120, 0, 39, 129, 93, 56, 189, 58, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 191, 39, 6, 136, 0, 120, 0, 39, 129, 209, 53, 189, 58, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 191, 39, 6, 136, 0, 120, 0, 39, 129, 69, 55, 123, 57, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 63, 101, 17, 73, 0, 182, 0, 102, 129, 209, 57, 189, 58, 9, 249, 100, 63, 248, 210, 148, 64, 0, 0, 0, 128, 101, 17, 73, 0, 182, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 63, 101, 17, 73, 0, 182, 0, 102, 129, 139, 58, 123, 57, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 63, 218, 17, 119, 0, 136, 0, 217, 129, 69, 59, 189, 58, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 63, 218, 17, 119, 0, 136, 0, 217, 129, 139, 58, 123, 57, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 63, 218, 17, 119, 0, 136, 0, 217, 129, 0, 60, 123, 57, 165, 45, 183, 191, 230, 171, 200, 190, 136, 136, 136, 49, 131, 17, 0, 0, 0, 0, 129, 129, 209, 49, 189, 58, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 63, 131, 17, 0, 0, 0, 0, 130, 129, 209, 45, 123, 57, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 191, 131, 17, 0, 0, 0, 0, 130, 129, 93, 52, 123, 57, 53, 106, 226, 190, 230, 171, 200, 190, 9, 54, 174, 191, 218, 17, 137, 0, 120, 0, 217, 129, 209, 53, 189, 58, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 191, 218, 17, 137, 0, 120, 0, 217, 129, 93, 52, 123, 57, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 191, 218, 17, 137, 0, 120, 0, 217, 129, 69, 55, 123, 57, 118, 49, 148, 63, 230, 171, 200, 190, 189, 85, 87, 191, 101, 17, 183, 0, 74, 0, 102, 129, 93, 56, 189, 58, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 191, 101, 17, 183, 0, 74, 0, 102, 129, 69, 55, 123, 57, 9, 249, 100, 63, 248, 210, 148, 64, 0, 0, 0, 128, 101, 17, 183, 0, 74, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 63, 81, 77, 59, 0, 182, 0, 102, 129, 139, 58, 123, 57, 9, 249, 100, 63, 248, 210, 148, 64, 0, 0, 0, 128, 81, 77, 59, 0, 182, 0, 102, 129, 23, 57, 123, 57, 0, 0, 0, 0, 178, 248, 178, 64, 0, 0, 0, 128, 81, 77, 59, 0, 182, 0, 102, 129, 209, 57, 56, 56, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 63, 225, 77, 95, 0, 136, 0, 217, 129, 0, 60, 123, 57, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 63, 225, 77, 95, 0, 136, 0, 217, 129, 139, 58, 123, 57, 0, 0, 0, 0, 178, 248, 178, 64, 0, 0, 0, 128, 225, 77, 95, 0, 136, 0, 217, 129, 69, 59, 56, 56, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 191, 156, 77, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 63, 156, 77, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 0, 0, 0, 0, 178, 248, 178, 64, 0, 0, 0, 128, 156, 77, 0, 0, 0, 0, 129, 129, 209, 49, 56, 56, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 191, 225, 77, 161, 0, 120, 0, 217, 129, 69, 55, 123, 57, 217, 61, 57, 191, 248, 210, 148, 64, 150, 149, 6, 191, 225, 77, 161, 0, 120, 0, 217, 129, 93, 52, 123, 57, 0, 0, 0, 0, 178, 248, 178, 64, 0, 0, 0, 128, 225, 77, 161, 0, 120, 0, 217, 129, 209, 53, 56, 56, 9, 249, 100, 63, 248, 210, 148, 64, 0, 0, 0, 128, 81, 77, 197, 0, 74, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 248, 210, 148, 64, 139, 195, 89, 191, 81, 77, 197, 0, 74, 0, 102, 129, 69, 55, 123, 57, 0, 0, 0, 0, 178, 248, 178, 64, 0, 0, 0, 128, 81, 77, 197, 0, 74, 0, 102, 129, 93, 56, 56, 56, 74, 42, 168, 190, 9, 43, 215, 191, 208, 60, 48, 61, 41, 191, 100, 0, 142, 203, 12, 129, 139, 58, 0, 60, 112, 251, 222, 61, 244, 16, 24, 62, 22, 214, 133, 63, 41, 191, 100, 0, 142, 203, 12, 129, 209, 57, 189, 58, 250, 43, 232, 191, 66, 107, 63, 191, 12, 126, 160, 63, 41, 191, 100, 0, 142, 203, 12, 129, 69, 59, 189, 58, 112, 251, 222, 61, 244, 16, 24, 62, 22, 214, 133, 63, 108, 207, 42, 0, 218, 17, 119, 129, 209, 57, 189, 58, 74, 42, 168, 190, 9, 43, 215, 191, 208, 60, 48, 61, 108, 207, 42, 0, 218, 17, 119, 129, 23, 57, 0, 60, 110, 153, 66, 63, 28, 55, 24, 190, 137, 77, 118, 191, 108, 207, 42, 0, 218, 17, 119, 129, 93, 56, 189, 58, 74, 42, 168, 190, 9, 43, 215, 191, 208, 60, 48, 61, 233, 145, 56, 0, 225, 206, 145, 129, 209, 45, 0, 60, 250, 43, 232, 191, 66, 107, 63, 191, 12, 126, 160, 63, 233, 145, 56, 0, 225, 206, 145, 129, 0, 0, 189, 58, 2, 117, 22, 192, 128, 165, 204, 191, 154, 12, 32, 191, 233, 145, 56, 0, 225, 206, 145, 129, 209, 49, 189, 58, 74, 42, 168, 190, 9, 43, 215, 191, 208, 60, 48, 61, 4, 133, 228, 0, 94, 22, 175, 129, 93, 52, 0, 60, 2, 117, 22, 192, 128, 165, 204, 191, 154, 12, 32, 191, 4, 133, 228, 0, 94, 22, 175, 129, 209, 49, 189, 58, 110, 146, 66, 191, 146, 64, 157, 191, 114, 83, 255, 191, 4, 133, 228, 0, 94, 22, 175, 129, 209, 53, 189, 58, 74, 42, 168, 190, 9, 43, 215, 191, 208, 60, 48, 61, 86, 171, 219, 0, 90, 64, 61, 129, 69, 55, 0, 60, 110, 146, 66, 191, 146, 64, 157, 191, 114, 83, 255, 191, 86, 171, 219, 0, 90, 64, 61, 129, 209, 53, 189, 58, 110, 153, 66, 63, 28, 55, 24, 190, 137, 77, 118, 191, 86, 171, 219, 0, 90, 64, 61, 129, 93, 56, 189, 58, 112, 251, 222, 61, 244, 16, 24, 62, 22, 214, 133, 63, 104, 67, 24, 0, 218, 17, 119, 129, 209, 57, 189, 58, 110, 153, 66, 63, 28, 55, 24, 190, 137, 77, 118, 191, 104, 67, 24, 0, 218, 17, 119, 129, 93, 56, 189, 58, 159, 117, 38, 192, 150, 7, 171, 64, 128, 242, 221, 191, 104, 67, 24, 0, 218, 17, 119, 129, 23, 57, 123, 57, 250, 43, 232, 191, 66, 107, 63, 191, 12, 126, 160, 63, 250, 41, 119, 0, 142, 203, 12, 129, 69, 59, 189, 58, 112, 251, 222, 61, 244, 16, 24, 62, 22, 214, 133, 63, 250, 41, 119, 0, 142, 203, 12, 129, 209, 57, 189, 58, 224, 23, 102, 192, 208, 159, 163, 64, 145, 196, 96, 191, 250, 41, 119, 0, 142, 203, 12, 129, 139, 58, 123, 57, 2, 117, 22, 192, 128, 165, 204, 191, 154, 12, 32, 191, 144, 223, 47, 0, 225, 206, 145, 129, 209, 49, 189, 58, 250, 43, 232, 191, 66, 107, 63, 191, 12, 126, 160, 63, 144, 223, 47, 0, 225, 206, 145, 129, 0, 0, 189, 58, 93, 115, 145, 192, 206, 6, 142, 64, 54, 254, 194, 191, 144, 223, 47, 0, 225, 206, 145, 129, 209, 45, 123, 57, 110, 146, 66, 191, 146, 64, 157, 191, 114, 83, 255, 191, 189, 202, 164, 0, 94, 22, 175, 129, 209, 53, 189, 58, 2, 117, 22, 192, 128, 165, 204, 191, 154, 12, 32, 191, 189, 202, 164, 0, 94, 22, 175, 129, 209, 49, 189, 58, 213, 108, 132, 192, 100, 21, 136, 64, 31, 206, 49, 192, 189, 202, 164, 0, 94, 22, 175, 129, 93, 52, 123, 57, 110, 153, 66, 63, 28, 55, 24, 190, 137, 77, 118, 191, 67, 7, 149, 0, 90, 64, 61, 129, 93, 56, 189, 58, 110, 146, 66, 191, 146, 64, 157, 191, 114, 83, 255, 191, 67, 7, 149, 0, 90, 64, 61, 129, 209, 53, 189, 58, 2, 241, 59, 192, 26, 2, 154, 64, 155, 34, 58, 192, 67, 7, 149, 0, 90, 64, 61, 129, 69, 55, 123, 57, 112, 251, 222, 61, 244, 16, 24, 62, 22, 214, 133, 63, 56, 75, 85, 0, 162, 234, 81, 129, 209, 57, 189, 58, 159, 117, 38, 192, 150, 7, 171, 64, 128, 242, 221, 191, 56, 75, 85, 0, 162, 234, 81, 129, 23, 57, 123, 57, 224, 23, 102, 192, 208, 159, 163, 64, 145, 196, 96, 191, 56, 75, 85, 0, 162, 234, 81, 129, 139, 58, 123, 57, 250, 43, 232, 191, 66, 107, 63, 191, 12, 126, 160, 63, 179, 12, 100, 0, 166, 192, 195, 129, 69, 59, 189, 58, 224, 23, 102, 192, 208, 159, 163, 64, 145, 196, 96, 191, 179, 12, 100, 0, 166, 192, 195, 129, 139, 58, 123, 57, 93, 115, 145, 192, 206, 6, 142, 64, 54, 254, 194, 191, 179, 12, 100, 0, 166, 192, 195, 129, 0, 60, 123, 57, 2, 117, 22, 192, 128, 165, 204, 191, 154, 12, 32, 191, 142, 210, 226, 0, 38, 239, 137, 129, 209, 49, 189, 58, 93, 115, 145, 192, 206, 6, 142, 64, 54, 254, 194, 191, 142, 210, 226, 0, 38, 239, 137, 129, 209, 45, 123, 57, 213, 108, 132, 192, 100, 21, 136, 64, 31, 206, 49, 192, 142, 210, 226, 0, 38, 239, 137, 129, 93, 52, 123, 57, 110, 146, 66, 191, 146, 64, 157, 191, 114, 83, 255, 191, 252, 236, 131, 0, 114, 53, 244, 129, 209, 53, 189, 58, 213, 108, 132, 192, 100, 21, 136, 64, 31, 206, 49, 192, 252, 236, 131, 0, 114, 53, 244, 129, 93, 52, 123, 57, 2, 241, 59, 192, 26, 2, 154, 64, 155, 34, 58, 192, 252, 236, 131, 0, 114, 53, 244, 129, 69, 55, 123, 57, 110, 153, 66, 63, 28, 55, 24, 190, 137, 77, 118, 191, 101, 54, 203, 0, 31, 50, 111, 129, 93, 56, 189, 58, 2, 241, 59, 192, 26, 2, 154, 64, 155, 34, 58, 192, 101, 54, 203, 0, 31, 50, 111, 129, 69, 55, 123, 57, 159, 117, 38, 192, 150, 7, 171, 64, 128, 242, 221, 191, 101, 54, 203, 0, 31, 50, 111, 129, 23, 57, 123, 57, 224, 23, 102, 192, 208, 159, 163, 64, 145, 196, 96, 191, 17, 114, 51, 0, 162, 234, 81, 129, 139, 58, 123, 57, 159, 117, 38, 192, 150, 7, 171, 64, 128, 242, 221, 191, 17, 114, 51, 0, 162, 234, 81, 129, 23, 57, 123, 57, 86, 122, 130, 192, 166, 71, 186, 64, 33, 36, 18, 192, 17, 114, 51, 0, 162, 234, 81, 129, 209, 57, 56, 56, 93, 115, 145, 192, 206, 6, 142, 64, 54, 254, 194, 191, 167, 64, 63, 0, 166, 192, 195, 129, 0, 60, 123, 57, 224, 23, 102, 192, 208, 159, 163, 64, 145, 196, 96, 191, 167, 64, 63, 0, 166, 192, 195, 129, 139, 58, 123, 57, 86, 122, 130, 192, 166, 71, 186, 64, 33, 36, 18, 192, 167, 64, 63, 0, 166, 192, 195, 129, 69, 59, 56, 56, 213, 108, 132, 192, 100, 21, 136, 64, 31, 206, 49, 192, 138, 17, 215, 0, 38, 239, 137, 129, 93, 52, 123, 57, 93, 115, 145, 192, 206, 6, 142, 64, 54, 254, 194, 191, 138, 17, 215, 0, 38, 239, 137, 129, 209, 45, 123, 57, 86, 122, 130, 192, 166, 71, 186, 64, 33, 36, 18, 192, 138, 17, 215, 0, 38, 239, 137, 129, 209, 49, 56, 56, 2, 241, 59, 192, 26, 2, 154, 64, 155, 34, 58, 192, 226, 38, 139, 0, 114, 53, 244, 129, 69, 55, 123, 57, 213, 108, 132, 192, 100, 21, 136, 64, 31, 206, 49, 192, 226, 38, 139, 0, 114, 53, 244, 129, 93, 52, 123, 57, 86, 122, 130, 192, 166, 71, 186, 64, 33, 36, 18, 192, 226, 38, 139, 0, 114, 53, 244, 129, 209, 53, 56, 56, 159, 117, 38, 192, 150, 7, 171, 64, 128, 242, 221, 191, 53, 98, 197, 0, 31, 50, 111, 129, 23, 57, 123, 57, 2, 241, 59, 192, 26, 2, 154, 64, 155, 34, 58, 192, 53, 98, 197, 0, 31, 50, 111, 129, 69, 55, 123, 57, 86, 122, 130, 192, 166, 71, 186, 64, 33, 36, 18, 192, 53, 98, 197, 0, 31, 50, 111, 129, 93, 56, 56, 56, 46, 252, 139, 191, 204, 208, 178, 191, 104, 252, 83, 63, 71, 183, 74, 0, 155, 184, 25, 129, 139, 58, 0, 60, 66, 232, 74, 191, 68, 53, 115, 190, 0, 48, 215, 63, 71, 183, 74, 0, 155, 184, 25, 129, 209, 57, 189, 58, 125, 48, 251, 191, 241, 64, 138, 191, 40, 92, 252, 63, 71, 183, 74, 0, 155, 184, 25, 129, 69, 59, 189, 58, 66, 232, 74, 191, 68, 53, 115, 190, 0, 48, 215, 63, 121, 219, 8, 0, 245, 247, 126, 129, 209, 57, 189, 58, 46, 252, 139, 191, 204, 208, 178, 191, 104, 252, 83, 63, 121, 219, 8, 0, 245, 247, 126, 129, 23, 57, 0, 60, 118, 112, 41, 191, 140, 104, 4, 190, 20, 164, 97, 62, 121, 219, 8, 0, 245, 247, 126, 129, 93, 56, 189, 58, 46, 252, 139, 191, 204, 208, 178, 191, 104, 252, 83, 63, 4, 135, 37, 0, 205, 221, 146, 129, 209, 45, 0, 60, 125, 48, 251, 191, 241, 64, 138, 191, 40, 92, 252, 63, 4, 135, 37, 0, 205, 221, 146, 129, 0, 0, 189, 58, 231, 127, 35, 192, 207, 15, 191, 191, 186, 178, 48, 63, 4, 135, 37, 0, 205, 221, 146, 129, 209, 49, 189, 58, 46, 252, 139, 191, 204, 208, 178, 191, 104, 252, 83, 63, 12, 142, 203, 0, 69, 50, 163, 129, 93, 52, 0, 60, 231, 127, 35, 192, 207, 15, 191, 191, 186, 178, 48, 63, 12, 142, 203, 0, 69, 50, 163, 129, 209, 49, 189, 58, 239, 28, 224, 191, 5, 176, 103, 191, 232, 190, 200, 190, 12, 142, 203, 0, 69, 50, 163, 129, 209, 53, 189, 58, 46, 252, 139, 191, 204, 208, 178, 191, 104, 252, 83, 63, 84, 194, 186, 0, 94, 66, 52, 129, 69, 55, 0, 60, 239, 28, 224, 191, 5, 176, 103, 191, 232, 190, 200, 190, 84, 194, 186, 0, 94, 66, 52, 129, 209, 53, 189, 58, 118, 112, 41, 191, 140, 104, 4, 190, 20, 164, 97, 62, 84, 194, 186, 0, 94, 66, 52, 129, 93, 56, 189, 58, 66, 232, 74, 191, 68, 53, 115, 190, 0, 48, 215, 63, 98, 78, 14, 0, 245, 247, 126, 129, 209, 57, 189, 58, 118, 112, 41, 191, 140, 104, 4, 190, 20, 164, 97, 62, 98, 78, 14, 0, 245, 247, 126, 129, 93, 56, 189, 58, 174, 244, 94, 192, 6, 235, 80, 64, 9, 158, 117, 63, 98, 78, 14, 0, 245, 247, 126, 129, 23, 57, 123, 57, 125, 48, 251, 191, 241, 64, 138, 191, 40, 92, 252, 63, 17, 19, 124, 0, 155, 184, 25, 129, 69, 59, 189, 58, 66, 232, 74, 191, 68, 53, 115, 190, 0, 48, 215, 63, 17, 19, 124, 0, 155, 184, 25, 129, 209, 57, 189, 58, 148, 27, 127, 192, 150, 105, 57, 64, 178, 100, 209, 63, 17, 19, 124, 0, 155, 184, 25, 129, 139, 58, 123, 57, 231, 127, 35, 192, 207, 15, 191, 191, 186, 178, 48, 63, 163, 197, 62, 0, 205, 221, 146, 129, 209, 49, 189, 58, 125, 48, 251, 191, 241, 64, 138, 191, 40, 92, 252, 63, 163, 197, 62, 0, 205, 221, 146, 129, 0, 0, 189, 58, 134, 85, 149, 192, 44, 98, 26, 64, 13, 102, 160, 63, 163, 197, 62, 0, 205, 221, 146, 129, 209, 45, 123, 57, 239, 28, 224, 191, 5, 176, 103, 191, 232, 190, 200, 190, 176, 208, 171, 0, 69, 50, 163, 129, 209, 53, 189, 58, 231, 127, 35, 192, 207, 15, 191, 191, 186, 178, 48, 63, 176, 208, 171, 0, 69, 50, 163, 129, 209, 49, 189, 58, 42, 184, 146, 192, 42, 182, 30, 64, 123, 35, 174, 62, 176, 208, 171, 0, 69, 50, 163, 129, 93, 52, 123, 57, 118, 112, 41, 191, 140, 104, 4, 190, 20, 164, 97, 62, 38, 36, 141, 0, 94, 66, 52, 129, 93, 56, 189, 58, 239, 28, 224, 191, 5, 176, 103, 191, 232, 190, 200, 190, 38, 36, 141, 0, 94, 66, 52, 129, 209, 53, 189, 58, 118, 165, 118, 192, 96, 106, 64, 64, 52, 106, 34, 62, 38, 36, 141, 0, 94, 66, 52, 129, 69, 55, 123, 57, 66, 232, 74, 191, 68, 53, 115, 190, 0, 48, 215, 63, 65, 67, 85, 0, 187, 206, 93, 129, 209, 57, 189, 58, 174, 244, 94, 192, 6, 235, 80, 64, 9, 158, 117, 63, 65, 67, 85, 0, 187, 206, 93, 129, 23, 57, 123, 57, 148, 27, 127, 192, 150, 105, 57, 64, 178, 100, 209, 63, 65, 67, 85, 0, 187, 206, 93, 129, 139, 58, 123, 57, 125, 48, 251, 191, 241, 64, 138, 191, 40, 92, 252, 63, 204, 240, 114, 0, 162, 190, 204, 129, 69, 59, 189, 58, 148, 27, 127, 192, 150, 105, 57, 64, 178, 100, 209, 63, 204, 240, 114, 0, 162, 190, 204, 129, 139, 58, 123, 57, 134, 85, 149, 192, 44, 98, 26, 64, 13, 102, 160, 63, 204, 240, 114, 0, 162, 190, 204, 129, 0, 60, 123, 57, 231, 127, 35, 192, 207, 15, 191, 191, 186, 178, 48, 63, 145, 198, 242, 0, 11, 9, 130, 129, 209, 49, 189, 58, 134, 85, 149, 192, 44, 98, 26, 64, 13, 102, 160, 63, 145, 198, 242, 0, 11, 9, 130, 129, 209, 45, 123, 57, 42, 184, 146, 192, 42, 182, 30, 64, 123, 35, 174, 62, 145, 198, 242, 0, 11, 9, 130, 129, 93, 52, 123, 57, 239, 28, 224, 191, 5, 176, 103, 191, 232, 190, 200, 190, 225, 0, 133, 0, 101, 72, 231, 129, 209, 53, 189, 58, 42, 184, 146, 192, 42, 182, 30, 64, 123, 35, 174, 62, 225, 0, 133, 0, 101, 72, 231, 129, 93, 52, 123, 57, 118, 165, 118, 192, 96, 106, 64, 64, 52, 106, 34, 62, 225, 0, 133, 0, 101, 72, 231, 129, 69, 55, 123, 57, 118, 112, 41, 191, 140, 104, 4, 190, 20, 164, 97, 62, 78, 78, 195, 0, 51, 35, 110, 129, 93, 56, 189, 58, 118, 165, 118, 192, 96, 106, 64, 64, 52, 106, 34, 62, 78, 78, 195, 0, 51, 35, 110, 129, 69, 55, 123, 57, 174, 244, 94, 192, 6, 235, 80, 64, 9, 158, 117, 63, 78, 78, 195, 0, 51, 35, 110, 129, 23, 57, 123, 57, 148, 27, 127, 192, 150, 105, 57, 64, 178, 100, 209, 63, 15, 105, 68, 0, 187, 206, 93, 129, 139, 58, 123, 57, 174, 244, 94, 192, 6, 235, 80, 64, 9, 158, 117, 63, 15, 105, 68, 0, 187, 206, 93, 129, 23, 57, 123, 57, 176, 12, 147, 192, 240, 200, 94, 64, 10, 66, 96, 63, 15, 105, 68, 0, 187, 206, 93, 129, 209, 57, 56, 56, 134, 85, 149, 192, 44, 98, 26, 64, 13, 102, 160, 63, 178, 37, 92, 0, 162, 190, 204, 129, 0, 60, 123, 57, 148, 27, 127, 192, 150, 105, 57, 64, 178, 100, 209, 63, 178, 37, 92, 0, 162, 190, 204, 129, 139, 58, 123, 57, 176, 12, 147, 192, 240, 200, 94, 64, 10, 66, 96, 63, 178, 37, 92, 0, 162, 190, 204, 129, 69, 59, 56, 56, 42, 184, 146, 192, 42, 182, 30, 64, 123, 35, 174, 62, 130, 4, 246, 0, 11, 9, 130, 129, 93, 52, 123, 57, 134, 85, 149, 192, 44, 98, 26, 64, 13, 102, 160, 63, 130, 4, 246, 0, 11, 9, 130, 129, 209, 45, 123, 57, 176, 12, 147, 192, 240, 200, 94, 64, 10, 66, 96, 63, 130, 4, 246, 0, 11, 9, 130, 129, 209, 49, 56, 56, 118, 165, 118, 192, 96, 106, 64, 64, 52, 106, 34, 62, 195, 51, 158, 0, 101, 72, 231, 129, 69, 55, 123, 57, 42, 184, 146, 192, 42, 182, 30, 64, 123, 35, 174, 62, 195, 51, 158, 0, 101, 72, 231, 129, 93, 52, 123, 57, 176, 12, 147, 192, 240, 200, 94, 64, 10, 66, 96, 63, 195, 51, 158, 0, 101, 72, 231, 129, 209, 53, 56, 56, 174, 244, 94, 192, 6, 235, 80, 64, 9, 158, 117, 63, 25, 114, 208, 0, 51, 35, 110, 129, 23, 57, 123, 57, 118, 165, 118, 192, 96, 106, 64, 64, 52, 106, 34, 62, 25, 114, 208, 0, 51, 35, 110, 129, 69, 55, 123, 57, 176, 12, 147, 192, 240, 200, 94, 64, 10, 66, 96, 63, 25, 114, 208, 0, 51, 35, 110, 129, 93, 56, 56, 56, 47, 31, 191, 190, 80, 252, 5, 192, 50, 206, 134, 191, 22, 229, 122, 0, 146, 195, 6, 129, 139, 58, 0, 60, 144, 228, 167, 190, 68, 139, 129, 191, 109, 3, 82, 191, 22, 229, 122, 0, 146, 195, 6, 129, 209, 57, 189, 58, 64, 149, 165, 191, 190, 120, 198, 191, 37, 107, 67, 191, 22, 229, 122, 0, 146, 195, 6, 129, 69, 59, 189, 58, 144, 228, 167, 190, 68, 139, 129, 191, 109, 3, 82, 191, 99, 236, 75, 0, 191, 46, 98, 129, 209, 57, 189, 58, 47, 31, 191, 190, 80, 252, 5, 192, 50, 206, 134, 191, 99, 236, 75, 0, 191, 46, 98, 129, 23, 57, 0, 60, 152, 107, 117, 62, 49, 113, 181, 191, 114, 15, 215, 191, 99, 236, 75, 0, 191, 46, 98, 129, 93, 56, 189, 58, 47, 31, 191, 190, 80, 252, 5, 192, 50, 206, 134, 191, 229, 165, 83, 0, 253, 172, 162, 129, 209, 45, 0, 60, 64, 149, 165, 191, 190, 120, 198, 191, 37, 107, 67, 191, 229, 165, 83, 0, 253, 172, 162, 129, 0, 0, 189, 58, 252, 83, 169, 191, 83, 124, 18, 192, 37, 65, 203, 191, 229, 165, 83, 0, 253, 172, 162, 129, 209, 49, 189, 58, 47, 31, 191, 190, 80, 252, 5, 192, 50, 206, 134, 191, 18, 132, 12, 0, 108, 9, 192, 129, 93, 52, 0, 60, 252, 83, 169, 191, 83, 124, 18, 192, 37, 65, 203, 191, 18, 132, 12, 0, 108, 9, 192, 129, 209, 49, 189, 58, 96, 31, 192, 190, 0, 57, 13, 192, 1, 228, 9, 192, 18, 132, 12, 0, 108, 9, 192, 129, 209, 53, 189, 58, 47, 31, 191, 190, 80, 252, 5, 192, 50, 206, 134, 191, 97, 176, 8, 0, 70, 90, 54, 129, 69, 55, 0, 60, 96, 31, 192, 190, 0, 57, 13, 192, 1, 228, 9, 192, 97, 176, 8, 0, 70, 90, 54, 129, 209, 53, 189, 58, 152, 107, 117, 62, 49, 113, 181, 191, 114, 15, 215, 191, 97, 176, 8, 0, 70, 90, 54, 129, 93, 56, 189, 58, 144, 228, 167, 190, 68, 139, 129, 191, 109, 3, 82, 191, 92, 84, 21, 0, 191, 46, 98, 129, 209, 57, 189, 58, 152, 107, 117, 62, 49, 113, 181, 191, 114, 15, 215, 191, 92, 84, 21, 0, 191, 46, 98, 129, 93, 56, 189, 58, 214, 108, 199, 191, 24, 141, 114, 63, 33, 60, 81, 192, 92, 84, 21, 0, 191, 46, 98, 129, 23, 57, 123, 57, 64, 149, 165, 191, 190, 120, 198, 191, 37, 107, 67, 191, 221, 73, 97, 0, 146, 195, 6, 129, 69, 59, 189, 58, 144, 228, 167, 190, 68, 139, 129, 191, 109, 3, 82, 191, 221, 73, 97, 0, 146, 195, 6, 129, 209, 57, 189, 58, 54, 158, 9, 192, 200, 100, 101, 63, 252, 145, 58, 192, 221, 73, 97, 0, 146, 195, 6, 129, 139, 58, 123, 57, 252, 83, 169, 191, 83, 124, 18, 192, 37, 65, 203, 191, 139, 224, 33, 0, 253, 172, 162, 129, 209, 49, 189, 58, 64, 149, 165, 191, 190, 120, 198, 191, 37, 107, 67, 191, 139, 224, 33, 0, 253, 172, 162, 129, 0, 0, 189, 58, 222, 54, 34, 192, 136, 71, 206, 62, 170, 139, 77, 192, 139, 224, 33, 0, 253, 172, 162, 129, 209, 45, 123, 57, 96, 31, 192, 190, 0, 57, 13, 192, 1, 228, 9, 192, 215, 169, 174, 0, 108, 9, 192, 129, 209, 53, 189, 58, 252, 83, 169, 191, 83, 124, 18, 192, 37, 65, 203, 191, 215, 169, 174, 0, 108, 9, 192, 129, 209, 49, 189, 58, 206, 130, 11, 192, 112, 17, 25, 62, 244, 239, 111, 192, 215, 169, 174, 0, 108, 9, 192, 129, 93, 52, 123, 57, 152, 107, 117, 62, 49, 113, 181, 191, 114, 15, 215, 191, 88, 242, 167, 0, 70, 90, 54, 129, 93, 56, 189, 58, 96, 31, 192, 190, 0, 57, 13, 192, 1, 228, 9, 192, 88, 242, 167, 0, 70, 90, 54, 129, 209, 53, 189, 58, 12, 196, 201, 191, 104, 218, 248, 62, 190, 55, 114, 192, 88, 242, 167, 0, 70, 90, 54, 129, 69, 55, 123, 57, 144, 228, 167, 190, 68, 139, 129, 191, 109, 3, 82, 191, 31, 103, 67, 0, 148, 247, 64, 129, 209, 57, 189, 58, 214, 108, 199, 191, 24, 141, 114, 63, 33, 60, 81, 192, 31, 103, 67, 0, 148, 247, 64, 129, 23, 57, 123, 57, 54, 158, 9, 192, 200, 100, 101, 63, 252, 145, 58, 192, 31, 103, 67, 0, 148, 247, 64, 129, 139, 58, 123, 57, 64, 149, 165, 191, 190, 120, 198, 191, 37, 107, 67, 191, 159, 31, 74, 0, 186, 166, 202, 129, 69, 59, 189, 58, 54, 158, 9, 192, 200, 100, 101, 63, 252, 145, 58, 192, 159, 31, 74, 0, 186, 166, 202, 129, 139, 58, 123, 57, 222, 54, 34, 192, 136, 71, 206, 62, 170, 139, 77, 192, 159, 31, 74, 0, 186, 166, 202, 129, 0, 60, 123, 57, 252, 83, 169, 191, 83, 124, 18, 192, 37, 65, 203, 191, 155, 189, 221, 0, 65, 210, 158, 129, 209, 49, 189, 58, 222, 54, 34, 192, 136, 71, 206, 62, 170, 139, 77, 192, 155, 189, 221, 0, 65, 210, 158, 129, 209, 45, 123, 57, 206, 130, 11, 192, 112, 17, 25, 62, 244, 239, 111, 192, 155, 189, 221, 0, 65, 210, 158, 129, 93, 52, 123, 57, 96, 31, 192, 190, 0, 57, 13, 192, 1, 228, 9, 192, 24, 200, 145, 0, 110, 61, 250, 129, 209, 53, 189, 58, 206, 130, 11, 192, 112, 17, 25, 62, 244, 239, 111, 192, 24, 200, 145, 0, 110, 61, 250, 129, 93, 52, 123, 57, 12, 196, 201, 191, 104, 218, 248, 62, 190, 55, 114, 192, 24, 200, 145, 0, 110, 61, 250, 129, 69, 55, 123, 57, 152, 107, 117, 62, 49, 113, 181, 191, 114, 15, 215, 191, 106, 49, 209, 0, 3, 84, 94, 129, 93, 56, 189, 58, 12, 196, 201, 191, 104, 218, 248, 62, 190, 55, 114, 192, 106, 49, 209, 0, 3, 84, 94, 129, 69, 55, 123, 57, 214, 108, 199, 191, 24, 141, 114, 63, 33, 60, 81, 192, 106, 49, 209, 0, 3, 84, 94, 129, 23, 57, 123, 57, 54, 158, 9, 192, 200, 100, 101, 63, 252, 145, 58, 192, 255, 125, 15, 0, 148, 247, 64, 129, 139, 58, 123, 57, 214, 108, 199, 191, 24, 141, 114, 63, 33, 60, 81, 192, 255, 125, 15, 0, 148, 247, 64, 129, 23, 57, 123, 57, 166, 136, 16, 192, 24, 25, 128, 63, 136, 110, 112, 192, 255, 125, 15, 0, 148, 247, 64, 129, 209, 57, 56, 56, 222, 54, 34, 192, 136, 71, 206, 62, 170, 139, 77, 192, 152, 68, 21, 0, 186, 166, 202, 129, 0, 60, 123, 57, 54, 158, 9, 192, 200, 100, 101, 63, 252, 145, 58, 192, 152, 68, 21, 0, 186, 166, 202, 129, 139, 58, 123, 57, 166, 136, 16, 192, 24, 25, 128, 63, 136, 110, 112, 192, 152, 68, 21, 0, 186, 166, 202, 129, 69, 59, 56, 56, 206, 130, 11, 192, 112, 17, 25, 62, 244, 239, 111, 192, 149, 246, 190, 0, 65, 210, 158, 129, 93, 52, 123, 57, 222, 54, 34, 192, 136, 71, 206, 62, 170, 139, 77, 192, 149, 246, 190, 0, 65, 210, 158, 129, 209, 45, 123, 57, 166, 136, 16, 192, 24, 25, 128, 63, 136, 110, 112, 192, 149, 246, 190, 0, 65, 210, 158, 129, 209, 49, 56, 56, 12, 196, 201, 191, 104, 218, 248, 62, 190, 55, 114, 192, 250, 255, 130, 0, 110, 61, 250, 129, 69, 55, 123, 57, 206, 130, 11, 192, 112, 17, 25, 62, 244, 239, 111, 192, 250, 255, 130, 0, 110, 61, 250, 129, 93, 52, 123, 57, 166, 136, 16, 192, 24, 25, 128, 63, 136, 110, 112, 192, 250, 255, 130, 0, 110, 61, 250, 129, 209, 53, 56, 56, 214, 108, 199, 191, 24, 141, 114, 63, 33, 60, 81, 192, 59, 82, 180, 0, 3, 84, 94, 129, 23, 57, 123, 57, 12, 196, 201, 191, 104, 218, 248, 62, 190, 55, 114, 192, 59, 82, 180, 0, 3, 84, 94, 129, 69, 55, 123, 57, 166, 136, 16, 192, 24, 25, 128, 63, 136, 110, 112, 192, 59, 82, 180, 0, 3, 84, 94, 129, 93, 56, 56, 56 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 240, +"material": ExtResource( 2 ), +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 240 +} + +[sub_resource type="SpatialMaterial" id=3] +flags_transparent = true +params_cull_mode = 2 +albedo_color = Color( 0.321569, 0.866667, 1, 0.67451 ) +metallic = 1.0 +roughness = 0.4 +emission_enabled = true +emission = Color( 0.980392, 0.588235, 1, 1 ) +emission_energy = 0.2 +emission_operator = 0 +emission_on_uv2 = false [node name="Crystal" type="Spatial"] transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 2, 0 ) @@ -15,8 +41,9 @@ script = ExtResource( 1 ) ]] [node name="CollisionShape" type="CollisionShape" parent="Area"] -shape = SubResource( 1 ) +shape = SubResource( 2 ) -[node name="MeshInstance" type="MeshInstance" parent="."] -mesh = SubResource( 2 ) -material/0 = null +[node name="Icosphere003" type="MeshInstance" parent="."] +transform = Transform( 0.169835, 0.0974797, 0.0406649, -0.061109, 0.0278815, 0.188383, 0.0861488, -0.172396, 0.0534608, 0.20461, 0.0198549, 0.709478 ) +mesh = SubResource( 1 ) +material/0 = SubResource( 3 ) diff --git a/WikiJam/Models/Crystal.glb b/WikiJam/Models/Crystal.glb new file mode 100644 index 0000000000000000000000000000000000000000..962cab049094cdae823cb939a6d51d89ac509b9c GIT binary patch literal 9632 zcmeH}d0-RO7RHb41r!unN|BZTE+s9K$z+n0W^P(q5TO((Wf8%qZMs04lq4-kEiH&x zK~yRQ0Y#KeMG@))rP{gkL=hAb(25ISAA;iY1lI?`(|0Fn?5TQr@BL5y$v5A8_nhBd zW|I7(i6hzo!1}=e8`}fimXSWT+~D&2-2p>Fxgp=}ar;~Wug{QR7+v7=dc6Lad^RK| zxybFwb^BsQ4NZ?JGsO$>7K71H=Jxpuy&jeo;{`*7(csTv;|&Qyv+^4frj;8!u43jH zGJ^Mv29Gz_t=|x)S4?lYDmN6n{RP3H&G}I|UVlk}+vkoK1T$;q^9EdjV7F;Pyh)JF zc3Bc+o6TmIO;)>+d1kXoG>L-MY>_34XqSv}LcAymCY#kJ*lbplDBDFd3)(Ff*&qHJPFg3TfYSEbk$aQg~fMWF?B z6_pgY(%7=GRZJd}IyQx^My|IsyU3kUnCs3pBm{h=Znl)6bxvy@%R(jDzBG5hRa8`% zGr?P$U*K{3S;cZgw#)Ax?k)2AM!0f5TYj%E zv>(}}d3kQ%q(b+cV9^|Jaf#RC_5>#0Rl>H&!p@n|kmD`&uqTQgKfT;scC<|KCX3Z- zv9qNTL`k%ZMoYYnomYt+3AUVUrA4DD-p-^fnr#+~#V*+NqghjW-0Ui`nti+}3Rmiy2BgJ#PDHuujMo-`(Dff3p_({DCM{g1=$WN^rVGi?A5baTj$55o-yf%#0q2`~=V^zY*x+3LdKSeDI6vLLTszp|L8tudYZNo!d}GlfEw^X2 zGy0%O!wjwR-wo6Hwprs`Ye>*A1Lnj$m;w8k2Qy&56%SfZ?6*NYm>K&#HtbKDw@}+W zvfeph&~+MSz|1&<8E_tFFayrx3}(Q2oQc1*lpZ)#M++`xkmNJB(G-hc1>q>E5H8a1 zoJ;7ve53V%RNjm17=>FS*sbd`#P`ATTd_p&d0u7 zqs8v(?<^mxsju5nihVrxQpPhhLU!AWno%3wb$T2sM(wRY91 z2o2Z4KJJA%vHwBQo3zg|9~qE1Uc(GHFRzQx_T{?CrR514X2AIqvO%jJc~E(FX_|%^ zaQ@)JE?UX8k;;!}y&7h~`L3_;rv)FMS5&J{!wi@c^I!(-V;;KN(jiS$;rxTm&d=fRA^0dxyB*a5`y0dc-xo|d$(C5BYcv}8xp4!ARhkGRvo_?~! zX!;w==*&Eg#!{X}3@T4I&fly|nB0~Qy<;@t>D7-;Bkiqksz-m=s_?WRCaO)R@1(nT zomP0d`;4xRU#H(i=YN^2@^sbmIP$LtjI`#)l`2mkn4CeL>(_}a-jt;9^qS%64YwZN zqP)FuHsR^_M(5Byb=B(qN2$WoTjq46)8-#jPu((%^0aY%M^g7)mE*;Gr%;~0ef>#g ziMu!H@}QCMw7e*a*6ldt=)H9m;pq-*^5~RzcdOsa0hOoEHnwR?`B zm#SMES1ZxuiYQMXTk?^T*O*FHW`C#hbZts^QaI&$s=VBb@bs$w0g|?3rTW%@g$|xR z{!%x`^j!h^>Bw4zr%&wP?--hzPY-QvRJnR-Ea`3fx7zp1Yv>7%j^8qZ#L@m_=jd-7 zJiYUg2&H~wU&a2?Ji^l}Zc3z|)t^;Y#avW)`hs@=l^5($P3Mi2r_U*Cm9LvtDDt=h z%F{osZ%c}5I}!5L5W>@KKRu!@-quN-wI`48bWOlT`#tcr`h@gF15eLNou`giwPo1j z!{$<+o*Uht{JO9|x!rkQ<>`Xm=N;R=nn)^lbS6AK<+c9whRKgA7#R9>h3Of8n^8x!qfM~_EgsXP)?`KJm}!*r`uI13ugBsJUu5WjUJxckv`J#A(f{u zo*t6;=m=xe7UNNt2k z;pxu#Q|YUno^5c>Z%=u;=EC@f-Cw$1UA>`_^7N(S-zqz6ZX`ctMN*zl4~%F3YpO_P zd;;09eKLuzF9?2zueYBu1n)OJ)uq|5Xa8HP^#4Mj=UGnCznh*~%Kp;@>jbYWwLN&?$gq@-VyRcb;I{{4&4ve#T?Cbg7XOX3)c_N zJAAFr1@~ojg8jnv!*#>g`aE&p@bw@2gs=7Wy>M;E;M(fr!hLlP-4E9d_tod8`{BCi ze$WrsZMokiSVymWWq(`FRd}7R?C+K5H~ikxpFjNEgx-Up=Q;dbh0jg+`pWYgdVh!4 zCH(%q@_r8g4upP(^xp~ny&XO`_?(5_|5rg9XbbJ2J#>JM&5-Jm;M z3)evpxE^{!FX#<@AQJjQ6!e1|pg%-I3=9AR41_^27;c1{;AXf5VqpjvAr9hUCK-t3y;C$unwMp_3$J-1sh-^Y=X_O1)hdy;91xT&%yJs4PJolumkGgMfe-+ zgkA6wybQac9$tZ0p#fB&puykaHP{2M!yB*{-h_RyAKrqu;Q+h?2jN{f1c%`Wya(?? yBYXfy;Y0WcK88==7#xQa@F_IGKj0*M2B+XOd=6j08Tb;ug0JBl_$Pb|XW>89p`?NU literal 0 HcmV?d00001 diff --git a/WikiJam/Models/Crystal.glb.import b/WikiJam/Models/Crystal.glb.import new file mode 100644 index 0000000..6970241 --- /dev/null +++ b/WikiJam/Models/Crystal.glb.import @@ -0,0 +1,1062 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/Crystal.glb-da4de8472a74a8beef8a0266d3c14eba.scn" + +[deps] + +source_file="res://Models/Crystal.glb" +dest_files=[ "res://.import/Crystal.glb-da4de8472a74a8beef8a0266d3c14eba.scn" ] + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/root_scale=1.0 +nodes/custom_script="" +nodes/storage=0 +materials/location=1 +materials/storage=1 +materials/keep_on_reimport=true +meshes/compress=true +meshes/ensure_tangents=true +meshes/storage=0 +meshes/light_baking=0 +meshes/lightmap_texel_size=0.1 +external_files/store_in_subdir=false +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/storage=false +animation/keep_custom_tracks=false +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/WikiJam/project.godot b/WikiJam/project.godot index 74e392f..025125d 100644 --- a/WikiJam/project.godot +++ b/WikiJam/project.godot @@ -70,52 +70,31 @@ Collector="*res://Util/Collector.gd" move_fwrd={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null) ] } move_back={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null) ] } move_left={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null) ] } move_right={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":15,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null) ] } move_jump={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } move_sprint={ "deadzone": 0.5, "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":7,"pressure":0.0,"pressed":false,"script":null) - ] -} -cam_move_left={ -"deadzone": 0.5, -"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null) - ] -} -cam_move_right={ -"deadzone": 0.5, -"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null) ] }