mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #119] Change sequence of colors assigned to tanks #275
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 @pkali on GitHub (Aug 14, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/119
Tank colors should be( 58, 2A, 96, CA, tło: 0A, PRIOR=1)
The sequence of assignment should be :
M0+1, P3, P1, M2+3, P0, P2
(M - missile, P - player)
@Pecusx commented on GitHub (Aug 17, 2022):
Done!