add info on resize to update

This commit is contained in:
lee2sman 2021-02-07 03:25:30 -05:00
parent 1d10139d3a
commit d2360b04be
1 changed files with 1 additions and 0 deletions

View File

@ -134,4 +134,5 @@ forward(100);
##### 2021-02-07
- Re-render turtle() after screen resizing
- Added new setpos(x,y) function to move turtle to a position. A path will be drawn if the pen is currently down.