Skip to content

Commit

Permalink
fixed ending credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Trystan-Schmits committed Nov 2, 2023
1 parent e20e93f commit e66c095
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _posts/2023-10-27-SimpilfiedEndCredits.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ categories: ['C4.1']
ctx.fillText(text,xOffset,scrollY-yOffset); //draw text at middle, and draw y with scroll and offset
};
function addText() { //Text,Offset
<<<<<<< HEAD
text("Created By", 400);
text("Sean Nakagawa", -450);
text("Trystan Schmits", -500);
text("Zafeer Ahmed", -550);
text("Spencer Lyons", -600);
=======
text("Created By", 0);
text("Sean Nakagawa", 50,{font:"18px Arial",fillStyle:"red"});
var gradient = ctx.createLinearGradient(0,0,canvas.width,canvas.height); //create a gradient starting top left, ending bottom right
Expand All @@ -64,7 +62,6 @@ categories: ['C4.1']
gradient2.addColorStop(.75, "white"); //add colors
gradient2.addColorStop(.25,"black");
text("Spencer Lyons", 200,{font:"16px Arial",fillStyle:gradient2});
>>>>>>> 524d382dfb0e2ef2202e5a33b6859c743b27830d
};
var fps = 24;
function update() {
Expand Down

0 comments on commit e66c095

Please sign in to comment.