Re-did website to adjust for modernity
This commit is contained in:
parent
57845ecf70
commit
960cad9ce8
2 changed files with 8 additions and 8 deletions
|
@ -139,7 +139,7 @@ function main(){
|
|||
|
||||
|
||||
//Draws Remaining Non-timed Elements
|
||||
drawDiamond();
|
||||
//drawDiamond();
|
||||
|
||||
}
|
||||
function presserSimulator(args) {
|
||||
|
@ -212,7 +212,7 @@ function drawButton(){
|
|||
canvasContext.fillStyle = "#77AAFF";
|
||||
break;
|
||||
case "Purple":
|
||||
canvasContext.fillStyle = "#9966CC";
|
||||
canvasContext.fillStyle = "#AA77DD";
|
||||
break;
|
||||
default:
|
||||
canvasContext.fillStyle = "rgb(234,234,234)";
|
||||
|
@ -232,10 +232,10 @@ function drawButton(){
|
|||
|
||||
//Inner Button
|
||||
canvasContext.fillStyle = "#1A7FB5";
|
||||
canvasContext.fillStyle = "#777777";
|
||||
//canvasContext.fillStyle = "#777777";
|
||||
fillRoundRect(canvasContext,35+10,65+10,190-20,60-20,3);
|
||||
//canvasContext.fillStyle = "#2DAAEB";
|
||||
canvasContext.fillStyle = "#AAAAAA";
|
||||
canvasContext.fillStyle = "#2DAAEB";
|
||||
//canvasContext.fillStyle = "#AAAAAA";
|
||||
fillRoundRect(canvasContext,35+10,65+10-buttonDepth,190-20,60-20-buttonDepth,3);
|
||||
|
||||
}
|
||||
|
@ -353,7 +353,7 @@ function drawParticipants(){
|
|||
canvasContext.fillStyle = "black"
|
||||
canvasContext.font = "13px Georgia";
|
||||
canvasContext.textAlign = "right";
|
||||
canvasContext.fillText(buttonTime + " participants", 435+110,35+15);
|
||||
canvasContext.fillText("IP: server.figytuna.com", 435+110,35+15);
|
||||
canvasContext.textAlign = "left";
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</HEAD>
|
||||
<div id="buttonTitle">
|
||||
<h1>
|
||||
The Button Rebirth
|
||||
The Button Minecraft
|
||||
</h1>
|
||||
</div>
|
||||
<div id="buttonDiv">
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<div id="joinus">
|
||||
<h3>
|
||||
Join the experiment at <a href="https://www.reddit.com/r/thebuttonminecraft"> /r/thebuttonminecraft<a>
|
||||
Join the experiment at <a href="https://www.reddit.com/r/ChromaGamers"> /r/ChromaGamers<a>
|
||||
</h3>
|
||||
<h3>
|
||||
Play with us on server.figytuna.com
|
||||
|
|
Loading…
Reference in a new issue