wip: generate rest of report

This commit is contained in:
Ilia Denisov
2026-02-04 13:57:25 +02:00
parent adbe605783
commit abc98ee72f
10 changed files with 521 additions and 155 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ func (c *Cache) UnsendShips(sg *game.ShipGroup) *game.ShipGroup {
func LaunchShips(sg game.ShipGroup, destination uint, originX, originY float64) game.ShipGroup {
sg.StateInSpace = &game.InSpace{
Origin: sg.Destination,
X: originX,
Y: originY,
X: game.F(originX),
Y: game.F(originY),
}
sg.Destination = destination
return sg