General update
This commit is contained in:
2
hex/index.html
Normal file → Executable file
2
hex/index.html
Normal file → Executable file
@@ -4,7 +4,7 @@
|
||||
<link rel="stylesheet" href="./styles/style.css">
|
||||
<script src="./scripts/perlin.js"></script>
|
||||
<script src="./scripts/bg.js"></script>
|
||||
<!--<script src="./scripts/patterns/centerhex.js"></script> -->
|
||||
<script src="./scripts/patterns/centerhex.js"></script>
|
||||
|
||||
<!-- -->
|
||||
</head>
|
||||
|
||||
1
hex/scripts/bg.js
Normal file → Executable file
1
hex/scripts/bg.js
Normal file → Executable file
@@ -41,6 +41,7 @@ $(function() {
|
||||
|
||||
//ctx.fillStyle = "rgba(21, 21, 21, 100)";
|
||||
ctx.fillStyle = '#00f';
|
||||
ctx.fill();
|
||||
//drawHexRect(ctx, 100, 10, 10);
|
||||
//var t = new Tile(100, 50, 50, ctx);
|
||||
//t.full();
|
||||
|
||||
0
hex/scripts/patterns/centerhex.js
Normal file → Executable file
0
hex/scripts/patterns/centerhex.js
Normal file → Executable file
0
hex/scripts/perlin.js
Normal file → Executable file
0
hex/scripts/perlin.js
Normal file → Executable file
0
hex/styles/style.css
Normal file → Executable file
0
hex/styles/style.css
Normal file → Executable file
Reference in New Issue
Block a user