Javascript-Diamantmuster Minecraft-FormHTML

HTML-Programmierer
Anonymous
 Javascript-Diamantmuster Minecraft-Form

Post by Anonymous »

Ich schreibe hier, weil ich es nicht zum Laufen bringen kann und Hilfe benötige
Dies ist Teil meines Codes, den ich perspektivisch im oberen Teil des Minecraft-Logos erstellen möchte:

Code: Select all

for (let i = 0; i < 16; ++i) {
ctx.fillStyle = "#e92929ff";
var temp = i;

for (let j = 0; j < 16; j++) {
for (let z = 0; z < j + 1; z++) {
ctx.beginPath();
ctx.moveTo(180 + x - i * 12 + 12 * j, 91 + y - (i + z) * 6); //left
ctx.lineTo(192 + x - i * 12 + 12 * j, 85 + y - (i + z) * 6); //top
ctx.lineTo(204 + x - i * 12 + 12 * j, 91 + y - (i + z) * 6); //right
ctx.lineTo(192 + x - i * 12 + 12 * j, 97 + y - (i + z) * 6); //bottom
ctx.closePath();
ctx.fill();
}
}
}
Und ? Holen Sie sich so etwas (sehen Sie sich den roten Teil an)
Image

Irgendwelche Tipps/Lösungen

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • Javascript-Diamantmuster Minecraft-Form
    by Anonymous » » in HTML
    0 Replies
    0 Views
    Last post by Anonymous
  • Javascript-Diamantmuster Minecraft-Form
    by Anonymous » » in JavaScript
    0 Replies
    0 Views
    Last post by Anonymous
  • Javascript-Diamantmuster Minecraft-Form
    by Anonymous » » in JavaScript
    0 Replies
    0 Views
    Last post by Anonymous
  • Probleme mit diesem
    (Platz hinzufügen/Return on Form -Eintrag hinzufügen)
    by Anonymous » » in Php
    0 Replies
    41 Views
    Last post by Anonymous
  • Probleme mit diesem (Platz hinzufügen/Return on Form -Eintrag hinzufügen)
    by Anonymous » » in HTML
    0 Replies
    27 Views
    Last post by Anonymous