1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-26 03:52:22 +02:00

18 lines
385 B
Lua
Raw Normal View History

-- This file is part of thesixthroc's Pirate Ship softmod, licensed under GPLv3 and stored at https://github.com/danielmartin0/ComfyFactorio-Pirates.
2021-10-13 09:21:53 +01:00
2022-03-19 21:20:55 +00:00
-- local Common = require 'maps.pirates.common'
-- local Utils = require 'maps.pirates.utils_local'
2021-10-13 09:21:53 +01:00
local Public = {}
Public.width = 384
Public.height = 384
Public.extra_water_on_left = 96
Public.noiseparams = {
}
return Public