1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-30 04:40:54 +02:00

fix boats ordering

This commit is contained in:
danielmartin0 2024-09-09 12:22:31 +01:00
parent 3518badf4d
commit d553a73020

View File

@ -14,18 +14,6 @@ local _inspect = require 'utils.inspect'.inspect
local Public = {}
Public.StartingBoats = {
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1 - 2 * (23 + Boats[Boats.enum.SLOOP].Data.height/2)},
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-005',
},
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1 - (23 + Boats[Boats.enum.SLOOP].Data.height/2)},
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-003',
},
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1},
@ -38,12 +26,24 @@ Public.StartingBoats = {
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-002',
},
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1 - (23 + Boats[Boats.enum.SLOOP].Data.height/2)},
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-003',
},
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1 + 2 * (23 + Boats[Boats.enum.SLOOP].Data.height/2)},
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-004',
},
{
type = Boats.enum.SLOOP,
position = {x = Boats[Boats.enum.SLOOP].Data.width - 65, y = -1 - 2 * (23 + Boats[Boats.enum.SLOOP].Data.height/2)},
surface_name = CoreData.lobby_surface_name,
force_name = 'crew-005',
},
-- {
-- type = Boats.enum.CUTTER,
-- position = {x = Boats[Boats.enum.CUTTER].Data.width - 56, y = (70.5 + Boats[Boats.enum.CUTTER].Data.height/2)},