update route one battle location

This commit is contained in:
DramaticShape
2026-07-29 16:22:53 -04:00
parent 60d5362c89
commit 5ea70a278f
+4 -1
View File
@@ -39,7 +39,10 @@
return {
-- ------- routes
["ROUTE_1"] = { x = 0, y = 16, shape = "wide" },
-- narrow, deliberately: the route's interior is a 3-cell-wide lane and the
-- wide shape only fits in the western connection border, which staged every
-- fight at the edge of the world instead of on the road
["ROUTE_1"] = { x = 9, y = 16, shape = "narrow" },
["ROUTE_2"] = { x = 1, y = 49, shape = "wide" },
["ROUTE_3"] = { x = 57, y = 1, shape = "wide" },
["ROUTE_4"] = { x = 46, y = 7, shape = "wide" },