mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-10 00:43:27 +02:00
18 lines
385 B
Lua
18 lines
385 B
Lua
-- This file is part of thesixthroc's Pirate Ship softmod, licensed under GPLv3 and stored at https://github.com/danielmartin0/ComfyFactorio-Pirates.
|
|
|
|
|
|
-- local Common = require 'maps.pirates.common'
|
|
-- local Utils = require 'maps.pirates.utils_local'
|
|
|
|
local Public = {}
|
|
|
|
Public.width = 384
|
|
Public.height = 384
|
|
Public.extra_water_on_left = 96
|
|
|
|
Public.noiseparams = {
|
|
}
|
|
|
|
|
|
|
|
return Public |