Adding property tile "inGameConsoleMessage", open a popup when user walk on a tile with this property
Adding map "Tuto2", the FTUE map
This commit is contained in:
parent
e0540790e1
commit
858bf0b384
5 changed files with 707 additions and 1 deletions
8
front/dist/index.tmpl.html
vendored
8
front/dist/index.tmpl.html
vendored
|
@ -29,7 +29,15 @@
|
|||
|
||||
|
||||
<base href="/">
|
||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/resources/style/style.css">
|
||||
<style>
|
||||
html, body, pre, code, kbd, samp, button,p {
|
||||
font-family: "Press Start 2P";
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>WorkAdventure</title>
|
||||
</head>
|
||||
<body id="body" style="margin: 0; background-color: #000">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue