leanwebclub/structure-and-scale/seven-seas/index.js

10 lines
171 B
JavaScript

import {createTreasure,showLoot,lootListeners} from './treasure.js';
import './dice.js';
//
// Inits & Event Listeners
//
createTreasure();
showLoot();
lootListeners();