KSP-KOS / KSLib

The standard library and examples for the Kerboscript language
MIT License
120 stars 40 forks source link

Lib gui box #75

Closed TDW89 closed 9 years ago

TDW89 commented 9 years ago

closes #59 tested everything working. does increase inter-dependency for some lib_menu and lib_number_dialog also in sanitizing the inputs I have made the bottom line unusable (as using the bottom right corner causes all the on screen text to shift) it was that or block the right hand edge.

I have also changed the default box from:

+=====+
|     |
|     |
+=====+

to:

+-----+
|     |
|     |
+-----+

This was mostly done out of personal preference for having the horizontal and vertical line styles match in the default box.

TDW89 commented 9 years ago

also addresses issue #51

TDW89 commented 9 years ago

@space-is-hard could you give this a quick look when you get the chance. Thanks

space-is-hard commented 9 years ago

Looks good. Merging.