9d182e93a3
Updated 2D Platformer demo to use kinematic TileMaps for moving platforms, in doing so discovered that the tileset was messed up and not converting properly, so fixed that too. And in order to fix the tileset I need to activate snapping for collision polygon vertices.
349 lines
No EOL
19 KiB
XML
349 lines
No EOL
19 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<resource_file type="PackedScene" subresource_count="14" version="1.0" version_name="Godot Engine v1.0.stable.custom_build">
|
|
<ext_resource path="res://tiles_demo.png" type="Texture"></ext_resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://1">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, -24, 32, -24, 32, 32, -32, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://2">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, 32, -32, -24, 24, -24, 24, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://3">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, 32, -32, -32, 24, -32, 24, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://4">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -64, 32, -64, -32, -8, -32, -8, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://5">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="5"> -32, 32, -32, -32, 24, -32, 32, -24, 32, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://6">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, 32, -32, -24, 32, -24, 32, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://7">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, 32, -32, -24, 32, -24, 32, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://8">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, -32, 32, -32, 32, 32, -32, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://9">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, -56, 32, 8, 32, 64, -32, 64 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://10">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, 32, -32, -32, 24, -32, 24, 32 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://11">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, -24, 32, -24, 32, 24, -32, 24 </vector2_array>
|
|
|
|
</resource>
|
|
<resource type="ConvexPolygonShape2D" path="local://12">
|
|
<real name="custom_solver_bias"> 0 </real>
|
|
<vector2_array name="points" len="4"> -32, -24, 24, -24, 24, 24, -32, 24 </vector2_array>
|
|
|
|
</resource>
|
|
<main_resource>
|
|
<dictionary name="_bundled" shared="false">
|
|
<string> "names" </string>
|
|
<string_array len="77">
|
|
<string> "Node" </string>
|
|
<string> "_import_path" </string>
|
|
<string> "__meta__" </string>
|
|
<string> "floor" </string>
|
|
<string> "Sprite" </string>
|
|
<string> "visibility/visible" </string>
|
|
<string> "visibility/opacity" </string>
|
|
<string> "visibility/self_opacity" </string>
|
|
<string> "transform/pos" </string>
|
|
<string> "transform/rot" </string>
|
|
<string> "transform/scale" </string>
|
|
<string> "z/z" </string>
|
|
<string> "z/relative" </string>
|
|
<string> "texture" </string>
|
|
<string> "centered" </string>
|
|
<string> "offset" </string>
|
|
<string> "flip_h" </string>
|
|
<string> "flip_v" </string>
|
|
<string> "vframes" </string>
|
|
<string> "hframes" </string>
|
|
<string> "frame" </string>
|
|
<string> "modulate" </string>
|
|
<string> "region" </string>
|
|
<string> "region_rect" </string>
|
|
<string> "collision" </string>
|
|
<string> "StaticBody2D" </string>
|
|
<string> "shape_count" </string>
|
|
<string> "shapes/0/shape" </string>
|
|
<string> "shapes/0/transform" </string>
|
|
<string> "shapes/0/trigger" </string>
|
|
<string> "layers" </string>
|
|
<string> "constant_linear_velocity" </string>
|
|
<string> "constant_angular_velocity" </string>
|
|
<string> "friction" </string>
|
|
<string> "bounce" </string>
|
|
<string> "CollisionPolygon2D" </string>
|
|
<string> "build_mode" </string>
|
|
<string> "polygon" </string>
|
|
<string> "trigger" </string>
|
|
<string> "edge" </string>
|
|
<string> "wall" </string>
|
|
<string> "wall_deco" </string>
|
|
<string> "corner" </string>
|
|
<string> "flowers" </string>
|
|
<string> "tree_base" </string>
|
|
<string> "tree_mid" </string>
|
|
<string> "tree_mid 2" </string>
|
|
<string> "tree_top" </string>
|
|
<string> "solid" </string>
|
|
<string> "ceiling" </string>
|
|
<string> "ramp" </string>
|
|
<string> "ceiling2wall" </string>
|
|
<string> "help" </string>
|
|
<string> "Label" </string>
|
|
<string> "focus_neighbour/left" </string>
|
|
<string> "focus_neighbour/top" </string>
|
|
<string> "focus_neighbour/right" </string>
|
|
<string> "focus_neighbour/bottom" </string>
|
|
<string> "focus/ignore_mouse" </string>
|
|
<string> "focus/stop_mouse" </string>
|
|
<string> "size_flags/horizontal" </string>
|
|
<string> "size_flags/stretch_ratio" </string>
|
|
<string> "range/min" </string>
|
|
<string> "range/max" </string>
|
|
<string> "range/step" </string>
|
|
<string> "range/page" </string>
|
|
<string> "range/value" </string>
|
|
<string> "range/exp_edit" </string>
|
|
<string> "rounded_values" </string>
|
|
<string> "text" </string>
|
|
<string> "align" </string>
|
|
<string> "valign" </string>
|
|
<string> "autowrap" </string>
|
|
<string> "uppercase" </string>
|
|
<string> "percent_visible" </string>
|
|
<string> "platform_floor" </string>
|
|
<string> "platform_edge" </string>
|
|
</string_array>
|
|
<string> "version" </string>
|
|
<int> 1 </int>
|
|
<string> "conn_count" </string>
|
|
<int> 0 </int>
|
|
<string> "node_count" </string>
|
|
<int> 42 </int>
|
|
<string> "variants" </string>
|
|
<array len="69" shared="false">
|
|
<node_path> "" </node_path>
|
|
<dictionary shared="false">
|
|
<string> "__editor_plugin_states__" </string>
|
|
<dictionary shared="false">
|
|
<string> "2D" </string>
|
|
<dictionary shared="false">
|
|
<string> "pixel_snap" </string>
|
|
<bool> True </bool>
|
|
<string> "zoom" </string>
|
|
<real> 1.670183 </real>
|
|
<string> "use_snap" </string>
|
|
<bool> True </bool>
|
|
<string> "ofs" </string>
|
|
<vector2> -446.534, -87.6905 </vector2>
|
|
<string> "snap" </string>
|
|
<int> 8 </int>
|
|
</dictionary>
|
|
<string> "3D" </string>
|
|
<dictionary shared="false">
|
|
<string> "deflight_rot_y" </string>
|
|
<real> 0.628319 </real>
|
|
<string> "zfar" </string>
|
|
<real> 500 </real>
|
|
<string> "fov" </string>
|
|
<real> 45 </real>
|
|
<string> "viewports" </string>
|
|
<array len="4" shared="false">
|
|
<dictionary shared="false">
|
|
<string> "distance" </string>
|
|
<real> 4 </real>
|
|
<string> "x_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "y_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "listener" </string>
|
|
<bool> True </bool>
|
|
<string> "use_environment" </string>
|
|
<bool> False </bool>
|
|
<string> "use_orthogonal" </string>
|
|
<bool> False </bool>
|
|
<string> "pos" </string>
|
|
<vector3> 0, 0, 0 </vector3>
|
|
</dictionary>
|
|
<dictionary shared="false">
|
|
<string> "distance" </string>
|
|
<real> 4 </real>
|
|
<string> "x_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "y_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "listener" </string>
|
|
<bool> False </bool>
|
|
<string> "use_environment" </string>
|
|
<bool> False </bool>
|
|
<string> "use_orthogonal" </string>
|
|
<bool> False </bool>
|
|
<string> "pos" </string>
|
|
<vector3> 0, 0, 0 </vector3>
|
|
</dictionary>
|
|
<dictionary shared="false">
|
|
<string> "distance" </string>
|
|
<real> 4 </real>
|
|
<string> "x_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "y_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "listener" </string>
|
|
<bool> False </bool>
|
|
<string> "use_environment" </string>
|
|
<bool> False </bool>
|
|
<string> "use_orthogonal" </string>
|
|
<bool> False </bool>
|
|
<string> "pos" </string>
|
|
<vector3> 0, 0, 0 </vector3>
|
|
</dictionary>
|
|
<dictionary shared="false">
|
|
<string> "distance" </string>
|
|
<real> 4 </real>
|
|
<string> "x_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "y_rot" </string>
|
|
<real> 0 </real>
|
|
<string> "listener" </string>
|
|
<bool> False </bool>
|
|
<string> "use_environment" </string>
|
|
<bool> False </bool>
|
|
<string> "use_orthogonal" </string>
|
|
<bool> False </bool>
|
|
<string> "pos" </string>
|
|
<vector3> 0, 0, 0 </vector3>
|
|
</dictionary>
|
|
</array>
|
|
<string> "viewport_mode" </string>
|
|
<int> 1 </int>
|
|
<string> "default_light" </string>
|
|
<bool> True </bool>
|
|
<string> "ambient_light_color" </string>
|
|
<color> 0.15, 0.15, 0.15, 1 </color>
|
|
<string> "show_grid" </string>
|
|
<bool> True </bool>
|
|
<string> "show_origin" </string>
|
|
<bool> True </bool>
|
|
<string> "znear" </string>
|
|
<real> 0.1 </real>
|
|
<string> "default_srgb" </string>
|
|
<bool> False </bool>
|
|
<string> "deflight_rot_x" </string>
|
|
<real> 0.942478 </real>
|
|
</dictionary>
|
|
</dictionary>
|
|
<string> "__editor_run_settings__" </string>
|
|
<dictionary shared="false">
|
|
<string> "custom_args" </string>
|
|
<string> "-l $scene" </string>
|
|
<string> "run_mode" </string>
|
|
<int> 0 </int>
|
|
</dictionary>
|
|
<string> "__editor_plugin_screen__" </string>
|
|
<string> "2D" </string>
|
|
</dictionary>
|
|
<bool> True </bool>
|
|
<real> 1 </real>
|
|
<vector2> 0, 0 </vector2>
|
|
<real> 0 </real>
|
|
<vector2> 1, 1 </vector2>
|
|
<int> 0 </int>
|
|
<resource resource_type="Texture" path="res://tiles_demo.png"> </resource>
|
|
<bool> False </bool>
|
|
<int> 1 </int>
|
|
<color> 1, 1, 1, 1 </color>
|
|
<rect2> 0, 0, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://1"> </resource>
|
|
<matrix32> 1, -0, 0, 1, 0, 0 </matrix32>
|
|
<vector2_array len="4"> 32, -24, 32, 32, -32, 32, -32, -24 </vector2_array>
|
|
<vector2> 64, 0 </vector2>
|
|
<rect2> 64, 0, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://2"> </resource>
|
|
<vector2_array len="4"> -32, -24, 24, -24, 24, 32, -32, 32 </vector2_array>
|
|
<vector2> 64, 64 </vector2>
|
|
<rect2> 64, 64, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://3"> </resource>
|
|
<vector2_array len="4"> -32, -32, 24, -32, 24, 32, -32, 32 </vector2_array>
|
|
<vector2> 96, 128 </vector2>
|
|
<rect2> 320, 128, 128, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://4"> </resource>
|
|
<vector2_array len="4"> -64, -32, -8, -32, -8, 32, -64, 32 </vector2_array>
|
|
<vector2> 64, 192 </vector2>
|
|
<rect2> 64, 128, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://5"> </resource>
|
|
<vector2_array len="5"> -32, -32, 24, -32, 32, -24, 32, 32, -32, 32 </vector2_array>
|
|
<vector2> 128, 192 </vector2>
|
|
<rect2> 192, 192, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://6"> </resource>
|
|
<vector2_array len="4"> -32, 32, 32, 32, 32, -24, -32, -24 </vector2_array>
|
|
<vector2> 192, 192 </vector2>
|
|
<rect2> 256, 192, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://7"> </resource>
|
|
<vector2> 192, 128 </vector2>
|
|
<rect2> 256, 128, 64, 64 </rect2>
|
|
<vector2> 192, 64 </vector2>
|
|
<rect2> 256, 64, 64, 64 </rect2>
|
|
<vector2> 192, 0 </vector2>
|
|
<rect2> 256, 0, 64, 64 </rect2>
|
|
<vector2> 0, 64 </vector2>
|
|
<rect2> 0, 64, 64, 64 </rect2>
|
|
<vector2> 0, 128 </vector2>
|
|
<rect2> 384, 64, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://8"> </resource>
|
|
<vector2_array len="4"> 32, -32, 32, 32, -32, 32, -32, -32 </vector2_array>
|
|
<vector2> 256, 224 </vector2>
|
|
<rect2> 128, 128, 64, 128 </rect2>
|
|
<resource resource_type="Shape2D" path="local://9"> </resource>
|
|
<vector2_array len="4"> -32, -56, 32, 8, 32, 64, -32, 64 </vector2_array>
|
|
<vector2> 0, 192 </vector2>
|
|
<rect2> 448, 64, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://10"> </resource>
|
|
<int> 2 </int>
|
|
<string> "This scene serves as a tool for editing the tileset.
Nodes (sprites) and their respective collisions
are edited here. 

