General update

This commit is contained in:
Git
2023-08-25 15:04:43 +00:00
parent a30c9a6216
commit 7097ecca16
13 changed files with 1695 additions and 5 deletions

2
hex/index.html Normal file → Executable file
View 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
View 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
View File

0
hex/scripts/perlin.js Normal file → Executable file
View File

0
hex/styles/style.css Normal file → Executable file
View File