Add button interaction

This commit is contained in:
asraelite 2018-03-02 22:30:26 +00:00
parent 6223b35536
commit 4a253b0184
12 changed files with 247 additions and 23 deletions

5
js/game/events.mjs Normal file
View file

@ -0,0 +1,5 @@
import * as game from './index.mjs';
export function startGame() {
console.log('started');
}