mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #64] Different tank shapes, better barrels #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikerro on GitHub (May 16, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/64
Is it possible to have some different tank shapes? Looking for volunteers,
@pkali commented on GitHub (May 16, 2022):
Tank shapes are defined in this file: https://github.com/pkali/scorch_src/blob/master/artwork/tanks.fnt
The barrel must stay as it is - adjusting it was a pain in the bottom.
So it seems that only two lines of a character are really editable (16 pixels).
I think a creative soul could redefine 3 lines, just taking care of the barrel position above.
Then we could get e.g. 5 lines from the existing characters, 3 bottom ones from a new shape.
THe shapes must be left and right and include a mask in the consecutive char.
@pkali commented on GitHub (May 23, 2022):
After meticulous analysis, we know that it can and should be done with help of @6502adam
This will possibly include correction of barrel angles and barrel length.