File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,14 @@ learn:
197
197
beyond-the-canvas : " Creación y manipulación de elementos en la página, más allá del lienzo."
198
198
3d-webgl-title : " 3D/WebGL"
199
199
3d-webgl : " Desarrollo de aplicaciones con gráficas avanzadas en p5.js usando el modo WEBGL."
200
- color-title : Color
201
- color : Una introducción al color digital.
200
+ color-title : " Color"
201
+ color : " Una introducción al color digital."
202
+ coordinate-system-and-shapes-title : " Coordinate System and Shapes"
203
+ coordinate-system-and-shapes : " Drawing simple shapes and using the coordinate system."
204
+ interactivity-title : " Interactivity"
205
+ interactivity : " Introduction to interactivity with the mouse and keyboard."
206
+ program-flow-title : " Program Flow"
207
+ program-flow : " Introduction to controlling program flow in p5.js."
202
208
becoming-a-better-programmer-title : " Cómo programar mejor"
203
209
debugging-title : " Depurar"
204
210
debugging : " Guía de cómo depurar tu código para todo público."
Original file line number Diff line number Diff line change @@ -197,6 +197,12 @@ learn:
197
197
3d-webgl : " 使用 p5.js WebGL 模式制作高级图形程式。"
198
198
color-title : " 颜色"
199
199
color : " 数码颜色的简介。"
200
+ coordinate-system-and-shapes-title : " 坐标系统与图形"
201
+ coordinate-system-and-shapes : " 利用坐标系统绘制简单图形。"
202
+ interactivity-title : " 交互性"
203
+ interactivity : " 鼠标与键盘的交互简介。"
204
+ program-flow-title : " 程序流程"
205
+ program-flow : " p5.js 控制程序流程简介。"
200
206
becoming-a-better-programmer-title : " 成为更好的程式设计师"
201
207
debugging-title : " 调试"
202
208
debugging : " 调试程序的简介。"
You can’t perform that action at this time.
0 commit comments