workadventure/front
Ludwig Behm b7480f1896 New: Credits dialog
Added copyright information / credits dialog into the main menu.
Inspired by [tabascoeye/workadventure](7b7c695f76), requested by Chaoschemnitz

Credits dialog shows a text field. It's content should be provided by map authors
by defining a map property of type 'string' with the unique key 'license'.

Cleanup of the main menu:
- removed outline from button:active
- button paddings/margins
- removed "Create map" and "Share url"
- renamed buttons "Edit name" / "Edit skin" into "Name" / "Avatar" for
better DE support
2021-03-16 20:07:48 +01:00
..
dist New: Credits dialog 2021-03-16 20:07:48 +01:00
src New: Credits dialog 2021-03-16 20:07:48 +01:00
tests/Phaser/Game HOTFIX: the map property exitUrl now accept relative links that are deep enough to rewrite the base url 2021-01-05 18:23:17 +01:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Enabling stricter lint on front 2020-06-19 14:29:29 +02:00
.gitignore Update gitignore 2020-11-21 15:41:23 +01:00
Dockerfile Migrating messages locally into back and front 2020-09-24 11:16:08 +02:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json front: add AnimatedTiles plugin 2021-01-07 18:37:57 +01:00
tsconfig.json front: add AnimatedTiles plugin 2021-01-07 18:37:57 +01:00
webpack.config.js Merge branch 'master' of github.com:thecodingmachine/workadventure into scaling 2020-12-11 13:00:11 +01:00
webpack.prod.js Sending the source map out of the main JS file to reduce size 2020-07-02 10:38:36 +02:00
yarn.lock front: add AnimatedTiles plugin 2021-01-07 18:37:57 +01:00