diff --git a/03_usage/01_math/vector_math.md b/03_usage/01_math/01_vector_math.md similarity index 100% rename from 03_usage/01_math/vector_math.md rename to 03_usage/01_math/01_vector_math.md diff --git a/03_usage/01_math/interpolation.md b/03_usage/01_math/02_interpolation.md similarity index 100% rename from 03_usage/01_math/interpolation.md rename to 03_usage/01_math/02_interpolation.md diff --git a/03_usage/01_math/random_number_generation.md b/03_usage/01_math/03_random_number_generation.md similarity index 100% rename from 03_usage/01_math/random_number_generation.md rename to 03_usage/01_math/03_random_number_generation.md diff --git a/03_usage/01_math/matrices_and_transforms.md b/03_usage/01_math/04_matrices_and_transforms.md similarity index 100% rename from 03_usage/01_math/matrices_and_transforms.md rename to 03_usage/01_math/04_matrices_and_transforms.md diff --git a/03_usage/01_math/beziers_and_curves.md b/03_usage/01_math/05_beziers_and_curves.md similarity index 100% rename from 03_usage/01_math/beziers_and_curves.md rename to 03_usage/01_math/05_beziers_and_curves.md diff --git a/03_usage/01_math/vectors_advanced.md b/03_usage/01_math/06_vectors_advanced.md similarity index 100% rename from 03_usage/01_math/vectors_advanced.md rename to 03_usage/01_math/06_vectors_advanced.md diff --git a/03_usage/01_math/index.md b/03_usage/01_math/index.md deleted file mode 100644 index 71ceeb3..0000000 --- a/03_usage/01_math/index.md +++ /dev/null @@ -1,13 +0,0 @@ -Math -==== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-math - - vector_math - vectors_advanced - matrices_and_transforms - interpolation - beziers_and_curves - random_number_generation diff --git a/03_usage/02_2d/canvas_layers.md b/03_usage/02_2d/01_canvas_layers.md similarity index 100% rename from 03_usage/02_2d/canvas_layers.md rename to 03_usage/02_2d/01_canvas_layers.md diff --git a/03_usage/02_2d/2d_transforms.md b/03_usage/02_2d/02_2d_transforms.md similarity index 100% rename from 03_usage/02_2d/2d_transforms.md rename to 03_usage/02_2d/02_2d_transforms.md diff --git a/03_usage/02_2d/particle_systems_2d.md b/03_usage/02_2d/03_particle_systems_2d.md similarity index 100% rename from 03_usage/02_2d/particle_systems_2d.md rename to 03_usage/02_2d/03_particle_systems_2d.md diff --git a/03_usage/02_2d/2d_movement.md b/03_usage/02_2d/04_2d_movement.md similarity index 100% rename from 03_usage/02_2d/2d_movement.md rename to 03_usage/02_2d/04_2d_movement.md diff --git a/03_usage/02_2d/2d_lights_and_shadows.md b/03_usage/02_2d/05_2d_lights_and_shadows.md similarity index 100% rename from 03_usage/02_2d/2d_lights_and_shadows.md rename to 03_usage/02_2d/05_2d_lights_and_shadows.md diff --git a/03_usage/02_2d/2d_meshes.md b/03_usage/02_2d/06_2d_meshes.md similarity index 100% rename from 03_usage/02_2d/2d_meshes.md rename to 03_usage/02_2d/06_2d_meshes.md diff --git a/03_usage/02_2d/custom_drawing_in_2d.md b/03_usage/02_2d/07_custom_drawing_in_2d.md similarity index 100% rename from 03_usage/02_2d/custom_drawing_in_2d.md rename to 03_usage/02_2d/07_custom_drawing_in_2d.md diff --git a/03_usage/02_2d/2d_sprite_animation.md b/03_usage/02_2d/08_2d_sprite_animation.md similarity index 100% rename from 03_usage/02_2d/2d_sprite_animation.md rename to 03_usage/02_2d/08_2d_sprite_animation.md diff --git a/03_usage/02_2d/index.md b/03_usage/02_2d/index.md deleted file mode 100644 index a280f7e..0000000 --- a/03_usage/02_2d/index.md +++ /dev/null @@ -1,16 +0,0 @@ -2D -== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-2d - - canvas_layers - 2d_transforms - using_tilemaps - particle_systems_2d - 2d_movement - 2d_lights_and_shadows - 2d_meshes - custom_drawing_in_2d - 2d_sprite_animation diff --git a/03_usage/03_3d/introduction_to_3d.md b/03_usage/03_3d/01_introduction_to_3d.md similarity index 100% rename from 03_usage/03_3d/introduction_to_3d.md rename to 03_usage/03_3d/01_introduction_to_3d.md diff --git a/03_usage/03_3d/using_transforms.md b/03_usage/03_3d/02_using_transforms.md similarity index 100% rename from 03_usage/03_3d/using_transforms.md rename to 03_usage/03_3d/02_using_transforms.md diff --git a/03_usage/03_3d/3d_rendering_limitations.md b/03_usage/03_3d/03_3d_rendering_limitations.md similarity index 100% rename from 03_usage/03_3d/3d_rendering_limitations.md rename to 03_usage/03_3d/03_3d_rendering_limitations.md diff --git a/03_usage/03_3d/spatial_material.md b/03_usage/03_3d/04_spatial_material.md similarity index 100% rename from 03_usage/03_3d/spatial_material.md rename to 03_usage/03_3d/04_spatial_material.md diff --git a/03_usage/03_3d/lights_and_shadows.md b/03_usage/03_3d/05_lights_and_shadows.md similarity index 100% rename from 03_usage/03_3d/lights_and_shadows.md rename to 03_usage/03_3d/05_lights_and_shadows.md diff --git a/03_usage/03_3d/reflection_probes.md b/03_usage/03_3d/06_reflection_probes.md similarity index 100% rename from 03_usage/03_3d/reflection_probes.md rename to 03_usage/03_3d/06_reflection_probes.md diff --git a/03_usage/03_3d/gi_probes.md b/03_usage/03_3d/07_gi_probes.md similarity index 100% rename from 03_usage/03_3d/gi_probes.md rename to 03_usage/03_3d/07_gi_probes.md diff --git a/03_usage/03_3d/baked_lightmaps.md b/03_usage/03_3d/08_baked_lightmaps.md similarity index 100% rename from 03_usage/03_3d/baked_lightmaps.md rename to 03_usage/03_3d/08_baked_lightmaps.md diff --git a/03_usage/03_3d/environment_and_post_processing.md b/03_usage/03_3d/09_environment_and_post_processing.md similarity index 100% rename from 03_usage/03_3d/environment_and_post_processing.md rename to 03_usage/03_3d/09_environment_and_post_processing.md diff --git a/03_usage/03_3d/high_dynamic_range.md b/03_usage/03_3d/10_high_dynamic_range.md similarity index 100% rename from 03_usage/03_3d/high_dynamic_range.md rename to 03_usage/03_3d/10_high_dynamic_range.md diff --git a/03_usage/03_3d/using_multi_mesh_instance.md b/03_usage/03_3d/11_using_multi_mesh_instance.md similarity index 100% rename from 03_usage/03_3d/using_multi_mesh_instance.md rename to 03_usage/03_3d/11_using_multi_mesh_instance.md diff --git a/03_usage/03_3d/occluders.md b/03_usage/03_3d/12_occluders.md similarity index 100% rename from 03_usage/03_3d/occluders.md rename to 03_usage/03_3d/12_occluders.md diff --git a/03_usage/03_3d/3d_text.md b/03_usage/03_3d/13_3d_text.md similarity index 100% rename from 03_usage/03_3d/3d_text.md rename to 03_usage/03_3d/13_3d_text.md diff --git a/03_usage/03_3d/index.md b/03_usage/03_3d/index.md deleted file mode 100644 index 542dee9..0000000 --- a/03_usage/03_3d/index.md +++ /dev/null @@ -1,24 +0,0 @@ -3D -== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-3d - - introduction_to_3d - using_transforms - 3d_rendering_limitations - spatial_material - lights_and_shadows - reflection_probes - gi_probes - baked_lightmaps - environment_and_post_processing - high_dynamic_range - using_gridmaps - using_multi_mesh_instance - csg_tools - procedural_geometry/index - occluders - portals/index - 3d_text diff --git a/03_usage/03_3d/portals/introduction_to_rooms_and_portals.md b/03_usage/03_3d/portals/01_introduction_to_rooms_and_portals.md similarity index 100% rename from 03_usage/03_3d/portals/introduction_to_rooms_and_portals.md rename to 03_usage/03_3d/portals/01_introduction_to_rooms_and_portals.md diff --git a/03_usage/03_3d/portals/first_steps_with_rooms_and_portals.md b/03_usage/03_3d/portals/02_first_steps_with_rooms_and_portals.md similarity index 100% rename from 03_usage/03_3d/portals/first_steps_with_rooms_and_portals.md rename to 03_usage/03_3d/portals/02_first_steps_with_rooms_and_portals.md diff --git a/03_usage/03_3d/portals/using_objects_in_rooms_and_portals.md b/03_usage/03_3d/portals/03_using_objects_in_rooms_and_portals.md similarity index 100% rename from 03_usage/03_3d/portals/using_objects_in_rooms_and_portals.md rename to 03_usage/03_3d/portals/03_using_objects_in_rooms_and_portals.md diff --git a/03_usage/03_3d/portals/advanced_room_and_portal_usage.md b/03_usage/03_3d/portals/04_advanced_room_and_portal_usage.md similarity index 100% rename from 03_usage/03_3d/portals/advanced_room_and_portal_usage.md rename to 03_usage/03_3d/portals/04_advanced_room_and_portal_usage.md diff --git a/03_usage/03_3d/portals/editing_rooms_and_portals.md b/03_usage/03_3d/portals/05_editing_rooms_and_portals.md similarity index 100% rename from 03_usage/03_3d/portals/editing_rooms_and_portals.md rename to 03_usage/03_3d/portals/05_editing_rooms_and_portals.md diff --git a/03_usage/03_3d/portals/rooms_and_portals_example.md b/03_usage/03_3d/portals/06_rooms_and_portals_example.md similarity index 100% rename from 03_usage/03_3d/portals/rooms_and_portals_example.md rename to 03_usage/03_3d/portals/06_rooms_and_portals_example.md diff --git a/03_usage/03_3d/portals/index.md b/03_usage/03_3d/portals/index.md deleted file mode 100644 index 3e20deb..0000000 --- a/03_usage/03_3d/portals/index.md +++ /dev/null @@ -1,15 +0,0 @@ - - -Rooms and Portals -================= - -.. toctree:: - :maxdepth: 1 - :name: toc-portals - - introduction_to_rooms_and_portals - first_steps_with_rooms_and_portals - using_objects_in_rooms_and_portals - advanced_room_and_portal_usage - editing_rooms_and_portals - rooms_and_portals_example diff --git a/03_usage/03_3d/procedural_geometry/index.md b/03_usage/03_3d/procedural_geometry/01_intro.md similarity index 100% rename from 03_usage/03_3d/procedural_geometry/index.md rename to 03_usage/03_3d/procedural_geometry/01_intro.md diff --git a/03_usage/03_3d/procedural_geometry/arraymesh.md b/03_usage/03_3d/procedural_geometry/02_arraymesh.md similarity index 100% rename from 03_usage/03_3d/procedural_geometry/arraymesh.md rename to 03_usage/03_3d/procedural_geometry/02_arraymesh.md diff --git a/03_usage/03_3d/procedural_geometry/meshdatatool.md b/03_usage/03_3d/procedural_geometry/03_meshdatatool.md similarity index 100% rename from 03_usage/03_3d/procedural_geometry/meshdatatool.md rename to 03_usage/03_3d/procedural_geometry/03_meshdatatool.md diff --git a/03_usage/03_3d/procedural_geometry/surfacetool.md b/03_usage/03_3d/procedural_geometry/04_surfacetool.md similarity index 100% rename from 03_usage/03_3d/procedural_geometry/surfacetool.md rename to 03_usage/03_3d/procedural_geometry/04_surfacetool.md diff --git a/03_usage/03_3d/procedural_geometry/immediategeometry.md b/03_usage/03_3d/procedural_geometry/05_immediategeometry.md similarity index 100% rename from 03_usage/03_3d/procedural_geometry/immediategeometry.md rename to 03_usage/03_3d/procedural_geometry/05_immediategeometry.md diff --git a/03_usage/04_ui/size_and_anchors.md b/03_usage/04_ui/01_size_and_anchors.md similarity index 100% rename from 03_usage/04_ui/size_and_anchors.md rename to 03_usage/04_ui/01_size_and_anchors.md diff --git a/03_usage/04_ui/gui_containers.md b/03_usage/04_ui/02_gui_containers.md similarity index 100% rename from 03_usage/04_ui/gui_containers.md rename to 03_usage/04_ui/02_gui_containers.md diff --git a/03_usage/04_ui/custom_gui_controls.md b/03_usage/04_ui/03_custom_gui_controls.md similarity index 100% rename from 03_usage/04_ui/custom_gui_controls.md rename to 03_usage/04_ui/03_custom_gui_controls.md diff --git a/03_usage/04_ui/gui_navigation.md b/03_usage/04_ui/04_gui_navigation.md similarity index 100% rename from 03_usage/04_ui/gui_navigation.md rename to 03_usage/04_ui/04_gui_navigation.md diff --git a/03_usage/04_ui/control_node_gallery.md b/03_usage/04_ui/05_control_node_gallery.md similarity index 100% rename from 03_usage/04_ui/control_node_gallery.md rename to 03_usage/04_ui/05_control_node_gallery.md diff --git a/03_usage/04_ui/bbcode_in_richtextlabel.md b/03_usage/04_ui/control_node_tutorials/01_bbcode_in_richtextlabel.md similarity index 100% rename from 03_usage/04_ui/bbcode_in_richtextlabel.md rename to 03_usage/04_ui/control_node_tutorials/01_bbcode_in_richtextlabel.md diff --git a/03_usage/04_ui/img/bbcodeDemo.png b/03_usage/04_ui/control_node_tutorials/img/bbcodeDemo.png similarity index 100% rename from 03_usage/04_ui/img/bbcodeDemo.png rename to 03_usage/04_ui/control_node_tutorials/img/bbcodeDemo.png diff --git a/03_usage/04_ui/img/bbcodeText.png b/03_usage/04_ui/control_node_tutorials/img/bbcodeText.png similarity index 100% rename from 03_usage/04_ui/img/bbcodeText.png rename to 03_usage/04_ui/control_node_tutorials/img/bbcodeText.png diff --git a/03_usage/04_ui/img/control_gallery.png b/03_usage/04_ui/img/control_gallery.png new file mode 100644 index 0000000..b001e6a Binary files /dev/null and b/03_usage/04_ui/img/control_gallery.png differ diff --git a/03_usage/04_ui/index.md b/03_usage/04_ui/index.md deleted file mode 100644 index 95fb06d..0000000 --- a/03_usage/04_ui/index.md +++ /dev/null @@ -1,37 +0,0 @@ -User Interface (UI) -=================== - -.. toctree:: - :maxdepth: 1 - :name: toc-gui-basics - - size_and_anchors - gui_containers - custom_gui_controls - gui_navigation - control_node_gallery - -GUI skinning and themes ------------------------ - -Pandemonium features an in-depth skinning/theming system for control nodes. The pages in this section -explain the benefits of that system and how to set it up in your projects. - -.. toctree:: - :maxdepth: 1 - :name: toc-gui-skinning - - gui_skinning - gui_using_theme_editor - gui_theme_type_variations - -Control node tutorials ----------------------- - -The following articles cover specific details of using particular control nodes. - -.. toctree:: - :maxdepth: 1 - :name: toc-control-nodes-tutorials - - bbcode_in_richtextlabel diff --git a/03_usage/04_ui/files/skin_assets.zip b/03_usage/04_ui/skinning_and_themes/files/skin_assets.zip similarity index 100% rename from 03_usage/04_ui/files/skin_assets.zip rename to 03_usage/04_ui/skinning_and_themes/files/skin_assets.zip diff --git a/03_usage/04_ui/gui_skinning.md b/03_usage/04_ui/skinning_and_themes/gui_skinning.md similarity index 100% rename from 03_usage/04_ui/gui_skinning.md rename to 03_usage/04_ui/skinning_and_themes/gui_skinning.md diff --git a/03_usage/04_ui/gui_theme_type_variations.md b/03_usage/04_ui/skinning_and_themes/gui_theme_type_variations.md similarity index 100% rename from 03_usage/04_ui/gui_theme_type_variations.md rename to 03_usage/04_ui/skinning_and_themes/gui_theme_type_variations.md diff --git a/03_usage/04_ui/gui_using_theme_editor.md b/03_usage/04_ui/skinning_and_themes/gui_using_theme_editor.md similarity index 100% rename from 03_usage/04_ui/gui_using_theme_editor.md rename to 03_usage/04_ui/skinning_and_themes/gui_using_theme_editor.md diff --git a/03_usage/04_ui/img/base_type.png b/03_usage/04_ui/skinning_and_themes/img/base_type.png similarity index 100% rename from 03_usage/04_ui/img/base_type.png rename to 03_usage/04_ui/skinning_and_themes/img/base_type.png diff --git a/03_usage/04_ui/img/default_font.png b/03_usage/04_ui/skinning_and_themes/img/default_font.png similarity index 100% rename from 03_usage/04_ui/img/default_font.png rename to 03_usage/04_ui/skinning_and_themes/img/default_font.png diff --git a/03_usage/04_ui/img/default_preview.png b/03_usage/04_ui/skinning_and_themes/img/default_preview.png similarity index 100% rename from 03_usage/04_ui/img/default_preview.png rename to 03_usage/04_ui/skinning_and_themes/img/default_preview.png diff --git a/03_usage/04_ui/img/import_items.png b/03_usage/04_ui/skinning_and_themes/img/import_items.png similarity index 100% rename from 03_usage/04_ui/img/import_items.png rename to 03_usage/04_ui/skinning_and_themes/img/import_items.png diff --git a/03_usage/04_ui/img/manage_items.png b/03_usage/04_ui/skinning_and_themes/img/manage_items.png similarity index 100% rename from 03_usage/04_ui/img/manage_items.png rename to 03_usage/04_ui/skinning_and_themes/img/manage_items.png diff --git a/03_usage/04_ui/img/new_theme.png b/03_usage/04_ui/skinning_and_themes/img/new_theme.png similarity index 100% rename from 03_usage/04_ui/img/new_theme.png rename to 03_usage/04_ui/skinning_and_themes/img/new_theme.png diff --git a/03_usage/04_ui/img/scene_preview.png b/03_usage/04_ui/skinning_and_themes/img/scene_preview.png similarity index 100% rename from 03_usage/04_ui/img/scene_preview.png rename to 03_usage/04_ui/skinning_and_themes/img/scene_preview.png diff --git a/03_usage/04_ui/img/tank-kings-by-winterpixel-games.png b/03_usage/04_ui/skinning_and_themes/img/tank-kings-by-winterpixel-games.png similarity index 100% rename from 03_usage/04_ui/img/tank-kings-by-winterpixel-games.png rename to 03_usage/04_ui/skinning_and_themes/img/tank-kings-by-winterpixel-games.png diff --git a/03_usage/04_ui/img/theme_editor.png b/03_usage/04_ui/skinning_and_themes/img/theme_editor.png similarity index 100% rename from 03_usage/04_ui/img/theme_editor.png rename to 03_usage/04_ui/skinning_and_themes/img/theme_editor.png diff --git a/03_usage/04_ui/img/theme_item_inspector.png b/03_usage/04_ui/skinning_and_themes/img/theme_item_inspector.png similarity index 100% rename from 03_usage/04_ui/img/theme_item_inspector.png rename to 03_usage/04_ui/skinning_and_themes/img/theme_item_inspector.png diff --git a/03_usage/04_ui/img/theme_pin_the_stylebox.png b/03_usage/04_ui/skinning_and_themes/img/theme_pin_the_stylebox.png similarity index 100% rename from 03_usage/04_ui/img/theme_pin_the_stylebox.png rename to 03_usage/04_ui/skinning_and_themes/img/theme_pin_the_stylebox.png diff --git a/03_usage/04_ui/img/theme_preview_picker.png b/03_usage/04_ui/skinning_and_themes/img/theme_preview_picker.png similarity index 100% rename from 03_usage/04_ui/img/theme_preview_picker.png rename to 03_usage/04_ui/skinning_and_themes/img/theme_preview_picker.png diff --git a/03_usage/04_ui/img/theme_type_editor.png b/03_usage/04_ui/skinning_and_themes/img/theme_type_editor.png similarity index 100% rename from 03_usage/04_ui/img/theme_type_editor.png rename to 03_usage/04_ui/skinning_and_themes/img/theme_type_editor.png diff --git a/03_usage/04_ui/img/themecheck.png b/03_usage/04_ui/skinning_and_themes/img/themecheck.png similarity index 100% rename from 03_usage/04_ui/img/themecheck.png rename to 03_usage/04_ui/skinning_and_themes/img/themecheck.png diff --git a/03_usage/05_animation/introduction.md b/03_usage/05_animation/01_introduction.md similarity index 100% rename from 03_usage/05_animation/introduction.md rename to 03_usage/05_animation/01_introduction.md diff --git a/03_usage/05_animation/cutout_animation.md b/03_usage/05_animation/02_cutout_animation.md similarity index 100% rename from 03_usage/05_animation/cutout_animation.md rename to 03_usage/05_animation/02_cutout_animation.md diff --git a/03_usage/05_animation/2d_skeletons.md b/03_usage/05_animation/03_2d_skeletons.md similarity index 100% rename from 03_usage/05_animation/2d_skeletons.md rename to 03_usage/05_animation/03_2d_skeletons.md diff --git a/03_usage/05_animation/animation_tree.md b/03_usage/05_animation/04_animation_tree.md similarity index 100% rename from 03_usage/05_animation/animation_tree.md rename to 03_usage/05_animation/04_animation_tree.md diff --git a/03_usage/05_animation/playing_videos.md b/03_usage/05_animation/05_playing_videos.md similarity index 100% rename from 03_usage/05_animation/playing_videos.md rename to 03_usage/05_animation/05_playing_videos.md diff --git a/03_usage/05_animation/index.md b/03_usage/05_animation/index.md deleted file mode 100644 index 2cfabcf..0000000 --- a/03_usage/05_animation/index.md +++ /dev/null @@ -1,12 +0,0 @@ -Animation -========= - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-animation - - introduction - cutout_animation - 2d_skeletons - animation_tree - playing_videos diff --git a/03_usage/06_inputs/inputevent.md b/03_usage/06_inputs/01_inputevent.md similarity index 100% rename from 03_usage/06_inputs/inputevent.md rename to 03_usage/06_inputs/01_inputevent.md diff --git a/03_usage/06_inputs/input_examples.md b/03_usage/06_inputs/02_input_examples.md similarity index 100% rename from 03_usage/06_inputs/input_examples.md rename to 03_usage/06_inputs/02_input_examples.md diff --git a/03_usage/06_inputs/mouse_and_input_coordinates.md b/03_usage/06_inputs/03_mouse_and_input_coordinates.md similarity index 100% rename from 03_usage/06_inputs/mouse_and_input_coordinates.md rename to 03_usage/06_inputs/03_mouse_and_input_coordinates.md diff --git a/03_usage/06_inputs/custom_mouse_cursor.md b/03_usage/06_inputs/04_custom_mouse_cursor.md similarity index 100% rename from 03_usage/06_inputs/custom_mouse_cursor.md rename to 03_usage/06_inputs/04_custom_mouse_cursor.md diff --git a/03_usage/06_inputs/handling_quit_requests.md b/03_usage/06_inputs/05_handling_quit_requests.md similarity index 100% rename from 03_usage/06_inputs/handling_quit_requests.md rename to 03_usage/06_inputs/05_handling_quit_requests.md diff --git a/03_usage/06_inputs/controllers_gamepads_joysticks.md b/03_usage/06_inputs/06_controllers_gamepads_joysticks.md similarity index 100% rename from 03_usage/06_inputs/controllers_gamepads_joysticks.md rename to 03_usage/06_inputs/06_controllers_gamepads_joysticks.md diff --git a/03_usage/06_inputs/index.md b/03_usage/06_inputs/index.md deleted file mode 100644 index d19e4d8..0000000 --- a/03_usage/06_inputs/index.md +++ /dev/null @@ -1,13 +0,0 @@ -Inputs -====== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-inputs - - inputevent - input_examples - mouse_and_input_coordinates - custom_mouse_cursor - handling_quit_requests - controllers_gamepads_joysticks diff --git a/03_usage/07_io/background_loading.md b/03_usage/07_io/01_background_loading.md similarity index 100% rename from 03_usage/07_io/background_loading.md rename to 03_usage/07_io/01_background_loading.md diff --git a/03_usage/07_io/data_paths.md b/03_usage/07_io/02_data_paths.md similarity index 100% rename from 03_usage/07_io/data_paths.md rename to 03_usage/07_io/02_data_paths.md diff --git a/03_usage/07_io/saving_games.md b/03_usage/07_io/03_saving_games.md similarity index 100% rename from 03_usage/07_io/saving_games.md rename to 03_usage/07_io/03_saving_games.md diff --git a/03_usage/07_io/binary_serialization_api.md b/03_usage/07_io/04_binary_serialization_api.md similarity index 100% rename from 03_usage/07_io/binary_serialization_api.md rename to 03_usage/07_io/04_binary_serialization_api.md diff --git a/03_usage/07_io/encrypting_save_games.md b/03_usage/07_io/05_encrypting_save_games.md similarity index 100% rename from 03_usage/07_io/encrypting_save_games.md rename to 03_usage/07_io/05_encrypting_save_games.md diff --git a/03_usage/07_io/index.md b/03_usage/07_io/index.md deleted file mode 100644 index c079f81..0000000 --- a/03_usage/07_io/index.md +++ /dev/null @@ -1,11 +0,0 @@ -Input and Output (I/O) -====================== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-io - - background_loading - data_paths - saving_games - binary_serialization_api diff --git a/03_usage/03_3d/csg_tools.md b/04_modules/csg/csg_tools.md similarity index 100% rename from 03_usage/03_3d/csg_tools.md rename to 04_modules/csg/csg_tools.md diff --git a/03_usage/03_3d/img/csg.gif b/04_modules/csg/img/csg.gif similarity index 100% rename from 03_usage/03_3d/img/csg.gif rename to 04_modules/csg/img/csg.gif diff --git a/03_usage/03_3d/img/csg_bed.png b/04_modules/csg/img/csg_bed.png similarity index 100% rename from 03_usage/03_3d/img/csg_bed.png rename to 04_modules/csg/img/csg_bed.png diff --git a/03_usage/03_3d/img/csg_bed_mat.png b/04_modules/csg/img/csg_bed_mat.png similarity index 100% rename from 03_usage/03_3d/img/csg_bed_mat.png rename to 04_modules/csg/img/csg_bed_mat.png diff --git a/03_usage/03_3d/img/csg_bed_tree.png b/04_modules/csg/img/csg_bed_tree.png similarity index 100% rename from 03_usage/03_3d/img/csg_bed_tree.png rename to 04_modules/csg/img/csg_bed_tree.png diff --git a/03_usage/03_3d/img/csg_custom_mesh.png b/04_modules/csg/img/csg_custom_mesh.png similarity index 100% rename from 03_usage/03_3d/img/csg_custom_mesh.png rename to 04_modules/csg/img/csg_custom_mesh.png diff --git a/03_usage/03_3d/img/csg_desk.png b/04_modules/csg/img/csg_desk.png similarity index 100% rename from 03_usage/03_3d/img/csg_desk.png rename to 04_modules/csg/img/csg_desk.png diff --git a/03_usage/03_3d/img/csg_lamp.png b/04_modules/csg/img/csg_lamp.png similarity index 100% rename from 03_usage/03_3d/img/csg_lamp.png rename to 04_modules/csg/img/csg_lamp.png diff --git a/03_usage/03_3d/img/csg_lamp_extrude.png b/04_modules/csg/img/csg_lamp_extrude.png similarity index 100% rename from 03_usage/03_3d/img/csg_lamp_extrude.png rename to 04_modules/csg/img/csg_lamp_extrude.png diff --git a/03_usage/03_3d/img/csg_lamp_pole_stand.png b/04_modules/csg/img/csg_lamp_pole_stand.png similarity index 100% rename from 03_usage/03_3d/img/csg_lamp_pole_stand.png rename to 04_modules/csg/img/csg_lamp_pole_stand.png diff --git a/03_usage/03_3d/img/csg_lamp_polygon.png b/04_modules/csg/img/csg_lamp_polygon.png similarity index 100% rename from 03_usage/03_3d/img/csg_lamp_polygon.png rename to 04_modules/csg/img/csg_lamp_polygon.png diff --git a/03_usage/03_3d/img/csg_lamp_spin.png b/04_modules/csg/img/csg_lamp_spin.png similarity index 100% rename from 03_usage/03_3d/img/csg_lamp_spin.png rename to 04_modules/csg/img/csg_lamp_spin.png diff --git a/03_usage/03_3d/img/csg_mesh.png b/04_modules/csg/img/csg_mesh.png similarity index 100% rename from 03_usage/03_3d/img/csg_mesh.png rename to 04_modules/csg/img/csg_mesh.png diff --git a/03_usage/03_3d/img/csg_nodes.png b/04_modules/csg/img/csg_nodes.png similarity index 100% rename from 03_usage/03_3d/img/csg_nodes.png rename to 04_modules/csg/img/csg_nodes.png diff --git a/03_usage/03_3d/img/csg_operation.png b/04_modules/csg/img/csg_operation.png similarity index 100% rename from 03_usage/03_3d/img/csg_operation.png rename to 04_modules/csg/img/csg_operation.png diff --git a/03_usage/03_3d/img/csg_operation_menu.png b/04_modules/csg/img/csg_operation_menu.png similarity index 100% rename from 03_usage/03_3d/img/csg_operation_menu.png rename to 04_modules/csg/img/csg_operation_menu.png diff --git a/03_usage/03_3d/img/csg_overdraw.png b/04_modules/csg/img/csg_overdraw.png similarity index 100% rename from 03_usage/03_3d/img/csg_overdraw.png rename to 04_modules/csg/img/csg_overdraw.png diff --git a/03_usage/03_3d/img/csg_pillow_hole.png b/04_modules/csg/img/csg_pillow_hole.png similarity index 100% rename from 03_usage/03_3d/img/csg_pillow_hole.png rename to 04_modules/csg/img/csg_pillow_hole.png diff --git a/03_usage/03_3d/img/csg_pillow_smooth.png b/04_modules/csg/img/csg_pillow_smooth.png similarity index 100% rename from 03_usage/03_3d/img/csg_pillow_smooth.png rename to 04_modules/csg/img/csg_pillow_smooth.png diff --git a/03_usage/03_3d/img/csg_poly.png b/04_modules/csg/img/csg_poly.png similarity index 100% rename from 03_usage/03_3d/img/csg_poly.png rename to 04_modules/csg/img/csg_poly.png diff --git a/03_usage/03_3d/img/csg_poly_mode.png b/04_modules/csg/img/csg_poly_mode.png similarity index 100% rename from 03_usage/03_3d/img/csg_poly_mode.png rename to 04_modules/csg/img/csg_poly_mode.png diff --git a/03_usage/03_3d/img/csg_room.png b/04_modules/csg/img/csg_room.png similarity index 100% rename from 03_usage/03_3d/img/csg_room.png rename to 04_modules/csg/img/csg_room.png diff --git a/03_usage/03_3d/img/csg_room_invert.png b/04_modules/csg/img/csg_room_invert.png similarity index 100% rename from 03_usage/03_3d/img/csg_room_invert.png rename to 04_modules/csg/img/csg_room_invert.png diff --git a/03_usage/03_3d/img/csg_room_result.png b/04_modules/csg/img/csg_room_result.png similarity index 100% rename from 03_usage/03_3d/img/csg_room_result.png rename to 04_modules/csg/img/csg_room_result.png diff --git a/03_usage/03_3d/img/csg_shelf.png b/04_modules/csg/img/csg_shelf.png similarity index 100% rename from 03_usage/03_3d/img/csg_shelf.png rename to 04_modules/csg/img/csg_shelf.png diff --git a/03_usage/03_3d/img/csg_shelf_big.png b/04_modules/csg/img/csg_shelf_big.png similarity index 100% rename from 03_usage/03_3d/img/csg_shelf_big.png rename to 04_modules/csg/img/csg_shelf_big.png diff --git a/03_usage/03_3d/img/csg_shelf_subtract.png b/04_modules/csg/img/csg_shelf_subtract.png similarity index 100% rename from 03_usage/03_3d/img/csg_shelf_subtract.png rename to 04_modules/csg/img/csg_shelf_subtract.png diff --git a/03_usage/03_3d/img/csg_shelf_subtract_menu.png b/04_modules/csg/img/csg_shelf_subtract_menu.png similarity index 100% rename from 03_usage/03_3d/img/csg_shelf_subtract_menu.png rename to 04_modules/csg/img/csg_shelf_subtract_menu.png diff --git a/03_usage/03_3d/files/gridmap_demo.zip b/04_modules/gridmaps/files/gridmap_demo.zip similarity index 100% rename from 03_usage/03_3d/files/gridmap_demo.zip rename to 04_modules/gridmaps/files/gridmap_demo.zip diff --git a/03_usage/03_3d/img/gridmap_create_body.png b/04_modules/gridmaps/img/gridmap_create_body.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_create_body.png rename to 04_modules/gridmaps/img/gridmap_create_body.png diff --git a/03_usage/03_3d/img/gridmap_export.png b/04_modules/gridmaps/img/gridmap_export.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_export.png rename to 04_modules/gridmaps/img/gridmap_export.png diff --git a/03_usage/03_3d/img/gridmap_main.png b/04_modules/gridmaps/img/gridmap_main.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_main.png rename to 04_modules/gridmaps/img/gridmap_main.png diff --git a/03_usage/03_3d/img/gridmap_menu.png b/04_modules/gridmaps/img/gridmap_menu.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_menu.png rename to 04_modules/gridmaps/img/gridmap_menu.png diff --git a/03_usage/03_3d/img/gridmap_mesh_scene.png b/04_modules/gridmaps/img/gridmap_mesh_scene.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_mesh_scene.png rename to 04_modules/gridmaps/img/gridmap_mesh_scene.png diff --git a/03_usage/03_3d/img/gridmap_meshlibrary1.png b/04_modules/gridmaps/img/gridmap_meshlibrary1.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_meshlibrary1.png rename to 04_modules/gridmaps/img/gridmap_meshlibrary1.png diff --git a/03_usage/03_3d/img/gridmap_select.png b/04_modules/gridmaps/img/gridmap_select.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_select.png rename to 04_modules/gridmaps/img/gridmap_select.png diff --git a/03_usage/03_3d/img/gridmap_shift_axis.png b/04_modules/gridmaps/img/gridmap_shift_axis.png similarity index 100% rename from 03_usage/03_3d/img/gridmap_shift_axis.png rename to 04_modules/gridmaps/img/gridmap_shift_axis.png diff --git a/03_usage/03_3d/using_gridmaps.md b/04_modules/gridmaps/using_gridmaps.md similarity index 100% rename from 03_usage/03_3d/using_gridmaps.md rename to 04_modules/gridmaps/using_gridmaps.md diff --git a/03_usage/02_2d/img/tile_lock.png b/04_modules/tile_maps/img/tile_lock.png similarity index 100% rename from 03_usage/02_2d/img/tile_lock.png rename to 04_modules/tile_maps/img/tile_lock.png diff --git a/03_usage/02_2d/img/tilemap_add_tile.png b/04_modules/tile_maps/img/tilemap_add_tile.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_add_tile.png rename to 04_modules/tile_maps/img/tilemap_add_tile.png diff --git a/03_usage/02_2d/img/tilemap_add_tileset.png b/04_modules/tile_maps/img/tilemap_add_tileset.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_add_tileset.png rename to 04_modules/tile_maps/img/tilemap_add_tileset.png diff --git a/03_usage/02_2d/img/tilemap_draw.png b/04_modules/tile_maps/img/tilemap_draw.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_draw.png rename to 04_modules/tile_maps/img/tilemap_draw.png diff --git a/03_usage/02_2d/img/tilemap_menu.png b/04_modules/tile_maps/img/tilemap_menu.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_menu.png rename to 04_modules/tile_maps/img/tilemap_menu.png diff --git a/03_usage/02_2d/img/tilemap_mode.png b/04_modules/tile_maps/img/tilemap_mode.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_mode.png rename to 04_modules/tile_maps/img/tilemap_mode.png diff --git a/03_usage/02_2d/img/tilemap_size.png b/04_modules/tile_maps/img/tilemap_size.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_size.png rename to 04_modules/tile_maps/img/tilemap_size.png diff --git a/03_usage/02_2d/img/tilemap_tool.png b/04_modules/tile_maps/img/tilemap_tool.png similarity index 100% rename from 03_usage/02_2d/img/tilemap_tool.png rename to 04_modules/tile_maps/img/tilemap_tool.png diff --git a/03_usage/02_2d/img/tileset_add_collision.png b/04_modules/tile_maps/img/tileset_add_collision.png similarity index 100% rename from 03_usage/02_2d/img/tileset_add_collision.png rename to 04_modules/tile_maps/img/tileset_add_collision.png diff --git a/03_usage/02_2d/img/tileset_atlas.png b/04_modules/tile_maps/img/tileset_atlas.png similarity index 100% rename from 03_usage/02_2d/img/tileset_atlas.png rename to 04_modules/tile_maps/img/tileset_atlas.png diff --git a/03_usage/02_2d/img/tileset_draw_atlas.png b/04_modules/tile_maps/img/tileset_draw_atlas.png similarity index 100% rename from 03_usage/02_2d/img/tileset_draw_atlas.png rename to 04_modules/tile_maps/img/tileset_draw_atlas.png diff --git a/03_usage/02_2d/img/tileset_snap.png b/04_modules/tile_maps/img/tileset_snap.png similarity index 100% rename from 03_usage/02_2d/img/tileset_snap.png rename to 04_modules/tile_maps/img/tileset_snap.png diff --git a/03_usage/02_2d/img/tilesheet.png b/04_modules/tile_maps/img/tilesheet.png similarity index 100% rename from 03_usage/02_2d/img/tilesheet.png rename to 04_modules/tile_maps/img/tilesheet.png diff --git a/03_usage/02_2d/using_tilemaps.md b/04_modules/tile_maps/using_tilemaps.md similarity index 100% rename from 03_usage/02_2d/using_tilemaps.md rename to 04_modules/tile_maps/using_tilemaps.md