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

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