i want to make a game for advanced computers but i dont know how to make the little color blocks like in the worm game
how do you make color blocks
Started by ETHANATOR360, Nov 11 2012 04:18 PM
2 replies to this topic
#1
Posted 11 November 2012 - 04:18 PM
#2
Posted 11 November 2012 - 04:26 PM
All you have to do is term.setBackgroundColor(colors.whatever) and then write ' '
So if I wanted a white box at position 2,2
So if I wanted a white box at position 2,2
term.setBackgroundColor(colors.white) term.setCursorPos(2,2) write ' '
#3
Posted 11 November 2012 - 04:31 PM
thanks
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











