mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
nueva intrudcción
This commit is contained in:
parent
67033e0131
commit
0a530c9d9c
1 changed files with 2 additions and 2 deletions
|
@ -112,14 +112,14 @@ function draw() {
|
|||
fill(0);
|
||||
textStyle(BOLD);
|
||||
textSize(12);
|
||||
text("NÚMERO DE CANALES Y ACEQUIAS POR CONFEDERACION HIDRÁULICA", 620, 380, 150, 80);
|
||||
text("CANALES Y ACEQUIAS POR CUENCA HIDRÁULICA", 620, 380, 150, 80);
|
||||
textStyle(NORMAL);
|
||||
textSize(11);
|
||||
noStroke();
|
||||
fill(155,0,0);
|
||||
text("Interacción con el ratón:",620, 430, 150, 20);
|
||||
fill(0);
|
||||
text("Kilómetros de canales y acequias construidos en cada una de las cuencas durante la colonización", 620, 445, 150, 80);
|
||||
text("Canales y acequias (Km) construidos en la cuenca durante la colonización", 620, 445, 150, 80);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue