Add Quad drawing option

This commit is contained in:
Michal Moskal
2017-07-11 15:52:37 +02:00
parent cb88fd7c2b
commit b60775fa50
4 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
screen.clear()
screen.drawText(10, 30, "Welcome PXT!", Draw.Double)
screen.drawText(10, 30, "PXT!", Draw.Quad)
screen.drawRect(40, 40, 20, 10, Draw.Fill)
output.setLights(LightsPattern.Orange)