Ippo343 / DangIt

DangIt! A random failures mod for Kerbal Space Program
8 stars 16 forks source link

Discrete slider for spares #116

Closed Ippo343 closed 9 years ago

Ippo343 commented 9 years ago

Using KSP API Extensions, it should be possible to implement a slider with integer values (as having half spare part makes no sense.

602p commented 9 years ago

This and #115 are both pretty simple. When I'm finally free from high school for the summer this weekend I'll set them up.

602p commented 9 years ago

Ended up being more complicated then I would have liked. UI_FloatEdit can't be applied to Resources, and a transition layer was way more complicated than this simple fix.