Fix fill points getting out of bounds when the map is mirrored transitional_engine
authorunC0Rr
Wed, 04 Jan 2023 15:26:30 +0100
branchtransitional_engine
changeset 15906 b4809653f9d6
parent 15905 022ec6b916b7
child 15912 6e22f4390b7e
Fix fill points getting out of bounds when the map is mirrored
share/hedgewars/Data/map_templates.yaml
--- a/share/hedgewars/Data/map_templates.yaml	Wed Jan 04 11:56:58 2023 +0100
+++ b/share/hedgewars/Data/map_templates.yaml	Wed Jan 04 15:26:30 2023 +0100
@@ -2053,7 +2053,7 @@
         - {x: 3925, y: 2098, w: 75, h: 50}
         - {x: 4050, y: 2173, w: 50, h: 75}
     fill_points:
-      - {x: 4095, y: 0}
+      - {x: 4094, y: 0}
 
 
 
@@ -2086,9 +2086,9 @@
     fill_points:
       - {x: 1, y: 90}
       - {x: 1, y: 500}
-      - {x: 4095, y: 500}
+      - {x: 4094, y: 500}
       - {x: 1, y: 1200}
-      - {x: 4095, y: 1200}
+      - {x: 4094, y: 1200}
       - {x: 1, y: 2010}