create hexgrid

This commit is contained in:
2022-09-30 14:49:13 -04:00
parent 364a3e140b
commit f59130a250
4 changed files with 109 additions and 4 deletions

3
src/scripts/skill.js Normal file
View File

@@ -0,0 +1,3 @@
export function skill(type){
document.getElementById('skillDisp').textContent = type;
}