ThemeCfg: typo fix
authorWuzzy
Thu, 16 May 2019 22:42:08 +0100
changeset 1876 329784030e91
parent 1875 f55ea5b6a00d
child 1877 0f4635ed8797
ThemeCfg: typo fix
ThemeCfg.wiki
--- a/ThemeCfg.wiki	Thu May 16 22:40:51 2019 +0100
+++ b/ThemeCfg.wiki	Thu May 16 22:42:08 2019 +0100
@@ -72,7 +72,7 @@
 === `overlays` ===
 An overlay is an extension of an object. It is an image that is drawn relative to the position of an object that was already placed. Overlays create land just like objects do, but unlike objects, they are drawn on top of the main landmass, instead of behind it. An object can have multiple overlays.
 
-This key allows you to assign 1 or more overlays to a given object. If multiple overlays are used, all overlays are drawn whenever the object is placed. This key must be added after the definition of the object you want to add overlays for.
+This key allows you to assign 1 or more overlays to a given object. If multiple overlays are used, all overlays will be drawn for each object. This key must be added after the definition of the object you want to add overlays for.
 
 <code>Values: object_filename, overlay_count, x_offset_1, y_offset_1, overlay_filename_1, ...</code>