mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #75] Dynamic power & angle control #66
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 @6502adam on GitHub (May 22, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/75
Originally assigned to: @pkali on GitHub.
Sometimes it takes quite a long time to adjust the power. I suggest that when player constantly holds the same direction of the joystick, the power change interval increases, i.e. that it jumps first by 1, then by 2, 3, etc.
Similarly, such a modification of the controls can be introduced when rotating the barrel (for consistency).
@mikerro commented on GitHub (May 22, 2022):
Seems similar to #54
@pkali commented on GitHub (Jun 19, 2022):
Angle fix when #87 done.
@pkali commented on GitHub (Jun 19, 2022):
How it works - when you press joystick up (down) it is adding 1, but when you hold for 1/2s it starts adding 10.
After 2.5s it returns to adding 1 again, because this was easier and you are in the top force levels anyway.
Timings should be the same in PAL and NTSC machines.