To create a tileset from this, a "TileSet" resoucre 
must be created. Use the helper in:

 Scene -< Convert To -< TileSet

This will save a tileset. Saving over it will merge your changes.

Finally, the saved tileset resource (tileset.xml in this
 case), can be opened to be used into a TileMap node
 for editing a tile map.
" </string>
|
|
<real> -1 </real>
|
|
<vector2> 0, 256 </vector2>
|
|
<rect2> 128, 0, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://11"> </resource>
|
|
<vector2_array len="4"> 32, -24, 32, 24, -32, 24, -32, -24 </vector2_array>
|
|
<vector2> 64, 256 </vector2>
|
|
<rect2> 192, 0, 64, 64 </rect2>
|
|
<resource resource_type="Shape2D" path="local://12"> </resource>
|
|
<vector2_array len="4"> 24, -24, 24, 24, -32, 24, -32, -24 </vector2_array>
|
|
</array>
|
|
<string> "nodes" </string>
|
|
<int_array len="1708"> -1, -1, 0, 0, -1, 2, 1, 0, 2, 1, 0, 0, 0, 4, 3, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 12, 0, 1, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 13, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 2, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 15, 38, 9, 0, 0, 0, 4, 39, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 16, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 17, 0, 4, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 18, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 5, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 19, 38, 9, 0, 0, 0, 4, 40, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 20, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 21, 0, 7, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 22, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 8, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 23, 38, 9, 0, 0, 0, 4, 41, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 24, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 25, 0, 10, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 26, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 11, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 27, 38, 9, 0, 0, 0, 4, 42, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 28, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 29, 0, 13, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 30, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 14, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 31, 38, 9, 0, 0, 0, 4, 43, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 32, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 33, 0, 16, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 34, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 17, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 35, 38, 9, 0, 0, 0, 4, 44, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 36, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 37, 0, 19, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 38, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 20, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 35, 38, 9, 0, 0, 0, 4, 45, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 39, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 40, 0, 0, 0, 4, 46, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 41, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 42, 0, 0, 0, 4, 47, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 43, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 44, 0, 0, 0, 4, 48, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 45, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 46, 0, 0, 0, 4, 49, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 47, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 48, 0, 26, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 49, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 27, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 50, 38, 9, 0, 0, 0, 4, 50, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 51, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 52, 0, 29, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 53, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 30, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 54, 38, 9, 0, 0, 0, 4, 51, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 55, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 56, 0, 32, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 57, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 33, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 23, 38, 9, 0, 0, 0, 53, 52, -1, 25, 1, 0, 5, 2, 6, 3, 7, 3, 54, 0, 55, 0, 56, 0, 57, 0, 58, 2, 59, 2, 60, 58, 61, 3, 62, 5, 63, 3, 64, 3, 65, 3, 66, 5, 67, 9, 68, 9, 69, 59, 70, 7, 71, 7, 72, 9, 73, 9, 74, 60, 0, 0, 0, 4, 75, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 61, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 62, 0, 36, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 63, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 37, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 64, 38, 9, 0, 0, 0, 4, 76, -1, 20, 1, 0, 5, 2, 6, 3, 7, 3, 8, 65, 9, 5, 10, 6, 11, 7, 12, 2, 13, 8, 14, 2, 15, 4, 16, 9, 17, 9, 18, 10, 19, 10, 20, 7, 21, 11, 22, 2, 23, 66, 0, 39, 0, 25, 24, -1, 18, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 26, 10, 27, 67, 28, 14, 29, 9, 30, 10, 31, 4, 32, 5, 33, 3, 34, 5, 0, 40, 0, 35, 35, -1, 12, 1, 0, 5, 2, 6, 3, 7, 3, 8, 4, 9, 5, 10, 6, 11, 7, 12, 2, 36, 7, 37, 68, 38, 9, 0 </int_array>
|
|
<string> "conns" </string>
|
|
<int_array len="0"> </int_array>
|
|
</dictionary>
|
|
|
|
</main_resource>
|
|
</resource_file> |