Initial commit
authorDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 3 Apr 2020 12:56:21 +0000 (14:56 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 3 Apr 2020 12:56:21 +0000 (14:56 +0200)
commit26b8412f3cc6a99bb1d75707153846ae83d9ecd9
tree8042837ebaa5035bf0ecbc2d4c87e1be1ed45b7e
Initial commit
13 files changed:
front/.gitignore [new file with mode: 0644]
front/dist/index.html [new file with mode: 0644]
front/dist/maps/map.json [new file with mode: 0644]
front/dist/maps/map.tmx [new file with mode: 0644]
front/dist/maps/map2.json [new file with mode: 0644]
front/dist/maps/map2.tmx [new file with mode: 0644]
front/dist/maps/tiles.png [new file with mode: 0644]
front/package.json [new file with mode: 0644]
front/src/GameScene.ts [new file with mode: 0644]
front/src/index.ts [new file with mode: 0644]
front/tsconfig.json [new file with mode: 0644]
front/webpack.config.js [new file with mode: 0644]
front/yarn.lock [new file with mode: 0644]