KSP-KOS / KSLib

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

String input #68

Closed TDW89 closed 9 years ago

TDW89 commented 9 years ago

This is the on screen keyboard I was working on a while back with all the bugs fixed (i think). there is also a small dependency checker function used by the keyboard to allow it to run with or without lib_spec_char.ksm and by the example script (a login interface) to determine if you have previously created an account and deny you access to the terminal if you get the user name or password wrong (when used as a boot script).

TDW89 commented 9 years ago

Ok fixed and retested (since i was modifying the script).

space-is-hard commented 9 years ago

Looks good from here; I'll let you merge this one if you feel it's ready