# HG changeset patch
# User Wuzzy
# Date 1558045001 -3600
# Node ID fd18a4f39905d038169905dfc0946cd8eac621e7
# Parent 5125933b2cd0ee15757e99cd03c88162853fb7be
ThemeCfg: Fix typo
diff -r 5125933b2cd0 -r fd18a4f39905 ThemeCfg.wiki
--- a/ThemeCfg.wiki Thu May 16 23:15:57 2019 +0100
+++ b/ThemeCfg.wiki Thu May 16 23:16:41 2019 +0100
@@ -83,10 +83,10 @@
This key needs an object file name, an anchor count and rectangles for each anchor. It must be written after the object has been defined.
-Values: object_filename, anchor_count, anchor_rect1, anchor_rect2, anchor_rect3, ...
+Values: object_filename, anchor_count, anchor_rect1, anchor_rect2, ...
* `object_filename`: File name of the object to which this overlay applies
- * `overlay_count`: Number of overlays for this object
+ * `anchor_count`: Number of anchor for this object
* `anchor_rect1`, etc.: A rectangle defining the anchor (`left, top, width, height`)
== Land decoration keys ==