Skip to content

Commit

Permalink
add scene.json because build was failing (TODO check if we can avoid …
Browse files Browse the repository at this point in the history
…this)
  • Loading branch information
gonpombo8 committed Aug 1, 2024
1 parent cb78cff commit 686681b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scene.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"ecs7": true,
"runtimeVersion": "7",
"display": {
"title": "SDK7 Players Queue",
"description": "SDK7 Library to handle Players Queue logic for Multiplayers Game",
"navmapThumbnail": "images/scene-thumbnail.png",
"favicon": "favicon_asset"
},
"main": "bin/index.js",
"tags": [],
"scene": {
"parcels": [ "0,0" ],
"base": "0,0"
}
}

0 comments on commit 686681b

Please sign in to comment.