Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // press b (or rebounded key) to cycle through 0-3 for the "levels" arg for guibackground
- // see how odd it is
- var = 0
- bind B [var = (mod (+ $var 1) 4)]
- newgui test [
- guitext l1
- guistrut 45 1
- guibackground 0x333333 $var
- guilist [
- guitext l2
- guistrut 10
- guibackground 0x999999 $var
- guilist [
- guitext l3
- guistrut 5
- guitext hi
- guibackground 0xFFFFFF $var
- guistrut 5
- ]
- guistrut 10
- ]
- guistrut 5
- ]
- showgui test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement