PC-Logix / OpenSecurity

Security addon for OpenComputers
MIT License
46 stars 24 forks source link

keypad color #105

Closed ZwinkaDink closed 6 years ago

ZwinkaDink commented 6 years ago

i might just be stupid but cant seem to get the color to change on the keypad i used your example

customButtons = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "<", "0", "ok"} customButtonColor = {"1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "4"} keypad.setKey(customButtons, customButtonColor)

and no matter what i change the value the color never changes

CaitlynMainer commented 6 years ago

What MC version/Open Security build?

CaitlynMainer commented 6 years ago

Nevermind, found the issue, will be fixed next build.

ZwinkaDink commented 6 years ago

sorry im playing 1.7.10 for now open security was 1.7.10-1.0-113 and how do you have the color code set up