So, I have just recently gotten into OpenComputers, after using CC for a long time. But something that I have noticed, that has been bugging me alot, is that I can't draw squares of different shapes and colors. Also I have been struggling to change the background color when running my program. Are there any integrated commands for this, or do I have to write a long snippet of code?
To make my point clear, I will give an example, as written in computercraft:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
So, I have just recently gotten into OpenComputers, after using CC for a long time. But something that I have noticed, that has been bugging me alot, is that I can't draw squares of different shapes and colors. Also I have been struggling to change the background color when running my program. Are there any integrated commands for this, or do I have to write a long snippet of code?
To make my point clear, I will give an example, as written in computercraft:
term.setBackgroundColor(colors.gray) also, term.setTextColor(colors.orange) and: paintutils.drawFilledBox(1,1,10,10,colors.white)
I hope this made any sense.. :|
Link to post
Share on other sites