mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
Theme things.
This commit is contained in:
parent
43932fd977
commit
affdd85133
6 changed files with 48 additions and 34 deletions
js/technical
|
@ -21,18 +21,7 @@ function resizeCanvas() {
|
|||
drawTree();
|
||||
}
|
||||
|
||||
var colors = {
|
||||
default: {
|
||||
1: "#ffffff",
|
||||
2: "#bfbfbf",
|
||||
3: "#7f7f7f",
|
||||
},
|
||||
aqua: {
|
||||
1: "#bfdfff",
|
||||
2: "#8fa7bf",
|
||||
3: "#5f6f7f",
|
||||
},
|
||||
}
|
||||
|
||||
var colors_theme
|
||||
|
||||
function drawTree() {
|
||||
|
@ -86,4 +75,4 @@ function drawTreeBranch(num1, data, prefix) { // taken from Antimatter Dimension
|
|||
ctx.moveTo(x1, y1);
|
||||
ctx.lineTo(x2, y2);
|
||||
ctx.stroke();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue