This commit is contained in:
Kim Ravn Hansen
2025-09-17 15:00:32 +02:00
parent 2eefe8aae5
commit b1d667d7cb
19 changed files with 2312 additions and 261 deletions

11
WfcConstants.js Normal file
View File

@@ -0,0 +1,11 @@
export const Direction = Object.freeze({
NW: 0,
N: 1,
NE: 2,
E: 3,
C: 4,
W: 5,
SW: 6,
S: 7,
SE: 8,
});