LuaOverview: Fix syntax
authorWuzzy
Sun, 07 Jun 2020 04:18:40 +0200
changeset 2148 ffb2acf779df
parent 2147 95a745f14f21
child 2149 a2cca289fa2c
LuaOverview: Fix syntax
LuaOverview.wiki
--- a/LuaOverview.wiki	Sun Jun 07 04:18:15 2020 +0200
+++ b/LuaOverview.wiki	Sun Jun 07 04:18:40 2020 +0200
@@ -62,8 +62,8 @@
 === Coordinates ===
 Every position on the map can be addressed with Cartesian coordinates: X and Y. Those are integers.
 
-* X is the horizontal axis. It starts at 0 on the left side of the map and increases when you go right
-* Y is the vertical axis. It starts at 0 at the top of the map and increases when you go downwards
+ * X is the horizontal axis. It starts at 0 on the left side of the map and increases when you go right
+ * Y is the vertical axis. It starts at 0 at the top of the map and increases when you go downwards
 
 X and Y can be negative when you go above or left of the map boundaries.