LuaGuide: fix indent
authorWuzzy
Mon, 07 May 2018 12:08:22 +0100
changeset 1416 ea8b1317e8f3
parent 1415 36f16bdf8440
child 1417 969b75121c88
LuaGuide: fix indent
LuaGuide.wiki
--- a/LuaGuide.wiki	Mon May 07 12:08:09 2018 +0100
+++ b/LuaGuide.wiki	Mon May 07 12:08:22 2018 +0100
@@ -14,13 +14,13 @@
 
 Now, Lua scripts are used for:
 
-* [Missions], one of three types:
+ * [Missions], one of three types:
     * Training: Easy missions which explain the game, like a tutorial
     * Challenge: Missions in which the goal is to reach a high score
     * Scenario: Missions with a pre-set goal, like collecting a crate or killing all enemies
-* Mission maps (e.g. TrophyRace)
-* Styles (e.g. Highlander, Balanced Random Weapon)
-* Campaigns
+ * Mission maps (e.g. TrophyRace)
+ * Styles (e.g. Highlander, Balanced Random Weapon)
+ * Campaigns
 
 == The basic structure ==