Skip to content

Commit

Permalink
Update upload package
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdoTR committed Jul 10, 2024
1 parent ae24b02 commit caebd01
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ TILESET_OPTIMIZATION_QUALITY_MIN=0.9
TILESET_OPTIMIZATION_QUALITY_MAX=1.0

# Here you can set your upload strategy. Simply comment the option you don't want to use.
# Learn more reading the 'Upload your map' section in the README.
# Learn more by reading the 'Upload your map' section in the README.
UPLOAD_MODE=MAP_STORAGE
# UPLOAD_MODE=GH_PAGES
18 changes: 9 additions & 9 deletions conference.tmj
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@
"name":"floorLayer",
"objects":[
{
"class":"area",
"height":320,
"id":18,
"name":"jitsiConference",
Expand All @@ -279,13 +278,13 @@
"value":"onaction"
}],
"rotation":0,
"type":"area",
"visible":true,
"width":219.090909090909,
"x":32,
"y":96
},
{
"class":"area",
"height":71.612250966399,
"id":19,
"name":"website",
Expand All @@ -311,13 +310,13 @@
"value":"Press SPACE or touch here to open a custom website"
}],
"rotation":0,
"type":"area",
"visible":true,
"width":96,
"x":256,
"y":96
},
{
"class":"area",
"height":96,
"id":22,
"name":"to-office",
Expand All @@ -328,13 +327,13 @@
"value":"office.tmj#from-conference"
}],
"rotation":0,
"type":"area",
"visible":true,
"width":96,
"x":608,
"y":0
},
{
"class":"area",
"height":32,
"id":23,
"name":"from-office",
Expand All @@ -345,6 +344,7 @@
"value":true
}],
"rotation":0,
"type":"area",
"visible":true,
"width":32,
"x":640,
Expand All @@ -362,7 +362,6 @@
"name":"configuration",
"objects":[
{
"class":"variable",
"height":0,
"id":20,
"name":"websiteURL",
Expand All @@ -389,6 +388,7 @@
"value":false
}],
"rotation":0,
"type":"variable",
"visible":true,
"width":0,
"x":304.52245019328,
Expand Down Expand Up @@ -483,20 +483,20 @@
{
"name":"mapImage",
"type":"string",
"value":"office.png"
"value":"conference.png"
},
{
"name":"mapName",
"type":"string",
"value":"Office"
"value":"Conference"
},
{
"name":"script",
"type":"string",
"value":"src\/main.ts"
}],
"renderorder":"right-down",
"tiledversion":"1.9.2",
"tiledversion":"1.10.2",
"tileheight":32,
"tilesets":[
{
Expand Down Expand Up @@ -641,6 +641,6 @@
}],
"tilewidth":32,
"type":"map",
"version":"1.9",
"version":"1.10",
"width":24
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@types/node": "^18.15.11",
"@workadventure/iframe-api-typings": "^1.18.11",
"@workadventure/upload-maps": "^1.6.3",
"@workadventure/iframe-api-typings": "^1.20.00",
"@workadventure/upload-maps": "^1.6.4",
"dotenv": "^16.3.1",
"typescript": "^4.9.5",
"vite": "^4.5.3",
Expand Down

0 comments on commit caebd01

Please sign in to comment.