1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

updated plus map with used scale

This commit is contained in:
Rickeyhb 2018-04-13 08:56:38 +02:00 committed by GitHub
parent 437cd19eaf
commit 3ea09ec0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@ map = single_pattern_builder(map, pic.width-1, pic.height-1)
map = translate(map, 86, 0)
-- uncomment the line below to change the size of the map scale(x, y)
--map = scale(map, 2, 2)
map = scale(map, 1.5, 1.5)
return map