Przeglądaj źródła

[Tutorials] Renamed files (important for URL)

Virgile Bello 6 lat temu
rodzic
commit
e51cd43c6a

+ 0 - 0
en/tutorials/csharpbeginner/addComponent.md → en/tutorials/csharpbeginner/add-component.md


+ 0 - 0
en/tutorials/csharpbeginner/childEntities.md → en/tutorials/csharpbeginner/child-entities.md


+ 0 - 0
en/tutorials/csharpbeginner/cloningEntities.md → en/tutorials/csharpbeginner/cloning-entities.md


+ 0 - 0
en/tutorials/csharpbeginner/deltaTime.md → en/tutorials/csharpbeginner/delta-time.md


+ 0 - 0
en/tutorials/csharpbeginner/editorProperties.md → en/tutorials/csharpbeginner/editor-properties.md


+ 0 - 0
en/tutorials/csharpbeginner/getComponent.md → en/tutorials/csharpbeginner/get-component.md


+ 11 - 11
en/tutorials/csharpbeginner/index.md

@@ -38,7 +38,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Get children of children</li> 
             <li>Get children of children</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](childentities.md) 
+    ](child-entities.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -56,7 +56,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Get the world position</li> 
             <li>Get the world position</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](transformPosition.md) 
+    ](transform-position.md) 
 </div>
 </div>
 
 
 
 
@@ -75,7 +75,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Hiding public properties</li> 
             <li>Hiding public properties</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](editorProperties.md) 
+    ](editor-properties.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -93,7 +93,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Access methods of other components</li> 
             <li>Access methods of other components</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](getComponent.md) 
+    ](get-component.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -111,7 +111,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Create a component if it doesn't exists</li> 
             <li>Create a component if it doesn't exists</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](addComponent.md) 
+    ](add-component.md) 
 </div>
 </div>
 
 
 
 
@@ -130,7 +130,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Making a simple countdown timer</li> 
             <li>Making a simple countdown timer</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](deltaTime.md) 
+    ](delta-time.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -148,7 +148,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Adding an entity as a child to a parent entity</li> 
             <li>Adding an entity as a child to a parent entity</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](cloningEntities.md) 
+    ](cloning-entities.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -166,7 +166,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Removing an entity from the scene</li> 
             <li>Removing an entity from the scene</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](removeEntity.md) 
+    ](remove-entity.md) 
 </div>
 </div>
 
 
 
 
@@ -185,7 +185,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Releasing a key</li> 
             <li>Releasing a key</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](keyboardInput.md) 
+    ](keyboard-input.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -204,7 +204,7 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Using the mouse wheel </li> 
             <li>Using the mouse wheel </li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](mouseInput.md) 
+    ](mouse-input.md) 
 </div>
 </div>
 
 
 <div class='tutorial'>
 <div class='tutorial'>
@@ -222,6 +222,6 @@ These tutorials cover the beginner principles of using C# when working with the
             <li>Using the virtual buttons</li> 
             <li>Using the virtual buttons</li> 
         </ul>
         </ul>
     </div>
     </div>
-    ](virtualButtons.md) 
+    ](virtual-buttons.md) 
 </div>
 </div>
 
 

+ 0 - 0
en/tutorials/csharpbeginner/keyboardInput.md → en/tutorials/csharpbeginner/keyboard-input.md


+ 0 - 0
en/tutorials/csharpbeginner/mouseInput.md → en/tutorials/csharpbeginner/mouse-input.md


+ 0 - 0
en/tutorials/csharpbeginner/removeEntity.md → en/tutorials/csharpbeginner/remove-entity.md


+ 0 - 0
en/tutorials/csharpbeginner/removingEntities.md → en/tutorials/csharpbeginner/removing-entities.md


+ 0 - 0
en/tutorials/csharpbeginner/transformPosition.md → en/tutorials/csharpbeginner/transform-position.md


+ 0 - 0
en/tutorials/csharpbeginner/virtualButtons.md → en/tutorials/csharpbeginner/virtual-buttons.md


+ 11 - 11
en/tutorials/toc.md

@@ -2,14 +2,14 @@
 # [Tutorials](index.md)
 # [Tutorials](index.md)
 ## [C# Beginner](csharpbeginner/index.md)
 ## [C# Beginner](csharpbeginner/index.md)
 ### [Getting the Entity](csharpbeginner/entity.md)
 ### [Getting the Entity](csharpbeginner/entity.md)
-### [Child entities](csharpbeginner/childentities.md) 
-### [Transform Position](csharpbeginner/transformPosition.md) 
-### [Editor properties](csharpbeginner/editorproperties.md) 
-### [Getting a component](csharpbeginner/getcomponent.md) 
-### [Adding a component](csharpbeginner/addcomponent.md) 
-### [DeltaTime](csharpbeginner/deltaTime.md) 
-### [Cloning an entity](csharpbeginner/cloningEntities.md) 
-### [Removing an entity](csharpbeginner/removingEntities.md) 
-### [Keyboard input](csharpbeginner/keyboardInput.md) 
-### [Mouse input](csharpbeginner/mouseInput.md) 
-### [Virtual buttons](csharpbeginner/virtualButtons.md)
+### [Child entities](csharpbeginner/child-entities.md) 
+### [Transform Position](csharpbeginner/transform-Position.md) 
+### [Editor properties](csharpbeginner/editor-properties.md) 
+### [Getting a component](csharpbeginner/get-component.md) 
+### [Adding a component](csharpbeginner/add-component.md) 
+### [DeltaTime](csharpbeginner/delta-time.md) 
+### [Cloning an entity](csharpbeginner/cloning-entities.md) 
+### [Removing an entity](csharpbeginner/removing-entities.md) 
+### [Keyboard input](csharpbeginner/keyboard-input.md) 
+### [Mouse input](csharpbeginner/mouse-input.md) 
+### [Virtual buttons](csharpbeginner/virtual-buttons.md)