Skip to content
Snippets Groups Projects
Commit 3eeb7be0 authored by Nolway's avatar Nolway
Browse files

Update map optimizer

parent ba035d76
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ To understand how to use this starter kit, follow the tutorial at [https://worka ...@@ -10,7 +10,7 @@ To understand how to use this starter kit, follow the tutorial at [https://worka
* **tilesets** : All tilesets * **tilesets** : All tilesets
* **public** : Static files * **public** : Static files
* **src** : All TypeScript/Javascript scripts * **src** : All TypeScript/Javascript scripts
* **map.json** : Map file * **map.(json/tmj)** : Map file
* **map.png** : Image displayed on README.md and on the map infos in-game * **map.png** : Image displayed on README.md and on the map infos in-game
If you want to use more than one map file, just add the new map file in the root folder, your tilesets in the assets folder and a new script if you need it in the src folder (it will be automaticaly optimized in production). If you want to use more than one map file, just add the new map file in the root folder, your tilesets in the assets folder and a new script if you need it in the src folder (it will be automaticaly optimized in production).
......
{ {
"name": "workadventure-map-starter-kit", "name": "workadventure-map-starter-kit",
"version": "3.1.3", "version": "3.1.4",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
"@types/node": "^17.0.36", "@types/node": "^17.0.36",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"vite": "^2.9.13", "vite": "^2.9.13",
"wa-map-optimizer-vite": "^1.1.3" "wa-map-optimizer-vite": "^1.1.5"
}, },
"dependencies": { "dependencies": {
"@workadventure/iframe-api-typings": "^1.12.1", "@workadventure/iframe-api-typings": "^1.12.4",
"@workadventure/scripting-api-extra": "^1.3.3" "@workadventure/scripting-api-extra": "^1.3.3"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment