Skip to content

Commit

Permalink
update export tool to match pico8 code
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Mar 28, 2023
1 parent f68d30d commit 5bc8774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/extract_units_p8/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ func main() {
objX = unit.HalfDaysUntilAppear
objY = unit.InvAppearProbability
}
fmt.Printf("%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
fmt.Printf("%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
unit.StateByte(),
unit.XY.X,
unit.XY.Y,
unit.MenCount,
unit.TankCount,
unit.Formation,
unit.SupplyUnit,
unit.VariantBitmap,
unit.ColorPalette,
unit.Type,
Expand Down

0 comments on commit 5bc8774

Please sign in to comment.