nukeykt / NBlood

Reverse-engineered ports of Build games using EDuke32 engine technology and development principles (NBlood/Rednukem/PCExhumed)
598 stars 74 forks source link

Blood: Add crouch toggle #783

Closed tmyqlfpir closed 6 months ago

tmyqlfpir commented 6 months ago

This PR adds crouch toggle functionality, and resolves issue #781

Hendricks266 commented 6 months ago

Instead of a modifier on the behavior of the crouch key, I would prefer Crouch and Toggle Crouch be separate and coexisting gamefuncs like how I implemented it in EDuke32.

tmyqlfpir commented 6 months ago

Got it, I'll revise the functionality to be a button input instead.